# STDOUT:
---v---v---v---v---v---
ansible-playbook [core 2.16.0]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible
  ansible collection location = /WORKDIR/git-weekly-ci4hpleq4p/.collection
  executable location = /opt/ansible-2.16/bin/ansible-playbook
  python version = 3.11.5 (main, Sep  7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python)
  jinja version = 3.1.2
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
statically imported: /WORKDIR/git-weekly-ci4hpleq4p/tests/create-test-file.yml
statically imported: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml
statically imported: /WORKDIR/git-weekly-ci4hpleq4p/tests/create-test-file.yml
statically imported: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml
statically imported: /WORKDIR/git-weekly-ci4hpleq4p/tests/create-test-file.yml
statically imported: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml
statically imported: /WORKDIR/git-weekly-ci4hpleq4p/tests/create-test-file.yml
statically imported: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml
statically imported: /WORKDIR/git-weekly-ci4hpleq4p/tests/create-test-file.yml
statically imported: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml
statically imported: /WORKDIR/git-weekly-ci4hpleq4p/tests/create-test-file.yml
statically imported: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml
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_luks.yml *******************************************************
1 plays in /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml

PLAY [Test LUKS] ***************************************************************

TASK [Gathering Facts] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:2
Sunday 10 December 2023  04:00:10 +0000 (0:00:00.012)       0:00:00.012 ******* 
ok: [sut]

TASK [Enable FIPS mode] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:20
Sunday 10 December 2023  04:00:11 +0000 (0:00:01.853)       0:00:01.866 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "lookup(\"env\", \"SYSTEM_ROLES_TEST_FIPS\") == \"true\"",
    "skip_reason": "Conditional result was False"
}

TASK [Reboot] ******************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:24
Sunday 10 December 2023  04:00:11 +0000 (0:00:00.011)       0:00:01.878 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "lookup(\"env\", \"SYSTEM_ROLES_TEST_FIPS\") == \"true\"",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure dracut-fips] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:34
Sunday 10 December 2023  04:00:11 +0000 (0:00:00.010)       0:00:01.888 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "lookup(\"env\", \"SYSTEM_ROLES_TEST_FIPS\") == \"true\"",
    "skip_reason": "Conditional result was False"
}

TASK [Configure boot for FIPS] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:40
Sunday 10 December 2023  04:00:11 +0000 (0:00:00.010)       0:00:01.898 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "lookup(\"env\", \"SYSTEM_ROLES_TEST_FIPS\") == \"true\"",
    "skip_reason": "Conditional result was False"
}

TASK [Reboot] ******************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:49
Sunday 10 December 2023  04:00:11 +0000 (0:00:00.009)       0:00:01.908 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "lookup(\"env\", \"SYSTEM_ROLES_TEST_FIPS\") == \"true\"",
    "skip_reason": "Conditional result was False"
}

TASK [Run the role] ************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:53
Sunday 10 December 2023  04:00:11 +0000 (0:00:00.008)       0:00:01.917 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:00:12 +0000 (0:00:00.020)       0:00:01.937 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:00:12 +0000 (0:00:00.012)       0:00:01.950 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:00:12 +0000 (0:00:00.018)       0:00:01.968 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:00:12 +0000 (0:00:00.024)       0:00:01.992 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:00:12 +0000 (0:00:00.247)       0:00:02.240 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__storage_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:00:12 +0000 (0:00:00.014)       0:00:02.254 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:00:12 +0000 (0:00:00.009)       0:00:02.264 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:00:12 +0000 (0:00:00.009)       0:00:02.273 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:00:12 +0000 (0:00:00.025)       0:00:02.299 ******* 
changed: [sut] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: libblockdev-nvdimm-2.28-4.el8.x86_64",
        "Installed: libblockdev-part-2.28-4.el8.x86_64",
        "Installed: libblockdev-swap-2.28-4.el8.x86_64",
        "Installed: libblockdev-utils-2.28-4.el8.x86_64",
        "Installed: libbytesize-1.4-3.el8.x86_64",
        "Installed: libblockdev-mpath-2.28-4.el8.x86_64",
        "Installed: blivet-data-1:3.6.0-7.el8.noarch",
        "Installed: mdadm-4.2-8.el8.x86_64",
        "Installed: ndctl-71.1-7.el8.x86_64",
        "Installed: ndctl-libs-71.1-7.el8.x86_64",
        "Installed: userspace-rcu-0.10.1-4.el8.x86_64",
        "Installed: daxctl-libs-71.1-7.el8.x86_64",
        "Installed: kmod-kvdo-6.2.8.7-92.el8.x86_64",
        "Installed: vdo-6.2.9.7-14.el8.x86_64",
        "Installed: device-mapper-event-8:1.02.181-13.el8_9.x86_64",
        "Installed: device-mapper-event-libs-8:1.02.181-13.el8_9.x86_64",
        "Installed: device-mapper-multipath-0.8.4-39.el8.x86_64",
        "Installed: device-mapper-multipath-libs-0.8.4-39.el8.x86_64",
        "Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64",
        "Installed: python3-blivet-1:3.6.0-7.el8.noarch",
        "Installed: python3-blockdev-2.28-4.el8.x86_64",
        "Installed: libaio-0.3.112-1.el8.x86_64",
        "Installed: python3-bytesize-1.4-3.el8.x86_64",
        "Installed: python3-pyparted-1:3.11.7-4.el8.x86_64",
        "Installed: volume_key-libs-0.3.11-6.el8.x86_64",
        "Installed: libblockdev-2.28-4.el8.x86_64",
        "Installed: libblockdev-crypto-2.28-4.el8.x86_64",
        "Installed: libblockdev-dm-2.28-4.el8.x86_64",
        "Installed: libblockdev-fs-2.28-4.el8.x86_64",
        "Installed: libblockdev-kbd-2.28-4.el8.x86_64",
        "Installed: libblockdev-loop-2.28-4.el8.x86_64",
        "Installed: lsof-4.93.2-1.el8.x86_64",
        "Installed: libblockdev-lvm-2.28-4.el8.x86_64",
        "Installed: lvm2-8:2.03.14-13.el8_9.x86_64",
        "Installed: libblockdev-mdraid-2.28-4.el8.x86_64",
        "Installed: lvm2-libs-8:2.03.14-13.el8_9.x86_64"
    ]
}
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:01:01 +0000 (0:00:49.047)       0:00:51.346 ******* 
ok: [sut] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined"
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:01:01 +0000 (0:00:00.012)       0:00:51.358 ******* 
ok: [sut] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:01:01 +0000 (0:00:00.011)       0:00:51.370 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:01:02 +0000 (0:00:00.651)       0:00:52.021 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:01:02 +0000 (0:00:00.019)       0:00:52.041 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:01:02 +0000 (0:00:00.016)       0:00:52.057 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:01:02 +0000 (0:00:00.019)       0:00:52.076 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:01:02 +0000 (0:00:00.015)       0:00:52.092 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:01:03 +0000 (0:00:01.272)       0:00:53.364 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:01:05 +0000 (0:00:01.886)       0:00:55.250 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:01:05 +0000 (0:00:00.030)       0:00:55.280 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:01:05 +0000 (0:00:00.009)       0:00:55.290 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Sunday 10 December 2023  04:01:05 +0000 (0:00:00.363)       0:00:55.653 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_udevadm_trigger | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:01:05 +0000 (0:00:00.018)       0:00:55.671 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Sunday 10 December 2023  04:01:05 +0000 (0:00:00.008)       0:00:55.680 ******* 
ok: [sut] => {
    "blivet_output": {
        "actions": [],
        "changed": false,
        "crypts": [],
        "failed": false,
        "leaves": [],
        "mounts": [],
        "packages": [],
        "pools": [],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:106
Sunday 10 December 2023  04:01:05 +0000 (0:00:00.013)       0:00:55.693 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110
Sunday 10 December 2023  04:01:05 +0000 (0:00:00.011)       0:00:55.705 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:126
Sunday 10 December 2023  04:01:05 +0000 (0:00:00.012)       0:00:55.718 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Sunday 10 December 2023  04:01:05 +0000 (0:00:00.017)       0:00:55.735 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "blivet_output['mounts']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:142
Sunday 10 December 2023  04:01:05 +0000 (0:00:00.009)       0:00:55.745 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:153
Sunday 10 December 2023  04:01:05 +0000 (0:00:00.018)       0:00:55.764 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:165
Sunday 10 December 2023  04:01:05 +0000 (0:00:00.018)       0:00:55.782 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "blivet_output['mounts']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:173
Sunday 10 December 2023  04:01:05 +0000 (0:00:00.009)       0:00:55.792 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:178
Sunday 10 December 2023  04:01:06 +0000 (0:00:00.187)       0:00:55.979 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Sunday 10 December 2023  04:01:06 +0000 (0:00:00.009)       0:00:55.989 ******* 
ok: [sut]

TASK [Get unused disks] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:57
Sunday 10 December 2023  04:01:06 +0000 (0:00:00.774)       0:00:56.763 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/get_unused_disk.yml for sut

TASK [Ensure test packages] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/get_unused_disk.yml:2
Sunday 10 December 2023  04:01:06 +0000 (0:00:00.019)       0:00:56.783 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: util-linux

TASK [Find unused disks in the system] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/get_unused_disk.yml:11
Sunday 10 December 2023  04:01:08 +0000 (0:00:01.232)       0:00:58.016 ******* 
ok: [sut] => {
    "changed": false,
    "disks": [
        "sda"
    ]
}

TASK [Set unused_disks if necessary] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/get_unused_disk.yml:19
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.279)       0:00:58.296 ******* 
ok: [sut] => {
    "ansible_facts": {
        "unused_disks": [
            "sda"
        ]
    },
    "changed": false
}

TASK [Exit playbook when there's not enough unused disks in the system] ********
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/get_unused_disk.yml:24
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.012)       0:00:58.308 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)",
    "skip_reason": "Conditional result was False"
}

TASK [Print unused disks] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/get_unused_disk.yml:29
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.019)       0:00:58.328 ******* 
ok: [sut] => {
    "unused_disks": [
        "sda"
    ]
}

TASK [Test for correct handling of new encrypted volume w/ no key] *************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:66
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.014)       0:00:58.342 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml for sut

TASK [Store global variable value copy] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:4
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.019)       0:00:58.362 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_pools_global": [],
        "storage_safe_mode_global": true,
        "storage_volumes_global": []
    },
    "changed": false
}

TASK [Verify role raises correct error] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:10
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.021)       0:00:58.383 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.019)       0:00:58.402 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.033)       0:00:58.435 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.022)       0:00:58.457 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.028)       0:00:58.486 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.014)       0:00:58.501 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.013)       0:00:58.514 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.013)       0:00:58.527 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.012)       0:00:58.540 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:01:08 +0000 (0:00:00.027)       0:00:58.568 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:01:09 +0000 (0:00:01.233)       0:00:59.801 ******* 
ok: [sut] => {
    "storage_pools": []
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:01:09 +0000 (0:00:00.014)       0:00:59.816 ******* 
ok: [sut] => {
    "storage_volumes": [
        {
            "disks": [
                "sda"
            ],
            "encryption": true,
            "mount_point": "/opt/test1",
            "name": "foo",
            "type": "disk"
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:01:09 +0000 (0:00:00.014)       0:00:59.830 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "cryptsetup"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:01:14 +0000 (0:00:04.435)       0:01:04.266 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:01:14 +0000 (0:00:00.022)       0:01:04.288 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:01:14 +0000 (0:00:00.018)       0:01:04.307 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:01:14 +0000 (0:00:00.018)       0:01:04.326 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:01:14 +0000 (0:00:00.017)       0:01:04.344 ******* 
changed: [sut] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: cryptsetup-2.3.7-7.el8.x86_64"
    ]
}
lsrpackages: cryptsetup kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:01:16 +0000 (0:00:02.212)       0:01:06.556 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:01:18 +0000 (0:00:01.765)       0:01:08.322 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:01:18 +0000 (0:00:00.029)       0:01:08.351 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:01:18 +0000 (0:00:00.009)       0:01:08.361 ******* 
fatal: [sut]: FAILED! => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

MSG:

encrypted volume 'foo' missing key/password

TASK [fedora.linux_system_roles.storage : Failed message] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91
Sunday 10 December 2023  04:01:22 +0000 (0:00:04.390)       0:01:12.751 ******* 
fatal: [sut]: FAILED! => {
    "changed": false
}

MSG:

{'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "encrypted volume 'foo' missing key/password", 'invocation': {'module_args': {'pools': [], 'volumes': [{'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'foo', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:01:22 +0000 (0:00:00.015)       0:01:12.767 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check that we failed in the role] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:23
Sunday 10 December 2023  04:01:22 +0000 (0:00:00.010)       0:01:12.777 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the blivet output and error message are correct] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:28
Sunday 10 December 2023  04:01:22 +0000 (0:00:00.011)       0:01:12.789 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify correct exception or error message] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:39
Sunday 10 December 2023  04:01:22 +0000 (0:00:00.017)       0:01:12.806 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_failed_exception is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Create an encrypted disk volume w/ default fs] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:81
Sunday 10 December 2023  04:01:22 +0000 (0:00:00.013)       0:01:12.820 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:01:22 +0000 (0:00:00.028)       0:01:12.848 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:01:22 +0000 (0:00:00.015)       0:01:12.864 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:01:22 +0000 (0:00:00.020)       0:01:12.884 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:01:22 +0000 (0:00:00.027)       0:01:12.912 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:01:23 +0000 (0:00:00.013)       0:01:12.925 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:01:23 +0000 (0:00:00.012)       0:01:12.938 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:01:23 +0000 (0:00:00.011)       0:01:12.949 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:01:23 +0000 (0:00:00.010)       0:01:12.960 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:01:23 +0000 (0:00:00.025)       0:01:12.985 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:01:24 +0000 (0:00:01.239)       0:01:14.225 ******* 
ok: [sut] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined"
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:01:24 +0000 (0:00:00.013)       0:01:14.239 ******* 
ok: [sut] => {
    "storage_volumes": [
        {
            "disks": [
                "sda"
            ],
            "encryption": true,
            "encryption_password": "yabbadabbadoo",
            "mount_point": "/opt/test1",
            "name": "foo",
            "type": "disk"
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:01:24 +0000 (0:00:00.013)       0:01:14.252 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "cryptsetup"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:01:28 +0000 (0:00:04.343)       0:01:18.596 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:01:28 +0000 (0:00:00.021)       0:01:18.618 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:01:28 +0000 (0:00:00.020)       0:01:18.638 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:01:28 +0000 (0:00:00.018)       0:01:18.657 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:01:28 +0000 (0:00:00.017)       0:01:18.674 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:01:29 +0000 (0:00:01.231)       0:01:19.906 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:01:31 +0000 (0:00:01.786)       0:01:21.692 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:01:31 +0000 (0:00:00.030)       0:01:21.722 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:01:31 +0000 (0:00:00.009)       0:01:21.732 ******* 
changed: [sut] => {
    "actions": [
        {
            "action": "create format",
            "device": "/dev/sda",
            "fs_type": "luks"
        },
        {
            "action": "create device",
            "device": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
            "fs_type": "xfs"
        }
    ],
    "changed": true,
    "crypts": [
        {
            "backing_device": "/dev/sda",
            "name": "luks-4d32da23-ab79-4199-b350-adaa447c50c0",
            "password": "-",
            "state": "present"
        }
    ],
    "leaves": [
        "/dev/sdb",
        "/dev/sdc",
        "/dev/sdd",
        "/dev/sde",
        "/dev/sdf",
        "/dev/sdg",
        "/dev/sdh",
        "/dev/sdi",
        "/dev/xvda1",
        "/dev/xvda2",
        "/dev/xvda3",
        "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0"
    ],
    "mounts": [
        {
            "dump": 0,
            "fstype": "xfs",
            "group": null,
            "mode": null,
            "opts": "defaults",
            "owner": null,
            "passno": 0,
            "path": "/opt/test1",
            "src": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
            "state": "mounted"
        }
    ],
    "packages": [
        "dosfstools",
        "xfsprogs",
        "cryptsetup"
    ],
    "pools": [],
    "volumes": [
        {
            "_device": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
            "_kernel_device": "/dev/dm-0",
            "_mount_id": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
            "_raw_device": "/dev/sda",
            "_raw_kernel_device": "/dev/sda",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda"
            ],
            "encryption": true,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": "yabbadabbadoo",
            "fs_create_options": "",
            "fs_label": "",
            "fs_overwrite_existing": true,
            "fs_type": "xfs",
            "mount_check": 0,
            "mount_device_identifier": "uuid",
            "mount_group": null,
            "mount_mode": null,
            "mount_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "mount_user": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "raid_stripe_size": null,
            "size": 10737418240,
            "state": "present",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "disk",
            "vdo_pool_size": null
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Sunday 10 December 2023  04:01:44 +0000 (0:00:13.072)       0:01:34.804 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_udevadm_trigger | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:01:44 +0000 (0:00:00.018)       0:01:34.823 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Sunday 10 December 2023  04:01:44 +0000 (0:00:00.009)       0:01:34.832 ******* 
ok: [sut] => {
    "blivet_output": {
        "actions": [
            {
                "action": "create format",
                "device": "/dev/sda",
                "fs_type": "luks"
            },
            {
                "action": "create device",
                "device": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
                "fs_type": "xfs"
            }
        ],
        "changed": true,
        "crypts": [
            {
                "backing_device": "/dev/sda",
                "name": "luks-4d32da23-ab79-4199-b350-adaa447c50c0",
                "password": "-",
                "state": "present"
            }
        ],
        "failed": false,
        "leaves": [
            "/dev/sdb",
            "/dev/sdc",
            "/dev/sdd",
            "/dev/sde",
            "/dev/sdf",
            "/dev/sdg",
            "/dev/sdh",
            "/dev/sdi",
            "/dev/xvda1",
            "/dev/xvda2",
            "/dev/xvda3",
            "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0"
        ],
        "mounts": [
            {
                "dump": 0,
                "fstype": "xfs",
                "group": null,
                "mode": null,
                "opts": "defaults",
                "owner": null,
                "passno": 0,
                "path": "/opt/test1",
                "src": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
                "state": "mounted"
            }
        ],
        "packages": [
            "dosfstools",
            "xfsprogs",
            "cryptsetup"
        ],
        "pools": [],
        "volumes": [
            {
                "_device": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
                "_kernel_device": "/dev/dm-0",
                "_mount_id": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
                "_raw_device": "/dev/sda",
                "_raw_kernel_device": "/dev/sda",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda"
                ],
                "encryption": true,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": "yabbadabbadoo",
                "fs_create_options": "",
                "fs_label": "",
                "fs_overwrite_existing": true,
                "fs_type": "xfs",
                "mount_check": 0,
                "mount_device_identifier": "uuid",
                "mount_group": null,
                "mount_mode": null,
                "mount_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "mount_user": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "raid_stripe_size": null,
                "size": 10737418240,
                "state": "present",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "disk",
                "vdo_pool_size": null
            }
        ]
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:106
Sunday 10 December 2023  04:01:44 +0000 (0:00:00.016)       0:01:34.848 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110
Sunday 10 December 2023  04:01:44 +0000 (0:00:00.032)       0:01:34.880 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": [
            {
                "_device": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
                "_kernel_device": "/dev/dm-0",
                "_mount_id": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
                "_raw_device": "/dev/sda",
                "_raw_kernel_device": "/dev/sda",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda"
                ],
                "encryption": true,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": "yabbadabbadoo",
                "fs_create_options": "",
                "fs_label": "",
                "fs_overwrite_existing": true,
                "fs_type": "xfs",
                "mount_check": 0,
                "mount_device_identifier": "uuid",
                "mount_group": null,
                "mount_mode": null,
                "mount_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "mount_user": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "raid_stripe_size": null,
                "size": 10737418240,
                "state": "present",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "disk",
                "vdo_pool_size": null
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:126
Sunday 10 December 2023  04:01:44 +0000 (0:00:00.014)       0:01:34.895 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Sunday 10 December 2023  04:01:44 +0000 (0:00:00.020)       0:01:34.916 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:142
Sunday 10 December 2023  04:01:45 +0000 (0:00:00.677)       0:01:35.593 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': '/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
        "state": "mounted"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:153
Sunday 10 December 2023  04:01:45 +0000 (0:00:00.304)       0:01:35.897 ******* 
skipping: [sut] => (item={'src': '/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None})  => {
    "ansible_loop_var": "mount_info",
    "changed": false,
    "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
        "state": "mounted"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:165
Sunday 10 December 2023  04:01:46 +0000 (0:00:00.025)       0:01:35.923 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:173
Sunday 10 December 2023  04:01:46 +0000 (0:00:00.510)       0:01:36.434 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:178
Sunday 10 December 2023  04:01:46 +0000 (0:00:00.187)       0:01:36.622 ******* 
changed: [sut] => (item={'backing_device': '/dev/sda', 'name': 'luks-4d32da23-ab79-4199-b350-adaa447c50c0', 'password': '-', 'state': 'present'}) => {
    "ansible_loop_var": "entry",
    "backup": "",
    "changed": true,
    "entry": {
        "backing_device": "/dev/sda",
        "name": "luks-4d32da23-ab79-4199-b350-adaa447c50c0",
        "password": "-",
        "state": "present"
    }
}

MSG:

line added and ownership, perms or SE linux context changed

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Sunday 10 December 2023  04:01:46 +0000 (0:00:00.267)       0:01:36.889 ******* 
ok: [sut]

TASK [Verify role results] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:93
Sunday 10 December 2023  04:01:47 +0000 (0:00:00.816)       0:01:37.706 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml for sut

TASK [Print out pool information] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:2
Sunday 10 December 2023  04:01:47 +0000 (0:00:00.022)       0:01:37.729 ******* 
skipping: [sut] => {
    "false_condition": "_storage_pools_list | length > 0"
}

TASK [Print out volume information] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:7
Sunday 10 December 2023  04:01:47 +0000 (0:00:00.018)       0:01:37.747 ******* 
ok: [sut] => {
    "_storage_volumes_list": [
        {
            "_device": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
            "_kernel_device": "/dev/dm-0",
            "_mount_id": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
            "_raw_device": "/dev/sda",
            "_raw_kernel_device": "/dev/sda",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda"
            ],
            "encryption": true,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": "yabbadabbadoo",
            "fs_create_options": "",
            "fs_label": "",
            "fs_overwrite_existing": true,
            "fs_type": "xfs",
            "mount_check": 0,
            "mount_device_identifier": "uuid",
            "mount_group": null,
            "mount_mode": null,
            "mount_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "mount_user": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "raid_stripe_size": null,
            "size": 10737418240,
            "state": "present",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "disk",
            "vdo_pool_size": null
        }
    ]
}

TASK [Collect info about the volumes.] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:15
Sunday 10 December 2023  04:01:47 +0000 (0:00:00.022)       0:01:37.769 ******* 
ok: [sut] => {
    "changed": false,
    "info": {
        "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
            "size": "10G",
            "type": "crypt",
            "uuid": "0f9bc5da-a1c7-482c-9683-633a308638d3"
        },
        "/dev/sda": {
            "fstype": "crypto_LUKS",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": "4d32da23-ab79-4199-b350-adaa447c50c0"
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdd",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sde": {
            "fstype": "",
            "label": "",
            "name": "/dev/sde",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdg": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdg",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdh": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdh",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdi": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdi",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda",
            "size": "250G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda1": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda1",
            "size": "1M",
            "type": "partition",
            "uuid": ""
        },
        "/dev/xvda2": {
            "fstype": "vfat",
            "label": "",
            "name": "/dev/xvda2",
            "size": "100M",
            "type": "partition",
            "uuid": "7B77-95E7"
        },
        "/dev/xvda3": {
            "fstype": "xfs",
            "label": "root",
            "name": "/dev/xvda3",
            "size": "249.9G",
            "type": "partition",
            "uuid": "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:20
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.253)       0:01:38.023 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003199",
    "end": "2023-12-10 04:01:48.329435",
    "rc": 0,
    "start": "2023-12-10 04:01:48.326236"
}

STDOUT:

UUID=955afcc9-fe7d-43fd-a3a5-1147b25260a6	/	xfs	defaults	0	0
UUID=7B77-95E7	/boot/efi	vfat	defaults,uid=0,gid=0,umask=077,shortname=winnt	0	2
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0 /opt/test1 xfs defaults 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:25
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.246)       0:01:38.269 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003206",
    "end": "2023-12-10 04:01:48.518740",
    "failed_when_result": false,
    "rc": 0,
    "start": "2023-12-10 04:01:48.515534"
}

STDOUT:

luks-4d32da23-ab79-4199-b350-adaa447c50c0 /dev/sda -

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:34
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.190)       0:01:38.460 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:44
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.009)       0:01:38.469 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml for sut => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'foo', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0', '_raw_device': '/dev/sda', '_mount_id': '/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/sda'})

TASK [Set storage volume test variables] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:2
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.031)       0:01:38.500 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": true,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [Run test verify for {{ storage_test_volume_subset }}] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:19
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.022)       0:01:38.523 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml for sut => (item=mount)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml for sut => (item=fstab)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml for sut => (item=fs)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml for sut => (item=device)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml for sut => (item=encryption)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml for sut => (item=md)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml for sut => (item=size)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml for sut => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:7
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.048)       0:01:38.572 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:11
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.016)       0:01:38.588 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [
            {
                "block_available": 2588290,
                "block_size": 4096,
                "block_total": 2614784,
                "block_used": 26494,
                "device": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
                "fstype": "xfs",
                "inode_available": 5234685,
                "inode_total": 5234688,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10601635840,
                "size_total": 10710155264,
                "uuid": "0f9bc5da-a1c7-482c-9683-633a308638d3"
            }
        ],
        "storage_test_mount_expected_match_count": "1",
        "storage_test_mount_point_matches": [
            {
                "block_available": 2588290,
                "block_size": 4096,
                "block_total": 2614784,
                "block_used": 26494,
                "device": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
                "fstype": "xfs",
                "inode_available": 5234685,
                "inode_total": 5234688,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10601635840,
                "size_total": 10710155264,
                "uuid": "0f9bc5da-a1c7-482c-9683-633a308638d3"
            }
        ],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Get information about the mountpoint directory] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:21
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.027)       0:01:38.615 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the current mount state by device] ********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:30
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.010)       0:01:38.625 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the current mount state by mount point] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:41
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.023)       0:01:38.649 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount directory user] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:48
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.021)       0:01:38.671 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory group] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:54
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.009)       0:01:38.680 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory permissions] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:60
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.009)       0:01:38.690 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mount fs type] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:69
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.009)       0:01:38.700 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get path of test volume device] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:80
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.021)       0:01:38.721 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:86
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.010)       0:01:38.732 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:92
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.010)       0:01:38.742 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:102
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.009)       0:01:38.752 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_found_mount_stat": null,
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:2
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.010)       0:01:38.763 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "1",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "storage_test_fstab_expected_mount_point_matches": "1",
        "storage_test_fstab_id_matches": [
            "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0 "
        ],
        "storage_test_fstab_mount_options_matches": [
            " /opt/test1 xfs defaults "
        ],
        "storage_test_fstab_mount_point_matches": [
            " /opt/test1 "
        ]
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:17
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.032)       0:01:38.795 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the fstab mount point] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:24
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.020)       0:01:38.816 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:33
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.024)       0:01:38.840 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_verify_mount_options | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:45
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.017)       0:01:38.858 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:3
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.010)       0:01:38.869 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify fs label] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:9
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.022)       0:01:38.891 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See whether the device node is present] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:3
Sunday 10 December 2023  04:01:48 +0000 (0:00:00.022)       0:01:38.913 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702180904.596745,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702180904.596745,
        "dev": 6,
        "device_type": 2048,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 50773,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/blockdevice",
        "mode": "0660",
        "mtime": 1702180904.596745,
        "nlink": 1,
        "path": "/dev/sda",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:9
Sunday 10 December 2023  04:01:49 +0000 (0:00:00.197)       0:01:39.111 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:16
Sunday 10 December 2023  04:01:49 +0000 (0:00:00.015)       0:01:39.127 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')",
    "skip_reason": "Conditional result was False"
}

TASK [Make sure we got info about this volume] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:23
Sunday 10 December 2023  04:01:49 +0000 (0:00:00.010)       0:01:39.137 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Process volume type (set initial value) (1/2)] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:29
Sunday 10 December 2023  04:01:49 +0000 (0:00:00.012)       0:01:39.150 ******* 
ok: [sut] => {
    "ansible_facts": {
        "st_volume_type": "disk"
    },
    "changed": false
}

TASK [Process volume type (get RAID value) (2/2)] ******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:33
Sunday 10 December 2023  04:01:49 +0000 (0:00:00.011)       0:01:39.162 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"raid\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the volume's device type] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:38
Sunday 10 December 2023  04:01:49 +0000 (0:00:00.009)       0:01:39.172 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:3
Sunday 10 December 2023  04:01:49 +0000 (0:00:00.012)       0:01:39.184 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702180904.7907436,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702180904.7907436,
        "dev": 6,
        "device_type": 64768,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 87090,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1702180904.7907436,
        "nlink": 1,
        "path": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:10
Sunday 10 December 2023  04:01:49 +0000 (0:00:00.197)       0:01:39.381 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup

TASK [Collect LUKS info for this volume] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:16
Sunday 10 December 2023  04:01:50 +0000 (0:00:01.230)       0:01:40.612 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cryptsetup",
        "luksDump",
        "/dev/sda"
    ],
    "delta": "0:00:00.019155",
    "end": "2023-12-10 04:01:50.881631",
    "rc": 0,
    "start": "2023-12-10 04:01:50.862476"
}

STDOUT:

LUKS header information
Version:       	2
Epoch:         	3
Metadata area: 	16384 [bytes]
Keyslots area: 	16744448 [bytes]
UUID:          	4d32da23-ab79-4199-b350-adaa447c50c0
Label:         	(no label)
Subsystem:     	(no subsystem)
Flags:       	(no flags)

Data segments:
  0: crypt
	offset: 16777216 [bytes]
	length: (whole device)
	cipher: aes-xts-plain64
	sector: 512 [bytes]

Keyslots:
  0: luks2
	Key:        512 bits
	Priority:   normal
	Cipher:     aes-xts-plain64
	Cipher key: 512 bits
	PBKDF:      argon2i
	Time cost:  4
	Memory:     816576
	Threads:    2
	Salt:       b5 2c 4a 3e f6 51 46 2c 94 89 00 24 57 21 50 1b 
	            d3 ee ca 4e ac 27 56 ba 27 21 7f 3a 42 f9 94 fc 
	AF stripes: 4000
	AF hash:    sha256
	Area offset:32768 [bytes]
	Area length:258048 [bytes]
	Digest ID:  0
Tokens:
Digests:
  0: pbkdf2
	Hash:       sha256
	Iterations: 109959
	Salt:       37 29 b6 42 ff 6a de d2 f1 7f d8 ec 2c 38 ed c6 
	            3d e1 e7 a3 77 fb fd 97 32 d8 91 1c 6d 88 d5 b5 
	Digest:     e6 a6 80 75 01 54 d0 0f 77 2f 89 13 1b 66 0b 79 
	            37 3d 6f 96 6a d9 65 a3 63 86 e8 e4 02 33 61 0a 

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:22
Sunday 10 December 2023  04:01:50 +0000 (0:00:00.210)       0:01:40.822 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:29
Sunday 10 December 2023  04:01:50 +0000 (0:00:00.022)       0:01:40.845 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:40
Sunday 10 December 2023  04:01:50 +0000 (0:00:00.021)       0:01:40.866 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:46
Sunday 10 December 2023  04:01:50 +0000 (0:00:00.013)       0:01:40.880 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check LUKS version] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:51
Sunday 10 December 2023  04:01:50 +0000 (0:00:00.032)       0:01:40.912 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_luks_version",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:63
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.012)       0:01:40.925 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_key_size",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:75
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.011)       0:01:40.936 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_cipher",
    "skip_reason": "Conditional result was False"
}

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:87
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.011)       0:01:40.947 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [
            "luks-4d32da23-ab79-4199-b350-adaa447c50c0 /dev/sda -"
        ],
        "_storage_test_expected_crypttab_entries": "1",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:93
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.025)       0:01:40.973 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:100
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.021)       0:01:40.995 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:108
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.025)       0:01:41.021 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:116
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.024)       0:01:41.045 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:124
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.021)       0:01:41.067 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:8
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.010)       0:01:41.078 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:14
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.088 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:19
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.098 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:24
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.010)       0:01:41.108 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set chunk size regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:29
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.118 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:37
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.128 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:46
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.138 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:54
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.147 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:62
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.157 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:70
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.010)       0:01:41.168 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the actual size of the volume] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:3
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.178 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type not in ['partition', 'disk']",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested size of the volume] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:11
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.017)       0:01:41.195 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected size] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:20
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.017)       0:01:41.213 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:28
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.017)       0:01:41.230 ******* 
ok: [sut] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined"
}

TASK [Get the size of parent/pool device] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:32
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.012)       0:01:41.242 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Show test pool] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:46
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.018)       0:01:41.260 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Show test blockinfo] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:50
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.017)       0:01:41.278 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Show test pool size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:54
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.017)       0:01:41.295 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:58
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.017)       0:01:41.312 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Default thin pool reserved space values] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:67
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.017)       0:01:41.329 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default minimal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:71
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.339 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default maximal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:76
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.011)       0:01:41.350 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate maximum usable space in thin pool] *****************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:82
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.360 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply upper size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:86
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.370 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply lower size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:91
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.379 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Convert maximum usable thin pool space from int to Size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:96
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.389 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show max thin pool size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:101
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.399 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show volume thin pool size] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:105
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.010)       0:01:41.410 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show test volume size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:109
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.420 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Establish base value for expected thin pool size] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:113
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.011)       0:01:41.431 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:120
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.010)       0:01:41.442 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected thin pool volume size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:127
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.451 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected thin pool volume size based on percentage value] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:131
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.461 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Replace expected volume size with calculated value] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:137
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.010)       0:01:41.472 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show actual size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:143
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.010)       0:01:41.482 ******* 
ok: [sut] => {
    "storage_test_actual_size": {
        "changed": false,
        "false_condition": "storage_test_volume.type not in ['partition', 'disk']",
        "skip_reason": "Conditional result was False",
        "skipped": true
    }
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:147
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.011)       0:01:41.494 ******* 
ok: [sut] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined"
}

TASK [Assert expected size is actual size] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:151
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.011)       0:01:41.506 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:5
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.017)       0:01:41.524 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:13
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.533 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:17
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.011)       0:01:41.544 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV cache size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:24
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.554 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested cache size] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:31
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.010)       0:01:41.564 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected cache size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:37
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.010)       0:01:41.574 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:42
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.010)       0:01:41.584 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:25
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.009)       0:01:41.594 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Clean up variable namespace] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:54
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.012)       0:01:41.607 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null
    },
    "changed": false
}

TASK [Create a file] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/create-test-file.yml:12
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.010)       0:01:41.618 ******* 
changed: [sut] => {
    "changed": true,
    "dest": "/opt/test1/quux",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "secontext": "unconfined_u:object_r:unlabeled_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Test for correct handling of safe_mode] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:99
Sunday 10 December 2023  04:01:51 +0000 (0:00:00.283)       0:01:41.901 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml for sut

TASK [Store global variable value copy] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:4
Sunday 10 December 2023  04:01:52 +0000 (0:00:00.022)       0:01:41.924 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_pools_global": [],
        "storage_safe_mode_global": true,
        "storage_volumes_global": []
    },
    "changed": false
}

TASK [Verify role raises correct error] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:10
Sunday 10 December 2023  04:01:52 +0000 (0:00:00.022)       0:01:41.946 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:01:52 +0000 (0:00:00.018)       0:01:41.965 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:01:52 +0000 (0:00:00.016)       0:01:41.981 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:01:52 +0000 (0:00:00.020)       0:01:42.002 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:01:52 +0000 (0:00:00.049)       0:01:42.052 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:01:52 +0000 (0:00:00.015)       0:01:42.067 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:01:52 +0000 (0:00:00.013)       0:01:42.080 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:01:52 +0000 (0:00:00.012)       0:01:42.092 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:01:52 +0000 (0:00:00.012)       0:01:42.105 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:01:52 +0000 (0:00:00.028)       0:01:42.134 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:01:53 +0000 (0:00:01.232)       0:01:43.367 ******* 
ok: [sut] => {
    "storage_pools": []
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:01:53 +0000 (0:00:00.014)       0:01:43.381 ******* 
ok: [sut] => {
    "storage_volumes": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_password": "yabbadabbadoo",
            "mount_point": "/opt/test1",
            "name": "foo",
            "type": "disk"
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:01:53 +0000 (0:00:00.014)       0:01:43.396 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:01:58 +0000 (0:00:04.674)       0:01:48.070 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:01:58 +0000 (0:00:00.023)       0:01:48.094 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:01:58 +0000 (0:00:00.018)       0:01:48.112 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:01:58 +0000 (0:00:00.018)       0:01:48.131 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:01:58 +0000 (0:00:00.017)       0:01:48.149 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:01:59 +0000 (0:00:01.223)       0:01:49.373 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:02:01 +0000 (0:00:01.791)       0:01:51.165 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:02:01 +0000 (0:00:00.031)       0:01:51.197 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:02:01 +0000 (0:00:00.013)       0:01:51.211 ******* 
fatal: [sut]: FAILED! => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

MSG:

cannot remove existing formatting on device 'luks-4d32da23-ab79-4199-b350-adaa447c50c0' in safe mode due to encryption removal

TASK [fedora.linux_system_roles.storage : Failed message] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91
Sunday 10 December 2023  04:02:05 +0000 (0:00:04.464)       0:01:55.675 ******* 
fatal: [sut]: FAILED! => {
    "changed": false
}

MSG:

{'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "cannot remove existing formatting on device 'luks-4d32da23-ab79-4199-b350-adaa447c50c0' in safe mode due to encryption removal", 'invocation': {'module_args': {'pools': [], 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'foo', 'raid_level': None, 'size': 10720641024, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:02:05 +0000 (0:00:00.016)       0:01:55.692 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check that we failed in the role] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:23
Sunday 10 December 2023  04:02:05 +0000 (0:00:00.009)       0:01:55.701 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the blivet output and error message are correct] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:28
Sunday 10 December 2023  04:02:05 +0000 (0:00:00.012)       0:01:55.714 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify correct exception or error message] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:39
Sunday 10 December 2023  04:02:05 +0000 (0:00:00.017)       0:01:55.731 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_failed_exception is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Stat the file] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml:11
Sunday 10 December 2023  04:02:05 +0000 (0:00:00.012)       0:01:55.743 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702180911.960688,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1702180911.960688,
        "dev": 64768,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 131,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/x-empty",
        "mode": "0644",
        "mtime": 1702180911.960688,
        "nlink": 1,
        "path": "/opt/test1/quux",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "1287634362",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Assert file presence] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml:16
Sunday 10 December 2023  04:02:06 +0000 (0:00:00.198)       0:01:55.942 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove the encryption layer] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:119
Sunday 10 December 2023  04:02:06 +0000 (0:00:00.015)       0:01:55.958 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:02:06 +0000 (0:00:00.034)       0:01:55.992 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:02:06 +0000 (0:00:00.016)       0:01:56.009 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:02:06 +0000 (0:00:00.020)       0:01:56.030 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:02:06 +0000 (0:00:00.029)       0:01:56.059 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:02:06 +0000 (0:00:00.013)       0:01:56.073 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:02:06 +0000 (0:00:00.013)       0:01:56.086 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:02:06 +0000 (0:00:00.013)       0:01:56.099 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:02:06 +0000 (0:00:00.011)       0:01:56.111 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:02:06 +0000 (0:00:00.026)       0:01:56.137 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:02:07 +0000 (0:00:01.253)       0:01:57.391 ******* 
ok: [sut] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined"
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:02:07 +0000 (0:00:00.014)       0:01:57.406 ******* 
ok: [sut] => {
    "storage_volumes": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_password": "yabbadabbadoo",
            "mount_point": "/opt/test1",
            "name": "foo",
            "type": "disk"
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:02:07 +0000 (0:00:00.014)       0:01:57.421 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:02:11 +0000 (0:00:04.351)       0:02:01.772 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:02:11 +0000 (0:00:00.022)       0:02:01.795 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:02:11 +0000 (0:00:00.017)       0:02:01.813 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:02:11 +0000 (0:00:00.022)       0:02:01.835 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:02:11 +0000 (0:00:00.018)       0:02:01.853 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:02:13 +0000 (0:00:01.232)       0:02:03.085 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:02:14 +0000 (0:00:01.765)       0:02:04.851 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:02:14 +0000 (0:00:00.032)       0:02:04.883 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:02:14 +0000 (0:00:00.009)       0:02:04.893 ******* 
changed: [sut] => {
    "actions": [
        {
            "action": "destroy format",
            "device": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sda",
            "fs_type": "luks"
        },
        {
            "action": "create format",
            "device": "/dev/sda",
            "fs_type": "xfs"
        }
    ],
    "changed": true,
    "crypts": [
        {
            "backing_device": "/dev/sda",
            "name": "luks-4d32da23-ab79-4199-b350-adaa447c50c0",
            "password": "-",
            "state": "absent"
        }
    ],
    "leaves": [
        "/dev/sda",
        "/dev/sdb",
        "/dev/sdc",
        "/dev/sdd",
        "/dev/sde",
        "/dev/sdf",
        "/dev/sdg",
        "/dev/sdh",
        "/dev/sdi",
        "/dev/xvda1",
        "/dev/xvda2",
        "/dev/xvda3"
    ],
    "mounts": [
        {
            "fstype": "xfs",
            "path": "/opt/test1",
            "src": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
            "state": "absent"
        },
        {
            "dump": 0,
            "fstype": "xfs",
            "group": null,
            "mode": null,
            "opts": "defaults",
            "owner": null,
            "passno": 0,
            "path": "/opt/test1",
            "src": "UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5",
            "state": "mounted"
        }
    ],
    "packages": [
        "xfsprogs",
        "dosfstools"
    ],
    "pools": [],
    "volumes": [
        {
            "_device": "/dev/sda",
            "_kernel_device": "/dev/sda",
            "_mount_id": "UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5",
            "_raw_device": "/dev/sda",
            "_raw_kernel_device": "/dev/sda",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": 0,
            "encryption_luks_version": "luks2",
            "encryption_password": "yabbadabbadoo",
            "fs_create_options": "",
            "fs_label": "",
            "fs_overwrite_existing": true,
            "fs_type": "xfs",
            "mount_check": 0,
            "mount_device_identifier": "uuid",
            "mount_group": null,
            "mount_mode": null,
            "mount_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "mount_user": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "raid_stripe_size": null,
            "size": 10720641024,
            "state": "present",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "disk",
            "vdo_pool_size": null
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Sunday 10 December 2023  04:02:20 +0000 (0:00:05.187)       0:02:10.081 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_udevadm_trigger | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:02:20 +0000 (0:00:00.019)       0:02:10.100 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Sunday 10 December 2023  04:02:20 +0000 (0:00:00.009)       0:02:10.109 ******* 
ok: [sut] => {
    "blivet_output": {
        "actions": [
            {
                "action": "destroy format",
                "device": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sda",
                "fs_type": "luks"
            },
            {
                "action": "create format",
                "device": "/dev/sda",
                "fs_type": "xfs"
            }
        ],
        "changed": true,
        "crypts": [
            {
                "backing_device": "/dev/sda",
                "name": "luks-4d32da23-ab79-4199-b350-adaa447c50c0",
                "password": "-",
                "state": "absent"
            }
        ],
        "failed": false,
        "leaves": [
            "/dev/sda",
            "/dev/sdb",
            "/dev/sdc",
            "/dev/sdd",
            "/dev/sde",
            "/dev/sdf",
            "/dev/sdg",
            "/dev/sdh",
            "/dev/sdi",
            "/dev/xvda1",
            "/dev/xvda2",
            "/dev/xvda3"
        ],
        "mounts": [
            {
                "fstype": "xfs",
                "path": "/opt/test1",
                "src": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
                "state": "absent"
            },
            {
                "dump": 0,
                "fstype": "xfs",
                "group": null,
                "mode": null,
                "opts": "defaults",
                "owner": null,
                "passno": 0,
                "path": "/opt/test1",
                "src": "UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5",
                "state": "mounted"
            }
        ],
        "packages": [
            "xfsprogs",
            "dosfstools"
        ],
        "pools": [],
        "volumes": [
            {
                "_device": "/dev/sda",
                "_kernel_device": "/dev/sda",
                "_mount_id": "UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5",
                "_raw_device": "/dev/sda",
                "_raw_kernel_device": "/dev/sda",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": 0,
                "encryption_luks_version": "luks2",
                "encryption_password": "yabbadabbadoo",
                "fs_create_options": "",
                "fs_label": "",
                "fs_overwrite_existing": true,
                "fs_type": "xfs",
                "mount_check": 0,
                "mount_device_identifier": "uuid",
                "mount_group": null,
                "mount_mode": null,
                "mount_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "mount_user": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "raid_stripe_size": null,
                "size": 10720641024,
                "state": "present",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "disk",
                "vdo_pool_size": null
            }
        ]
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:106
Sunday 10 December 2023  04:02:20 +0000 (0:00:00.014)       0:02:10.124 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110
Sunday 10 December 2023  04:02:20 +0000 (0:00:00.014)       0:02:10.138 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": [
            {
                "_device": "/dev/sda",
                "_kernel_device": "/dev/sda",
                "_mount_id": "UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5",
                "_raw_device": "/dev/sda",
                "_raw_kernel_device": "/dev/sda",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": 0,
                "encryption_luks_version": "luks2",
                "encryption_password": "yabbadabbadoo",
                "fs_create_options": "",
                "fs_label": "",
                "fs_overwrite_existing": true,
                "fs_type": "xfs",
                "mount_check": 0,
                "mount_device_identifier": "uuid",
                "mount_group": null,
                "mount_mode": null,
                "mount_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "mount_user": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "raid_stripe_size": null,
                "size": 10720641024,
                "state": "present",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "disk",
                "vdo_pool_size": null
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:126
Sunday 10 December 2023  04:02:20 +0000 (0:00:00.034)       0:02:10.173 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': '/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "fstype": "xfs",
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0",
        "state": "absent"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/luks-4d32da23-ab79-4199-b350-adaa447c50c0"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Sunday 10 December 2023  04:02:20 +0000 (0:00:00.216)       0:02:10.390 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:142
Sunday 10 December 2023  04:02:20 +0000 (0:00:00.511)       0:02:10.902 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': 'UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5",
        "state": "mounted"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:153
Sunday 10 December 2023  04:02:21 +0000 (0:00:00.235)       0:02:11.137 ******* 
skipping: [sut] => (item={'src': 'UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None})  => {
    "ansible_loop_var": "mount_info",
    "changed": false,
    "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5",
        "state": "mounted"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:165
Sunday 10 December 2023  04:02:21 +0000 (0:00:00.025)       0:02:11.163 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:173
Sunday 10 December 2023  04:02:21 +0000 (0:00:00.507)       0:02:11.671 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702180908.5177147,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "a7973f8709eb048e34da7f1bd83cc015e623a503",
        "ctime": 1702180906.947727,
        "dev": 51715,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 33554703,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1702180906.9427269,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 53,
        "uid": 0,
        "version": "238486902",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:178
Sunday 10 December 2023  04:02:21 +0000 (0:00:00.205)       0:02:11.876 ******* 
changed: [sut] => (item={'backing_device': '/dev/sda', 'name': 'luks-4d32da23-ab79-4199-b350-adaa447c50c0', 'password': '-', 'state': 'absent'}) => {
    "ansible_loop_var": "entry",
    "backup": "",
    "changed": true,
    "entry": {
        "backing_device": "/dev/sda",
        "name": "luks-4d32da23-ab79-4199-b350-adaa447c50c0",
        "password": "-",
        "state": "absent"
    },
    "found": 1
}

MSG:

1 line(s) removed

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Sunday 10 December 2023  04:02:22 +0000 (0:00:00.210)       0:02:12.087 ******* 
ok: [sut]

TASK [Verify role results] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:132
Sunday 10 December 2023  04:02:22 +0000 (0:00:00.798)       0:02:12.885 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml for sut

TASK [Print out pool information] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:2
Sunday 10 December 2023  04:02:22 +0000 (0:00:00.025)       0:02:12.911 ******* 
skipping: [sut] => {
    "false_condition": "_storage_pools_list | length > 0"
}

TASK [Print out volume information] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:7
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.018)       0:02:12.930 ******* 
ok: [sut] => {
    "_storage_volumes_list": [
        {
            "_device": "/dev/sda",
            "_kernel_device": "/dev/sda",
            "_mount_id": "UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5",
            "_raw_device": "/dev/sda",
            "_raw_kernel_device": "/dev/sda",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": 0,
            "encryption_luks_version": "luks2",
            "encryption_password": "yabbadabbadoo",
            "fs_create_options": "",
            "fs_label": "",
            "fs_overwrite_existing": true,
            "fs_type": "xfs",
            "mount_check": 0,
            "mount_device_identifier": "uuid",
            "mount_group": null,
            "mount_mode": null,
            "mount_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "mount_user": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "raid_stripe_size": null,
            "size": 10720641024,
            "state": "present",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "disk",
            "vdo_pool_size": null
        }
    ]
}

TASK [Collect info about the volumes.] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:15
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.021)       0:02:12.952 ******* 
ok: [sut] => {
    "changed": false,
    "info": {
        "/dev/sda": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": "621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5"
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdd",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sde": {
            "fstype": "",
            "label": "",
            "name": "/dev/sde",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdg": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdg",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdh": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdh",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdi": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdi",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda",
            "size": "250G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda1": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda1",
            "size": "1M",
            "type": "partition",
            "uuid": ""
        },
        "/dev/xvda2": {
            "fstype": "vfat",
            "label": "",
            "name": "/dev/xvda2",
            "size": "100M",
            "type": "partition",
            "uuid": "7B77-95E7"
        },
        "/dev/xvda3": {
            "fstype": "xfs",
            "label": "root",
            "name": "/dev/xvda3",
            "size": "249.9G",
            "type": "partition",
            "uuid": "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:20
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.195)       0:02:13.148 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003106",
    "end": "2023-12-10 04:02:23.398832",
    "rc": 0,
    "start": "2023-12-10 04:02:23.395726"
}

STDOUT:

UUID=955afcc9-fe7d-43fd-a3a5-1147b25260a6	/	xfs	defaults	0	0
UUID=7B77-95E7	/boot/efi	vfat	defaults,uid=0,gid=0,umask=077,shortname=winnt	0	2
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5 /opt/test1 xfs defaults 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:25
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.194)       0:02:13.342 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003084",
    "end": "2023-12-10 04:02:23.592679",
    "failed_when_result": false,
    "rc": 0,
    "start": "2023-12-10 04:02:23.589595"
}

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:34
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.190)       0:02:13.533 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:44
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.010)       0:02:13.544 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'foo', 'raid_level': None, 'size': 10720641024, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'})

TASK [Set storage volume test variables] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:2
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.030)       0:02:13.574 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": true,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [Run test verify for {{ storage_test_volume_subset }}] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:19
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.021)       0:02:13.596 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml for sut => (item=mount)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml for sut => (item=fstab)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml for sut => (item=fs)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml for sut => (item=device)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml for sut => (item=encryption)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml for sut => (item=md)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml for sut => (item=size)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml for sut => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:7
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.046)       0:02:13.643 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/sda"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:11
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.018)       0:02:13.661 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [
            {
                "block_available": 2592358,
                "block_size": 4096,
                "block_total": 2618880,
                "block_used": 26522,
                "device": "/dev/sda",
                "fstype": "xfs",
                "inode_available": 5242877,
                "inode_total": 5242880,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10618298368,
                "size_total": 10726932480,
                "uuid": "621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5"
            }
        ],
        "storage_test_mount_expected_match_count": "1",
        "storage_test_mount_point_matches": [
            {
                "block_available": 2592358,
                "block_size": 4096,
                "block_total": 2618880,
                "block_used": 26522,
                "device": "/dev/sda",
                "fstype": "xfs",
                "inode_available": 5242877,
                "inode_total": 5242880,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10618298368,
                "size_total": 10726932480,
                "uuid": "621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5"
            }
        ],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Get information about the mountpoint directory] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:21
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.028)       0:02:13.690 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the current mount state by device] ********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:30
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.011)       0:02:13.701 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the current mount state by mount point] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:41
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.023)       0:02:13.724 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount directory user] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:48
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.021)       0:02:13.746 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory group] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:54
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.010)       0:02:13.756 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory permissions] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:60
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.011)       0:02:13.767 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mount fs type] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:69
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.009)       0:02:13.777 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get path of test volume device] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:80
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.021)       0:02:13.799 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:86
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.009)       0:02:13.809 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:92
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.009)       0:02:13.819 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:102
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.009)       0:02:13.828 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_found_mount_stat": null,
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:2
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.011)       0:02:13.840 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "1",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "storage_test_fstab_expected_mount_point_matches": "1",
        "storage_test_fstab_id_matches": [
            "UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5 "
        ],
        "storage_test_fstab_mount_options_matches": [
            " /opt/test1 xfs defaults "
        ],
        "storage_test_fstab_mount_point_matches": [
            " /opt/test1 "
        ]
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:17
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.033)       0:02:13.873 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the fstab mount point] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:24
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.021)       0:02:13.895 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:33
Sunday 10 December 2023  04:02:23 +0000 (0:00:00.021)       0:02:13.917 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_verify_mount_options | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:45
Sunday 10 December 2023  04:02:24 +0000 (0:00:00.018)       0:02:13.935 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:3
Sunday 10 December 2023  04:02:24 +0000 (0:00:00.010)       0:02:13.946 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify fs label] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:9
Sunday 10 December 2023  04:02:24 +0000 (0:00:00.025)       0:02:13.971 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See whether the device node is present] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:3
Sunday 10 December 2023  04:02:24 +0000 (0:00:00.021)       0:02:13.992 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702180940.088471,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702180940.088471,
        "dev": 6,
        "device_type": 2048,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 50773,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/blockdevice",
        "mode": "0660",
        "mtime": 1702180940.088471,
        "nlink": 1,
        "path": "/dev/sda",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:9
Sunday 10 December 2023  04:02:24 +0000 (0:00:00.195)       0:02:14.188 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:16
Sunday 10 December 2023  04:02:24 +0000 (0:00:00.014)       0:02:14.202 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')",
    "skip_reason": "Conditional result was False"
}

TASK [Make sure we got info about this volume] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:23
Sunday 10 December 2023  04:02:24 +0000 (0:00:00.010)       0:02:14.213 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Process volume type (set initial value) (1/2)] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:29
Sunday 10 December 2023  04:02:24 +0000 (0:00:00.013)       0:02:14.226 ******* 
ok: [sut] => {
    "ansible_facts": {
        "st_volume_type": "disk"
    },
    "changed": false
}

TASK [Process volume type (get RAID value) (2/2)] ******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:33
Sunday 10 December 2023  04:02:24 +0000 (0:00:00.013)       0:02:14.239 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"raid\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the volume's device type] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:38
Sunday 10 December 2023  04:02:24 +0000 (0:00:00.009)       0:02:14.249 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:3
Sunday 10 December 2023  04:02:24 +0000 (0:00:00.013)       0:02:14.262 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:10
Sunday 10 December 2023  04:02:24 +0000 (0:00:00.009)       0:02:14.272 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup

TASK [Collect LUKS info for this volume] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:16
Sunday 10 December 2023  04:02:25 +0000 (0:00:01.230)       0:02:15.502 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:22
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.011)       0:02:15.513 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:29
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.010)       0:02:15.524 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:40
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.021)       0:02:15.546 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:46
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.010)       0:02:15.556 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS version] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:51
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.009)       0:02:15.566 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:63
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.010)       0:02:15.576 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:75
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.009)       0:02:15.586 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:87
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.032)       0:02:15.619 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [],
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:93
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.025)       0:02:15.645 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:100
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.023)       0:02:15.668 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:108
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.020)       0:02:15.689 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:116
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.022)       0:02:15.711 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:124
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.021)       0:02:15.732 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:8
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.014)       0:02:15.747 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:14
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.011)       0:02:15.758 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:19
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.011)       0:02:15.769 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:24
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.011)       0:02:15.781 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set chunk size regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:29
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.011)       0:02:15.792 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:37
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.010)       0:02:15.803 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:46
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.013)       0:02:15.816 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:54
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.011)       0:02:15.827 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:62
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.011)       0:02:15.839 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:70
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.010)       0:02:15.849 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the actual size of the volume] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:3
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.010)       0:02:15.860 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type not in ['partition', 'disk']",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested size of the volume] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:11
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.019)       0:02:15.879 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected size] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:20
Sunday 10 December 2023  04:02:25 +0000 (0:00:00.020)       0:02:15.900 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:28
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.020)       0:02:15.920 ******* 
ok: [sut] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined"
}

TASK [Get the size of parent/pool device] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:32
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.014)       0:02:15.935 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Show test pool] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:46
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.019)       0:02:15.955 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Show test blockinfo] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:50
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.019)       0:02:15.974 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Show test pool size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:54
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.019)       0:02:15.994 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:58
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.020)       0:02:16.014 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Default thin pool reserved space values] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:67
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.019)       0:02:16.034 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default minimal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:71
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.010)       0:02:16.045 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default maximal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:76
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.010)       0:02:16.055 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate maximum usable space in thin pool] *****************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:82
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.011)       0:02:16.067 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply upper size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:86
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.010)       0:02:16.077 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply lower size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:91
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.011)       0:02:16.088 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Convert maximum usable thin pool space from int to Size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:96
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.009)       0:02:16.098 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show max thin pool size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:101
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.009)       0:02:16.108 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show volume thin pool size] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:105
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.010)       0:02:16.118 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show test volume size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:109
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.010)       0:02:16.128 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Establish base value for expected thin pool size] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:113
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.009)       0:02:16.138 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:120
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.011)       0:02:16.150 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected thin pool volume size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:127
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.009)       0:02:16.159 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected thin pool volume size based on percentage value] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:131
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.009)       0:02:16.169 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Replace expected volume size with calculated value] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:137
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.009)       0:02:16.179 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show actual size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:143
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.009)       0:02:16.189 ******* 
ok: [sut] => {
    "storage_test_actual_size": {
        "changed": false,
        "false_condition": "storage_test_volume.type not in ['partition', 'disk']",
        "skip_reason": "Conditional result was False",
        "skipped": true
    }
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:147
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.011)       0:02:16.201 ******* 
ok: [sut] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined"
}

TASK [Assert expected size is actual size] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:151
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.013)       0:02:16.214 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:5
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.018)       0:02:16.233 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:13
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.010)       0:02:16.243 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:17
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.010)       0:02:16.254 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV cache size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:24
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.009)       0:02:16.263 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested cache size] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:31
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.009)       0:02:16.273 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected cache size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:37
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.011)       0:02:16.285 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:42
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.010)       0:02:16.295 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:25
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.010)       0:02:16.305 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Clean up variable namespace] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:54
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.010)       0:02:16.316 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null
    },
    "changed": false
}

TASK [Create a file] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/create-test-file.yml:12
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.011)       0:02:16.327 ******* 
changed: [sut] => {
    "changed": true,
    "dest": "/opt/test1/quux",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "secontext": "unconfined_u:object_r:unlabeled_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Test for correct handling of safe_mode] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:138
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.200)       0:02:16.527 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml for sut

TASK [Store global variable value copy] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:4
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.026)       0:02:16.554 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_pools_global": [],
        "storage_safe_mode_global": true,
        "storage_volumes_global": []
    },
    "changed": false
}

TASK [Verify role raises correct error] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:10
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.021)       0:02:16.575 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.018)       0:02:16.594 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.017)       0:02:16.611 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.020)       0:02:16.632 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.028)       0:02:16.660 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.013)       0:02:16.674 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.013)       0:02:16.688 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.039)       0:02:16.728 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.013)       0:02:16.741 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:02:26 +0000 (0:00:00.027)       0:02:16.769 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:02:28 +0000 (0:00:01.234)       0:02:18.003 ******* 
ok: [sut] => {
    "storage_pools": []
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:02:28 +0000 (0:00:00.017)       0:02:18.021 ******* 
ok: [sut] => {
    "storage_volumes": [
        {
            "disks": [
                "sda"
            ],
            "encryption": true,
            "encryption_password": "yabbadabbadoo",
            "mount_point": "/opt/test1",
            "name": "foo",
            "type": "disk"
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:02:28 +0000 (0:00:00.015)       0:02:18.036 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "cryptsetup"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:02:32 +0000 (0:00:04.164)       0:02:22.200 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:02:32 +0000 (0:00:00.023)       0:02:22.224 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:02:32 +0000 (0:00:00.018)       0:02:22.242 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:02:32 +0000 (0:00:00.022)       0:02:22.265 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:02:32 +0000 (0:00:00.018)       0:02:22.283 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:02:33 +0000 (0:00:01.229)       0:02:23.513 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-cryptsetup@luks\\x2d4d32da23\\x2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service": {
                "name": "systemd-cryptsetup@luks\\x2d4d32da23\\x2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "systemd-cryptsetup@luks…2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service": {
                "name": "systemd-cryptsetup@luks…2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
                "source": "systemd",
                "state": "inactive",
                "status": "generated"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:02:35 +0000 (0:00:01.786)       0:02:25.299 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": [
            "systemd-cryptsetup@luks\\x2d4d32da23\\x2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
            "systemd-cryptsetup@luks…2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:02:35 +0000 (0:00:00.031)       0:02:25.331 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks\x2d4d32da23\x2dab79\x2d4199\x2db350\x2dadaa447c50c0.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks\\x2d4d32da23\\x2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
    "name": "systemd-cryptsetup@luks\\x2d4d32da23\\x2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "system-systemd\\x2dcryptsetup.slice dev-sda.device cryptsetup-pre.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "umount.target cryptsetup.target",
        "BindsTo": "dev-sda.device",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "umount.target",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Cryptography Setup for luks-4d32da23-ab79-4199-b350-adaa447c50c0",
        "DevicePolicy": "auto",
        "Documentation": "man:crypttab(5) man:systemd-cryptsetup-generator(8) man:systemd-cryptsetup@.service(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup attach luks-4d32da23-ab79-4199-b350-adaa447c50c0 /dev/sda -  ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup detach luks-4d32da23-ab79-4199-b350-adaa447c50c0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/run/systemd/generator/systemd-cryptsetup@luks\\x2d4d32da23\\x2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\x2d4d32da23\\x2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
        "IgnoreOnIsolate": "yes",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "shared",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\x2d4d32da23\\x2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
        "NeedDaemonReload": "yes",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "RequiredBy": "cryptsetup.target",
        "Requires": "system-systemd\\x2dcryptsetup.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system-systemd\\x2dcryptsetup.slice",
        "SourcePath": "/etc/crypttab",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sun 2023-12-10 04:02:21 UTC",
        "StateChangeTimestampMonotonic": "517068852",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopUSec": "infinity",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "generated",
        "UtmpMode": "init",
        "WantedBy": "dev-sda.device",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
changed: [sut] => (item=systemd-cryptsetup@luks…2dab79\x2d4199\x2db350\x2dadaa447c50c0.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
    "name": "systemd-cryptsetup@luks…2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service not found.\"",
        "LoadState": "not-found",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:02:36 +0000 (0:00:01.040)       0:02:26.371 ******* 
fatal: [sut]: FAILED! => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

MSG:

cannot remove existing formatting on device 'sda' in safe mode due to adding encryption

TASK [fedora.linux_system_roles.storage : Failed message] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91
Sunday 10 December 2023  04:02:40 +0000 (0:00:04.183)       0:02:30.555 ******* 
fatal: [sut]: FAILED! => {
    "changed": false
}

MSG:

{'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "cannot remove existing formatting on device 'sda' in safe mode due to adding encryption", 'invocation': {'module_args': {'pools': [], 'volumes': [{'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'foo', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:02:40 +0000 (0:00:00.016)       0:02:30.572 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks\x2d4d32da23\x2dab79\x2d4199\x2db350\x2dadaa447c50c0.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks\\x2d4d32da23\\x2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
    "name": "systemd-cryptsetup@luks\\x2d4d32da23\\x2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\x2d4d32da23\\x2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\x2d4d32da23\\x2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2d4d32da23\\x2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\x2d4d32da23\\x2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
changed: [sut] => (item=systemd-cryptsetup@luks…2dab79\x2d4199\x2db350\x2dadaa447c50c0.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
    "name": "systemd-cryptsetup@luks…2dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dab79\\x2d4199\\x2db350\\x2dadaa447c50c0.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Check that we failed in the role] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:23
Sunday 10 December 2023  04:02:41 +0000 (0:00:01.045)       0:02:31.617 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the blivet output and error message are correct] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:28
Sunday 10 December 2023  04:02:41 +0000 (0:00:00.012)       0:02:31.630 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify correct exception or error message] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:39
Sunday 10 December 2023  04:02:41 +0000 (0:00:00.017)       0:02:31.648 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_failed_exception is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Stat the file] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml:11
Sunday 10 December 2023  04:02:41 +0000 (0:00:00.013)       0:02:31.661 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702180946.5864208,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1702180946.5864208,
        "dev": 2048,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 131,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/x-empty",
        "mode": "0644",
        "mtime": 1702180946.5864208,
        "nlink": 1,
        "path": "/opt/test1/quux",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "3371683155",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Assert file presence] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml:16
Sunday 10 December 2023  04:02:41 +0000 (0:00:00.198)       0:02:31.860 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Add encryption to the volume] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:158
Sunday 10 December 2023  04:02:41 +0000 (0:00:00.017)       0:02:31.877 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:02:41 +0000 (0:00:00.039)       0:02:31.916 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:02:42 +0000 (0:00:00.017)       0:02:31.934 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:02:42 +0000 (0:00:00.021)       0:02:31.956 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:02:42 +0000 (0:00:00.028)       0:02:31.984 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:02:42 +0000 (0:00:00.013)       0:02:31.998 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:02:42 +0000 (0:00:00.013)       0:02:32.011 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:02:42 +0000 (0:00:00.012)       0:02:32.023 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:02:42 +0000 (0:00:00.012)       0:02:32.036 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:02:42 +0000 (0:00:00.026)       0:02:32.062 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:02:43 +0000 (0:00:01.239)       0:02:33.302 ******* 
ok: [sut] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined"
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:02:43 +0000 (0:00:00.014)       0:02:33.316 ******* 
ok: [sut] => {
    "storage_volumes": [
        {
            "disks": [
                "sda"
            ],
            "encryption": true,
            "encryption_password": "yabbadabbadoo",
            "mount_point": "/opt/test1",
            "name": "foo",
            "type": "disk"
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:02:43 +0000 (0:00:00.015)       0:02:33.332 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "cryptsetup"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:02:47 +0000 (0:00:04.201)       0:02:37.533 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:02:47 +0000 (0:00:00.023)       0:02:37.556 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:02:47 +0000 (0:00:00.017)       0:02:37.575 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:02:47 +0000 (0:00:00.018)       0:02:37.593 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:02:47 +0000 (0:00:00.021)       0:02:37.615 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:02:49 +0000 (0:00:01.507)       0:02:39.123 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:02:50 +0000 (0:00:01.772)       0:02:40.895 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:02:51 +0000 (0:00:00.031)       0:02:40.926 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:02:51 +0000 (0:00:00.010)       0:02:40.936 ******* 
changed: [sut] => {
    "actions": [
        {
            "action": "destroy format",
            "device": "/dev/sda",
            "fs_type": "xfs"
        },
        {
            "action": "create format",
            "device": "/dev/sda",
            "fs_type": "luks"
        },
        {
            "action": "create device",
            "device": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
            "fs_type": "xfs"
        }
    ],
    "changed": true,
    "crypts": [
        {
            "backing_device": "/dev/sda",
            "name": "luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
            "password": "-",
            "state": "present"
        }
    ],
    "leaves": [
        "/dev/sdb",
        "/dev/sdc",
        "/dev/sdd",
        "/dev/sde",
        "/dev/sdf",
        "/dev/sdg",
        "/dev/sdh",
        "/dev/sdi",
        "/dev/xvda1",
        "/dev/xvda2",
        "/dev/xvda3",
        "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028"
    ],
    "mounts": [
        {
            "fstype": "xfs",
            "path": "/opt/test1",
            "src": "UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5",
            "state": "absent"
        },
        {
            "dump": 0,
            "fstype": "xfs",
            "group": null,
            "mode": null,
            "opts": "defaults",
            "owner": null,
            "passno": 0,
            "path": "/opt/test1",
            "src": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
            "state": "mounted"
        }
    ],
    "packages": [
        "xfsprogs",
        "dosfstools",
        "cryptsetup"
    ],
    "pools": [],
    "volumes": [
        {
            "_device": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
            "_kernel_device": "/dev/dm-0",
            "_mount_id": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
            "_raw_device": "/dev/sda",
            "_raw_kernel_device": "/dev/sda",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda"
            ],
            "encryption": true,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": "yabbadabbadoo",
            "fs_create_options": "",
            "fs_label": "",
            "fs_overwrite_existing": true,
            "fs_type": "xfs",
            "mount_check": 0,
            "mount_device_identifier": "uuid",
            "mount_group": null,
            "mount_mode": null,
            "mount_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "mount_user": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "raid_stripe_size": null,
            "size": 10737418240,
            "state": "present",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "disk",
            "vdo_pool_size": null
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Sunday 10 December 2023  04:03:04 +0000 (0:00:13.398)       0:02:54.335 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_udevadm_trigger | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:03:04 +0000 (0:00:00.019)       0:02:54.355 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Sunday 10 December 2023  04:03:04 +0000 (0:00:00.009)       0:02:54.364 ******* 
ok: [sut] => {
    "blivet_output": {
        "actions": [
            {
                "action": "destroy format",
                "device": "/dev/sda",
                "fs_type": "xfs"
            },
            {
                "action": "create format",
                "device": "/dev/sda",
                "fs_type": "luks"
            },
            {
                "action": "create device",
                "device": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
                "fs_type": "xfs"
            }
        ],
        "changed": true,
        "crypts": [
            {
                "backing_device": "/dev/sda",
                "name": "luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
                "password": "-",
                "state": "present"
            }
        ],
        "failed": false,
        "leaves": [
            "/dev/sdb",
            "/dev/sdc",
            "/dev/sdd",
            "/dev/sde",
            "/dev/sdf",
            "/dev/sdg",
            "/dev/sdh",
            "/dev/sdi",
            "/dev/xvda1",
            "/dev/xvda2",
            "/dev/xvda3",
            "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028"
        ],
        "mounts": [
            {
                "fstype": "xfs",
                "path": "/opt/test1",
                "src": "UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5",
                "state": "absent"
            },
            {
                "dump": 0,
                "fstype": "xfs",
                "group": null,
                "mode": null,
                "opts": "defaults",
                "owner": null,
                "passno": 0,
                "path": "/opt/test1",
                "src": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
                "state": "mounted"
            }
        ],
        "packages": [
            "xfsprogs",
            "dosfstools",
            "cryptsetup"
        ],
        "pools": [],
        "volumes": [
            {
                "_device": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
                "_kernel_device": "/dev/dm-0",
                "_mount_id": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
                "_raw_device": "/dev/sda",
                "_raw_kernel_device": "/dev/sda",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda"
                ],
                "encryption": true,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": "yabbadabbadoo",
                "fs_create_options": "",
                "fs_label": "",
                "fs_overwrite_existing": true,
                "fs_type": "xfs",
                "mount_check": 0,
                "mount_device_identifier": "uuid",
                "mount_group": null,
                "mount_mode": null,
                "mount_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "mount_user": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "raid_stripe_size": null,
                "size": 10737418240,
                "state": "present",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "disk",
                "vdo_pool_size": null
            }
        ]
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:106
Sunday 10 December 2023  04:03:04 +0000 (0:00:00.015)       0:02:54.380 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110
Sunday 10 December 2023  04:03:04 +0000 (0:00:00.013)       0:02:54.393 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": [
            {
                "_device": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
                "_kernel_device": "/dev/dm-0",
                "_mount_id": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
                "_raw_device": "/dev/sda",
                "_raw_kernel_device": "/dev/sda",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda"
                ],
                "encryption": true,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": "yabbadabbadoo",
                "fs_create_options": "",
                "fs_label": "",
                "fs_overwrite_existing": true,
                "fs_type": "xfs",
                "mount_check": 0,
                "mount_device_identifier": "uuid",
                "mount_group": null,
                "mount_mode": null,
                "mount_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "mount_user": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "raid_stripe_size": null,
                "size": 10737418240,
                "state": "present",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "disk",
                "vdo_pool_size": null
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:126
Sunday 10 December 2023  04:03:04 +0000 (0:00:00.014)       0:02:54.408 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': 'UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "fstype": "xfs",
        "path": "/opt/test1",
        "src": "UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5",
        "state": "absent"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "UUID=621c4d80-8a20-4a66-a0ed-b26ff4b6d2b5"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Sunday 10 December 2023  04:03:04 +0000 (0:00:00.266)       0:02:54.675 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:142
Sunday 10 December 2023  04:03:05 +0000 (0:00:00.508)       0:02:55.183 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': '/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
        "state": "mounted"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:153
Sunday 10 December 2023  04:03:05 +0000 (0:00:00.242)       0:02:55.425 ******* 
skipping: [sut] => (item={'src': '/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None})  => {
    "ansible_loop_var": "mount_info",
    "changed": false,
    "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
        "state": "mounted"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:165
Sunday 10 December 2023  04:03:05 +0000 (0:00:00.025)       0:02:55.451 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:173
Sunday 10 December 2023  04:03:06 +0000 (0:00:00.505)       0:02:55.957 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702180943.5914438,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1702180942.1414552,
        "dev": 51715,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 268435931,
        "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": 1702180942.139455,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "2900669176",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:178
Sunday 10 December 2023  04:03:06 +0000 (0:00:00.198)       0:02:56.156 ******* 
changed: [sut] => (item={'backing_device': '/dev/sda', 'name': 'luks-ccbb82f3-5385-4134-a1d8-430d2acc8028', 'password': '-', 'state': 'present'}) => {
    "ansible_loop_var": "entry",
    "backup": "",
    "changed": true,
    "entry": {
        "backing_device": "/dev/sda",
        "name": "luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
        "password": "-",
        "state": "present"
    }
}

MSG:

line added

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Sunday 10 December 2023  04:03:06 +0000 (0:00:00.215)       0:02:56.371 ******* 
ok: [sut]

TASK [Verify role results] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:171
Sunday 10 December 2023  04:03:07 +0000 (0:00:00.791)       0:02:57.163 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml for sut

TASK [Print out pool information] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:2
Sunday 10 December 2023  04:03:07 +0000 (0:00:00.028)       0:02:57.192 ******* 
skipping: [sut] => {
    "false_condition": "_storage_pools_list | length > 0"
}

TASK [Print out volume information] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:7
Sunday 10 December 2023  04:03:07 +0000 (0:00:00.019)       0:02:57.211 ******* 
ok: [sut] => {
    "_storage_volumes_list": [
        {
            "_device": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
            "_kernel_device": "/dev/dm-0",
            "_mount_id": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
            "_raw_device": "/dev/sda",
            "_raw_kernel_device": "/dev/sda",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda"
            ],
            "encryption": true,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": "yabbadabbadoo",
            "fs_create_options": "",
            "fs_label": "",
            "fs_overwrite_existing": true,
            "fs_type": "xfs",
            "mount_check": 0,
            "mount_device_identifier": "uuid",
            "mount_group": null,
            "mount_mode": null,
            "mount_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "mount_user": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "raid_stripe_size": null,
            "size": 10737418240,
            "state": "present",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "disk",
            "vdo_pool_size": null
        }
    ]
}

TASK [Collect info about the volumes.] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:15
Sunday 10 December 2023  04:03:07 +0000 (0:00:00.022)       0:02:57.233 ******* 
ok: [sut] => {
    "changed": false,
    "info": {
        "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
            "size": "10G",
            "type": "crypt",
            "uuid": "cf4997b2-d4ca-41af-bb57-226427096426"
        },
        "/dev/sda": {
            "fstype": "crypto_LUKS",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": "ccbb82f3-5385-4134-a1d8-430d2acc8028"
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdd",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sde": {
            "fstype": "",
            "label": "",
            "name": "/dev/sde",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdg": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdg",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdh": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdh",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdi": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdi",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda",
            "size": "250G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda1": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda1",
            "size": "1M",
            "type": "partition",
            "uuid": ""
        },
        "/dev/xvda2": {
            "fstype": "vfat",
            "label": "",
            "name": "/dev/xvda2",
            "size": "100M",
            "type": "partition",
            "uuid": "7B77-95E7"
        },
        "/dev/xvda3": {
            "fstype": "xfs",
            "label": "root",
            "name": "/dev/xvda3",
            "size": "249.9G",
            "type": "partition",
            "uuid": "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:20
Sunday 10 December 2023  04:03:07 +0000 (0:00:00.198)       0:02:57.432 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003237",
    "end": "2023-12-10 04:03:07.681766",
    "rc": 0,
    "start": "2023-12-10 04:03:07.678529"
}

STDOUT:

UUID=955afcc9-fe7d-43fd-a3a5-1147b25260a6	/	xfs	defaults	0	0
UUID=7B77-95E7	/boot/efi	vfat	defaults,uid=0,gid=0,umask=077,shortname=winnt	0	2
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028 /opt/test1 xfs defaults 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:25
Sunday 10 December 2023  04:03:07 +0000 (0:00:00.190)       0:02:57.622 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003104",
    "end": "2023-12-10 04:03:07.873524",
    "failed_when_result": false,
    "rc": 0,
    "start": "2023-12-10 04:03:07.870420"
}

STDOUT:

luks-ccbb82f3-5385-4134-a1d8-430d2acc8028 /dev/sda -

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:34
Sunday 10 December 2023  04:03:07 +0000 (0:00:00.193)       0:02:57.815 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:44
Sunday 10 December 2023  04:03:07 +0000 (0:00:00.009)       0:02:57.825 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml for sut => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'foo', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028', '_raw_device': '/dev/sda', '_mount_id': '/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/sda'})

TASK [Set storage volume test variables] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:2
Sunday 10 December 2023  04:03:07 +0000 (0:00:00.030)       0:02:57.855 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": true,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [Run test verify for {{ storage_test_volume_subset }}] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:19
Sunday 10 December 2023  04:03:07 +0000 (0:00:00.021)       0:02:57.877 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml for sut => (item=mount)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml for sut => (item=fstab)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml for sut => (item=fs)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml for sut => (item=device)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml for sut => (item=encryption)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml for sut => (item=md)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml for sut => (item=size)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml for sut => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:7
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.046)       0:02:57.923 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:11
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.017)       0:02:57.941 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [
            {
                "block_available": 2588290,
                "block_size": 4096,
                "block_total": 2614784,
                "block_used": 26494,
                "device": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
                "fstype": "xfs",
                "inode_available": 5234685,
                "inode_total": 5234688,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10601635840,
                "size_total": 10710155264,
                "uuid": "cf4997b2-d4ca-41af-bb57-226427096426"
            }
        ],
        "storage_test_mount_expected_match_count": "1",
        "storage_test_mount_point_matches": [
            {
                "block_available": 2588290,
                "block_size": 4096,
                "block_total": 2614784,
                "block_used": 26494,
                "device": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
                "fstype": "xfs",
                "inode_available": 5234685,
                "inode_total": 5234688,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10601635840,
                "size_total": 10710155264,
                "uuid": "cf4997b2-d4ca-41af-bb57-226427096426"
            }
        ],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Get information about the mountpoint directory] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:21
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.027)       0:02:57.968 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the current mount state by device] ********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:30
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.011)       0:02:57.979 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the current mount state by mount point] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:41
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.021)       0:02:58.001 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount directory user] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:48
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.021)       0:02:58.023 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory group] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:54
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.010)       0:02:58.033 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory permissions] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:60
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.011)       0:02:58.044 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mount fs type] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:69
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.009)       0:02:58.054 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get path of test volume device] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:80
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.021)       0:02:58.076 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:86
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.010)       0:02:58.086 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:92
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.011)       0:02:58.098 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:102
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.010)       0:02:58.108 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_found_mount_stat": null,
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:2
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.012)       0:02:58.121 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "1",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "storage_test_fstab_expected_mount_point_matches": "1",
        "storage_test_fstab_id_matches": [
            "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028 "
        ],
        "storage_test_fstab_mount_options_matches": [
            " /opt/test1 xfs defaults "
        ],
        "storage_test_fstab_mount_point_matches": [
            " /opt/test1 "
        ]
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:17
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.033)       0:02:58.154 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the fstab mount point] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:24
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.021)       0:02:58.176 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:33
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.023)       0:02:58.199 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_verify_mount_options | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:45
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.020)       0:02:58.219 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:3
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.011)       0:02:58.230 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify fs label] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:9
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.023)       0:02:58.254 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See whether the device node is present] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:3
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.021)       0:02:58.276 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702180984.125132,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702180984.125132,
        "dev": 6,
        "device_type": 2048,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 50773,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/blockdevice",
        "mode": "0660",
        "mtime": 1702180984.125132,
        "nlink": 1,
        "path": "/dev/sda",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:9
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.196)       0:02:58.472 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:16
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.014)       0:02:58.487 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')",
    "skip_reason": "Conditional result was False"
}

TASK [Make sure we got info about this volume] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:23
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.011)       0:02:58.498 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Process volume type (set initial value) (1/2)] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:29
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.013)       0:02:58.512 ******* 
ok: [sut] => {
    "ansible_facts": {
        "st_volume_type": "disk"
    },
    "changed": false
}

TASK [Process volume type (get RAID value) (2/2)] ******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:33
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.013)       0:02:58.525 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"raid\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the volume's device type] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:38
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.010)       0:02:58.535 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:3
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.013)       0:02:58.548 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702180984.3231306,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702180984.3231306,
        "dev": 6,
        "device_type": 64768,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 105357,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1702180984.3231306,
        "nlink": 1,
        "path": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:10
Sunday 10 December 2023  04:03:08 +0000 (0:00:00.197)       0:02:58.746 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup

TASK [Collect LUKS info for this volume] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:16
Sunday 10 December 2023  04:03:10 +0000 (0:00:01.239)       0:02:59.985 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cryptsetup",
        "luksDump",
        "/dev/sda"
    ],
    "delta": "0:00:00.011782",
    "end": "2023-12-10 04:03:10.246967",
    "rc": 0,
    "start": "2023-12-10 04:03:10.235185"
}

STDOUT:

LUKS header information
Version:       	2
Epoch:         	3
Metadata area: 	16384 [bytes]
Keyslots area: 	16744448 [bytes]
UUID:          	ccbb82f3-5385-4134-a1d8-430d2acc8028
Label:         	(no label)
Subsystem:     	(no subsystem)
Flags:       	(no flags)

Data segments:
  0: crypt
	offset: 16777216 [bytes]
	length: (whole device)
	cipher: aes-xts-plain64
	sector: 512 [bytes]

Keyslots:
  0: luks2
	Key:        512 bits
	Priority:   normal
	Cipher:     aes-xts-plain64
	Cipher key: 512 bits
	PBKDF:      argon2i
	Time cost:  4
	Memory:     812857
	Threads:    2
	Salt:       5b e9 db 33 80 03 dd 67 3e 28 c5 f6 9c ea 33 da 
	            ef 59 54 d8 42 04 77 73 af 99 e5 07 36 f7 d1 bc 
	AF stripes: 4000
	AF hash:    sha256
	Area offset:32768 [bytes]
	Area length:258048 [bytes]
	Digest ID:  0
Tokens:
Digests:
  0: pbkdf2
	Hash:       sha256
	Iterations: 110144
	Salt:       13 96 17 e4 ce e9 07 d2 8e e8 e6 24 6b c9 71 17 
	            d1 82 c2 90 1b 18 3d 5c ca 47 34 07 3e 52 d9 6c 
	Digest:     ce c7 a9 3e cf 96 c7 7e 07 b2 f6 2c 56 5b 1b 2d 
	            9e e8 62 f5 13 01 1d de 1c c3 7e e9 c3 28 c4 db 

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:22
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.202)       0:03:00.188 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:29
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.023)       0:03:00.212 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:40
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.023)       0:03:00.236 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:46
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.014)       0:03:00.250 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check LUKS version] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:51
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.013)       0:03:00.264 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_luks_version",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:63
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.010)       0:03:00.275 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_key_size",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:75
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.010)       0:03:00.286 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_cipher",
    "skip_reason": "Conditional result was False"
}

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:87
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.012)       0:03:00.298 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [
            "luks-ccbb82f3-5385-4134-a1d8-430d2acc8028 /dev/sda -"
        ],
        "_storage_test_expected_crypttab_entries": "1",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:93
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.076)       0:03:00.374 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:100
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.023)       0:03:00.398 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:108
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.023)       0:03:00.421 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:116
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.022)       0:03:00.443 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:124
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.022)       0:03:00.465 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:8
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.011)       0:03:00.477 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:14
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.011)       0:03:00.488 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:19
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.010)       0:03:00.498 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:24
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.010)       0:03:00.509 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set chunk size regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:29
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.009)       0:03:00.518 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:37
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.010)       0:03:00.529 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:46
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.009)       0:03:00.539 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:54
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.011)       0:03:00.550 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:62
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.010)       0:03:00.560 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:70
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.009)       0:03:00.570 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the actual size of the volume] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:3
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.010)       0:03:00.580 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type not in ['partition', 'disk']",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested size of the volume] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:11
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.018)       0:03:00.598 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected size] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:20
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.017)       0:03:00.615 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:28
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.021)       0:03:00.637 ******* 
ok: [sut] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined"
}

TASK [Get the size of parent/pool device] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:32
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.012)       0:03:00.650 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Show test pool] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:46
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.018)       0:03:00.668 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Show test blockinfo] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:50
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.017)       0:03:00.686 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Show test pool size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:54
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.017)       0:03:00.704 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:58
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.017)       0:03:00.721 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Default thin pool reserved space values] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:67
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.021)       0:03:00.743 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default minimal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:71
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.010)       0:03:00.754 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default maximal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:76
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.010)       0:03:00.764 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate maximum usable space in thin pool] *****************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:82
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.009)       0:03:00.774 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply upper size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:86
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.009)       0:03:00.784 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply lower size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:91
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.009)       0:03:00.794 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Convert maximum usable thin pool space from int to Size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:96
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.011)       0:03:00.805 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show max thin pool size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:101
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.009)       0:03:00.815 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show volume thin pool size] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:105
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.009)       0:03:00.825 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show test volume size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:109
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.009)       0:03:00.835 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Establish base value for expected thin pool size] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:113
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.009)       0:03:00.845 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:120
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.009)       0:03:00.854 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected thin pool volume size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:127
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.011)       0:03:00.866 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected thin pool volume size based on percentage value] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:131
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.009)       0:03:00.875 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Replace expected volume size with calculated value] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:137
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.009)       0:03:00.885 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show actual size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:143
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.009)       0:03:00.895 ******* 
ok: [sut] => {
    "storage_test_actual_size": {
        "changed": false,
        "false_condition": "storage_test_volume.type not in ['partition', 'disk']",
        "skip_reason": "Conditional result was False",
        "skipped": true
    }
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:147
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.012)       0:03:00.907 ******* 
ok: [sut] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined"
}

TASK [Assert expected size is actual size] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:151
Sunday 10 December 2023  04:03:10 +0000 (0:00:00.011)       0:03:00.919 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:5
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.021)       0:03:00.941 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:13
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.011)       0:03:00.952 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:17
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.010)       0:03:00.963 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV cache size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:24
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.010)       0:03:00.973 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested cache size] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:31
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.010)       0:03:00.983 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected cache size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:37
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.009)       0:03:00.993 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:42
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.011)       0:03:01.005 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:25
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.010)       0:03:01.015 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Clean up variable namespace] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:54
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.011)       0:03:01.026 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null
    },
    "changed": false
}

TASK [Test for correct handling of new encrypted volume w/ no key] *************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:178
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.011)       0:03:01.037 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml for sut

TASK [Store global variable value copy] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:4
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.028)       0:03:01.065 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_pools_global": [],
        "storage_safe_mode_global": true,
        "storage_volumes_global": []
    },
    "changed": false
}

TASK [Verify role raises correct error] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:10
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.021)       0:03:01.087 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.019)       0:03:01.107 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.017)       0:03:01.125 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.022)       0:03:01.147 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.028)       0:03:01.176 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.013)       0:03:01.189 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.013)       0:03:01.203 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.012)       0:03:01.215 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.036)       0:03:01.251 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:03:11 +0000 (0:00:00.029)       0:03:01.281 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:03:12 +0000 (0:00:01.236)       0:03:02.518 ******* 
ok: [sut] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "type": "partition",
            "volumes": [
                {
                    "encryption": true,
                    "mount_point": "/opt/test1",
                    "name": "test1",
                    "size": "4g",
                    "type": "partition"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:03:12 +0000 (0:00:00.016)       0:03:02.534 ******* 
ok: [sut] => {
    "storage_volumes": []
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:03:12 +0000 (0:00:00.015)       0:03:02.550 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "cryptsetup"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:03:16 +0000 (0:00:04.340)       0:03:06.891 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:03:16 +0000 (0:00:00.023)       0:03:06.915 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:03:17 +0000 (0:00:00.018)       0:03:06.933 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:03:17 +0000 (0:00:00.019)       0:03:06.952 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:03:17 +0000 (0:00:00.021)       0:03:06.973 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:03:18 +0000 (0:00:01.241)       0:03:08.215 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:03:20 +0000 (0:00:01.786)       0:03:10.001 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:03:20 +0000 (0:00:00.033)       0:03:10.034 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:03:20 +0000 (0:00:00.010)       0:03:10.045 ******* 
fatal: [sut]: FAILED! => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

MSG:

encrypted volume 'test1' missing key/password

TASK [fedora.linux_system_roles.storage : Failed message] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91
Sunday 10 December 2023  04:03:24 +0000 (0:00:04.758)       0:03:14.803 ******* 
fatal: [sut]: FAILED! => {
    "changed": false
}

MSG:

{'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "encrypted volume 'test1' missing key/password", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'state': 'present', 'type': 'partition', 'volumes': [{'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:03:24 +0000 (0:00:00.017)       0:03:14.820 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check that we failed in the role] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:23
Sunday 10 December 2023  04:03:24 +0000 (0:00:00.009)       0:03:14.830 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the blivet output and error message are correct] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:28
Sunday 10 December 2023  04:03:24 +0000 (0:00:00.013)       0:03:14.843 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify correct exception or error message] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:39
Sunday 10 December 2023  04:03:24 +0000 (0:00:00.018)       0:03:14.862 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_failed_exception is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Create an encrypted partition volume w/ default fs] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:197
Sunday 10 December 2023  04:03:24 +0000 (0:00:00.013)       0:03:14.876 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:03:25 +0000 (0:00:00.045)       0:03:14.921 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:03:25 +0000 (0:00:00.016)       0:03:14.937 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:03:25 +0000 (0:00:00.021)       0:03:14.958 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:03:25 +0000 (0:00:00.028)       0:03:14.987 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:03:25 +0000 (0:00:00.014)       0:03:15.002 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:03:25 +0000 (0:00:00.014)       0:03:15.016 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:03:25 +0000 (0:00:00.013)       0:03:15.030 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:03:25 +0000 (0:00:00.013)       0:03:15.043 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:03:25 +0000 (0:00:00.029)       0:03:15.072 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:03:26 +0000 (0:00:01.240)       0:03:16.312 ******* 
ok: [sut] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "type": "partition",
            "volumes": [
                {
                    "encryption": true,
                    "encryption_password": "yabbadabbadoo",
                    "mount_point": "/opt/test1",
                    "name": "test1",
                    "size": "4g",
                    "type": "partition"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:03:26 +0000 (0:00:00.015)       0:03:16.328 ******* 
ok: [sut] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:03:26 +0000 (0:00:00.013)       0:03:16.342 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "cryptsetup"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:03:30 +0000 (0:00:04.377)       0:03:20.719 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:03:30 +0000 (0:00:00.025)       0:03:20.745 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:03:30 +0000 (0:00:00.020)       0:03:20.765 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:03:30 +0000 (0:00:00.020)       0:03:20.785 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:03:30 +0000 (0:00:00.018)       0:03:20.804 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:03:32 +0000 (0:00:01.234)       0:03:22.039 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:03:33 +0000 (0:00:01.783)       0:03:23.823 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:03:33 +0000 (0:00:00.032)       0:03:23.855 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:03:33 +0000 (0:00:00.010)       0:03:23.865 ******* 
changed: [sut] => {
    "actions": [
        {
            "action": "destroy format",
            "device": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sda",
            "fs_type": "luks"
        },
        {
            "action": "create format",
            "device": "/dev/sda",
            "fs_type": "disklabel"
        },
        {
            "action": "create device",
            "device": "/dev/sda1",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/sda1",
            "fs_type": "luks"
        },
        {
            "action": "create device",
            "device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
            "fs_type": "xfs"
        }
    ],
    "changed": true,
    "crypts": [
        {
            "backing_device": "/dev/sda",
            "name": "luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
            "password": "-",
            "state": "absent"
        },
        {
            "backing_device": "/dev/sda1",
            "name": "luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
            "password": "-",
            "state": "present"
        }
    ],
    "leaves": [
        "/dev/sdb",
        "/dev/sdc",
        "/dev/sdd",
        "/dev/sde",
        "/dev/sdf",
        "/dev/sdg",
        "/dev/sdh",
        "/dev/sdi",
        "/dev/xvda1",
        "/dev/xvda2",
        "/dev/xvda3",
        "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083"
    ],
    "mounts": [
        {
            "fstype": "xfs",
            "path": "/opt/test1",
            "src": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
            "state": "absent"
        },
        {
            "dump": 0,
            "fstype": "xfs",
            "group": null,
            "mode": null,
            "opts": "defaults",
            "owner": null,
            "passno": 0,
            "path": "/opt/test1",
            "src": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
            "state": "mounted"
        }
    ],
    "packages": [
        "xfsprogs",
        "cryptsetup",
        "dosfstools"
    ],
    "pools": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "partition",
            "volumes": [
                {
                    "_device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                    "_kernel_device": "/dev/dm-0",
                    "_mount_id": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                    "_raw_device": "/dev/sda1",
                    "_raw_kernel_device": "/dev/sda1",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": true,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": "yabbadabbadoo",
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "/opt/test1",
                    "mount_user": null,
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "partition",
                    "vdo_pool_size": null
                }
            ]
        }
    ],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Sunday 10 December 2023  04:03:47 +0000 (0:00:13.863)       0:03:37.729 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_udevadm_trigger | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:03:47 +0000 (0:00:00.019)       0:03:37.748 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Sunday 10 December 2023  04:03:47 +0000 (0:00:00.011)       0:03:37.759 ******* 
ok: [sut] => {
    "blivet_output": {
        "actions": [
            {
                "action": "destroy format",
                "device": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sda",
                "fs_type": "luks"
            },
            {
                "action": "create format",
                "device": "/dev/sda",
                "fs_type": "disklabel"
            },
            {
                "action": "create device",
                "device": "/dev/sda1",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/sda1",
                "fs_type": "luks"
            },
            {
                "action": "create device",
                "device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                "fs_type": "xfs"
            }
        ],
        "changed": true,
        "crypts": [
            {
                "backing_device": "/dev/sda",
                "name": "luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
                "password": "-",
                "state": "absent"
            },
            {
                "backing_device": "/dev/sda1",
                "name": "luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                "password": "-",
                "state": "present"
            }
        ],
        "failed": false,
        "leaves": [
            "/dev/sdb",
            "/dev/sdc",
            "/dev/sdd",
            "/dev/sde",
            "/dev/sdf",
            "/dev/sdg",
            "/dev/sdh",
            "/dev/sdi",
            "/dev/xvda1",
            "/dev/xvda2",
            "/dev/xvda3",
            "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083"
        ],
        "mounts": [
            {
                "fstype": "xfs",
                "path": "/opt/test1",
                "src": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
                "state": "absent"
            },
            {
                "dump": 0,
                "fstype": "xfs",
                "group": null,
                "mode": null,
                "opts": "defaults",
                "owner": null,
                "passno": 0,
                "path": "/opt/test1",
                "src": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                "state": "mounted"
            }
        ],
        "packages": [
            "xfsprogs",
            "cryptsetup",
            "dosfstools"
        ],
        "pools": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "partition",
                "volumes": [
                    {
                        "_device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                        "_kernel_device": "/dev/dm-0",
                        "_mount_id": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                        "_raw_device": "/dev/sda1",
                        "_raw_kernel_device": "/dev/sda1",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": true,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": "yabbadabbadoo",
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "/opt/test1",
                        "mount_user": null,
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "partition",
                        "vdo_pool_size": null
                    }
                ]
            }
        ],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:106
Sunday 10 December 2023  04:03:47 +0000 (0:00:00.016)       0:03:37.776 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "partition",
                "volumes": [
                    {
                        "_device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                        "_kernel_device": "/dev/dm-0",
                        "_mount_id": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                        "_raw_device": "/dev/sda1",
                        "_raw_kernel_device": "/dev/sda1",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": true,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": "yabbadabbadoo",
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "/opt/test1",
                        "mount_user": null,
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "partition",
                        "vdo_pool_size": null
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110
Sunday 10 December 2023  04:03:47 +0000 (0:00:00.015)       0:03:37.791 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:126
Sunday 10 December 2023  04:03:47 +0000 (0:00:00.013)       0:03:37.805 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': '/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "fstype": "xfs",
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
        "state": "absent"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/luks-ccbb82f3-5385-4134-a1d8-430d2acc8028"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Sunday 10 December 2023  04:03:48 +0000 (0:00:00.217)       0:03:38.023 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:142
Sunday 10 December 2023  04:03:48 +0000 (0:00:00.514)       0:03:38.537 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': '/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
        "state": "mounted"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:153
Sunday 10 December 2023  04:03:48 +0000 (0:00:00.247)       0:03:38.785 ******* 
skipping: [sut] => (item={'src': '/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None})  => {
    "ansible_loop_var": "mount_info",
    "changed": false,
    "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
        "state": "mounted"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:165
Sunday 10 December 2023  04:03:48 +0000 (0:00:00.092)       0:03:38.877 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:173
Sunday 10 December 2023  04:03:49 +0000 (0:00:00.511)       0:03:39.389 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702180987.8721035,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "3ad854a9a0a029490402a72b15ae026ba203d5ef",
        "ctime": 1702180986.4231145,
        "dev": 51715,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 520094277,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1702180986.4221146,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 53,
        "uid": 0,
        "version": "3942673611",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:178
Sunday 10 December 2023  04:03:49 +0000 (0:00:00.203)       0:03:39.592 ******* 
changed: [sut] => (item={'backing_device': '/dev/sda', 'name': 'luks-ccbb82f3-5385-4134-a1d8-430d2acc8028', 'password': '-', 'state': 'absent'}) => {
    "ansible_loop_var": "entry",
    "backup": "",
    "changed": true,
    "entry": {
        "backing_device": "/dev/sda",
        "name": "luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
        "password": "-",
        "state": "absent"
    },
    "found": 1
}

MSG:

1 line(s) removed
changed: [sut] => (item={'backing_device': '/dev/sda1', 'name': 'luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', 'password': '-', 'state': 'present'}) => {
    "ansible_loop_var": "entry",
    "backup": "",
    "changed": true,
    "entry": {
        "backing_device": "/dev/sda1",
        "name": "luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
        "password": "-",
        "state": "present"
    }
}

MSG:

line added

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Sunday 10 December 2023  04:03:50 +0000 (0:00:00.397)       0:03:39.990 ******* 
ok: [sut]

TASK [Verify role results] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:214
Sunday 10 December 2023  04:03:50 +0000 (0:00:00.782)       0:03:40.772 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml for sut

TASK [Print out pool information] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:2
Sunday 10 December 2023  04:03:50 +0000 (0:00:00.031)       0:03:40.804 ******* 
ok: [sut] => {
    "_storage_pools_list": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "partition",
            "volumes": [
                {
                    "_device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                    "_kernel_device": "/dev/dm-0",
                    "_mount_id": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                    "_raw_device": "/dev/sda1",
                    "_raw_kernel_device": "/dev/sda1",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": true,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": "yabbadabbadoo",
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "/opt/test1",
                    "mount_user": null,
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "partition",
                    "vdo_pool_size": null
                }
            ]
        }
    ]
}

TASK [Print out volume information] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:7
Sunday 10 December 2023  04:03:50 +0000 (0:00:00.023)       0:03:40.827 ******* 
skipping: [sut] => {
    "false_condition": "_storage_volumes_list | length > 0"
}

TASK [Collect info about the volumes.] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:15
Sunday 10 December 2023  04:03:50 +0000 (0:00:00.023)       0:03:40.851 ******* 
ok: [sut] => {
    "changed": false,
    "info": {
        "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
            "size": "10G",
            "type": "crypt",
            "uuid": "397a59e4-6e22-4ea5-a909-8c266ab22ea7"
        },
        "/dev/sda": {
            "fstype": "",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sda1": {
            "fstype": "crypto_LUKS",
            "label": "",
            "name": "/dev/sda1",
            "size": "10G",
            "type": "partition",
            "uuid": "fa6d4bcf-92b5-4a06-828d-be007c1c9083"
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdd",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sde": {
            "fstype": "",
            "label": "",
            "name": "/dev/sde",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdg": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdg",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdh": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdh",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdi": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdi",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda",
            "size": "250G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda1": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda1",
            "size": "1M",
            "type": "partition",
            "uuid": ""
        },
        "/dev/xvda2": {
            "fstype": "vfat",
            "label": "",
            "name": "/dev/xvda2",
            "size": "100M",
            "type": "partition",
            "uuid": "7B77-95E7"
        },
        "/dev/xvda3": {
            "fstype": "xfs",
            "label": "root",
            "name": "/dev/xvda3",
            "size": "249.9G",
            "type": "partition",
            "uuid": "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:20
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.196)       0:03:41.048 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003179",
    "end": "2023-12-10 04:03:51.297193",
    "rc": 0,
    "start": "2023-12-10 04:03:51.294014"
}

STDOUT:

UUID=955afcc9-fe7d-43fd-a3a5-1147b25260a6	/	xfs	defaults	0	0
UUID=7B77-95E7	/boot/efi	vfat	defaults,uid=0,gid=0,umask=077,shortname=winnt	0	2
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083 /opt/test1 xfs defaults 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:25
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.190)       0:03:41.238 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003253",
    "end": "2023-12-10 04:03:51.488881",
    "failed_when_result": false,
    "rc": 0,
    "start": "2023-12-10 04:03:51.485628"
}

STDOUT:

luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083 /dev/sda1 -

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:34
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.191)       0:03:41.429 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'state': 'present', 'type': 'partition', 'volumes': [{'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', '_raw_device': '/dev/sda1', '_mount_id': '/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/sda1'}]})

TASK [Set _storage_pool_tests] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml:5
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.031)       0:03:41.461 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pool_tests": [
            "members",
            "volumes"
        ]
    },
    "changed": false
}

TASK [Verify pool subset] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml:18
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.012)       0:03:41.473 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml for sut => (item=members)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-volumes.yml for sut => (item=volumes)

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:2
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.022)       0:03:41.496 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Get the canonical device path for each member device] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:8
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.010)       0:03:41.507 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Set pvs lvm length] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:17
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.011)       0:03:41.518 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Set pool pvs] ************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:22
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.010)       0:03:41.529 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Verify PV count] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:27
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.010)       0:03:41.539 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:36
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.011)       0:03:41.551 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:41
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.011)       0:03:41.562 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and not storage_test_pool.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:46
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.011)       0:03:41.574 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level",
    "skip_reason": "Conditional result was False"
}

TASK [Check the type of each PV] ***********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:51
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.010)       0:03:41.584 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Check MD RAID] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:64
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.012)       0:03:41.596 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml for sut

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:8
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.021)       0:03:41.617 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:14
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.010)       0:03:41.628 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:19
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.010)       0:03:41.638 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:24
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.010)       0:03:41.649 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set md chunk size regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:29
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.010)       0:03:41.659 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:37
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.010)       0:03:41.670 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:46
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.010)       0:03:41.680 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:55
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.010)       0:03:41.690 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:64
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.009)       0:03:41.700 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:74
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.011)       0:03:41.711 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Reset variables used by tests] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:83
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.010)       0:03:41.722 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": null,
        "storage_test_md_chunk_size_re": null,
        "storage_test_md_metadata_version_re": null,
        "storage_test_md_spare_devices_re": null
    },
    "changed": false
}

TASK [Check LVM RAID] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:67
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.011)       0:03:41.733 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-lvmraid.yml for sut

TASK [Validate pool member LVM RAID settings] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-lvmraid.yml:2
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.021)       0:03:41.755 ******* 
skipping: [sut] => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', '_raw_device': '/dev/sda1', '_mount_id': '/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/sda1'})  => {
    "ansible_loop_var": "storage_test_lvmraid_volume",
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False",
    "storage_test_lvmraid_volume": {
        "_device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
        "_kernel_device": "/dev/dm-0",
        "_mount_id": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
        "_raw_device": "/dev/sda1",
        "_raw_kernel_device": "/dev/sda1",
        "cache_devices": [],
        "cache_mode": null,
        "cache_size": 0,
        "cached": false,
        "compression": null,
        "deduplication": null,
        "disks": [],
        "encryption": true,
        "encryption_cipher": null,
        "encryption_key": null,
        "encryption_key_size": null,
        "encryption_luks_version": null,
        "encryption_password": "yabbadabbadoo",
        "fs_create_options": "",
        "fs_label": "",
        "fs_overwrite_existing": true,
        "fs_type": "xfs",
        "mount_check": 0,
        "mount_device_identifier": "uuid",
        "mount_group": null,
        "mount_mode": null,
        "mount_options": "defaults",
        "mount_passno": 0,
        "mount_point": "/opt/test1",
        "mount_user": null,
        "name": "test1",
        "raid_chunk_size": null,
        "raid_device_count": null,
        "raid_disks": [],
        "raid_level": null,
        "raid_metadata_version": null,
        "raid_spare_count": null,
        "raid_stripe_size": null,
        "size": "4g",
        "state": "present",
        "thin": false,
        "thin_pool_name": null,
        "thin_pool_size": null,
        "type": "partition",
        "vdo_pool_size": null
    }
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [Check Thin Pools] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:70
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.014)       0:03:41.769 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-thin.yml for sut

TASK [Validate pool member thinpool settings] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-thin.yml:2
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.022)       0:03:41.792 ******* 
skipping: [sut] => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', '_raw_device': '/dev/sda1', '_mount_id': '/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/sda1'})  => {
    "ansible_loop_var": "storage_test_thin_volume",
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False",
    "storage_test_thin_volume": {
        "_device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
        "_kernel_device": "/dev/dm-0",
        "_mount_id": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
        "_raw_device": "/dev/sda1",
        "_raw_kernel_device": "/dev/sda1",
        "cache_devices": [],
        "cache_mode": null,
        "cache_size": 0,
        "cached": false,
        "compression": null,
        "deduplication": null,
        "disks": [],
        "encryption": true,
        "encryption_cipher": null,
        "encryption_key": null,
        "encryption_key_size": null,
        "encryption_luks_version": null,
        "encryption_password": "yabbadabbadoo",
        "fs_create_options": "",
        "fs_label": "",
        "fs_overwrite_existing": true,
        "fs_type": "xfs",
        "mount_check": 0,
        "mount_device_identifier": "uuid",
        "mount_group": null,
        "mount_mode": null,
        "mount_options": "defaults",
        "mount_passno": 0,
        "mount_point": "/opt/test1",
        "mount_user": null,
        "name": "test1",
        "raid_chunk_size": null,
        "raid_device_count": null,
        "raid_disks": [],
        "raid_level": null,
        "raid_metadata_version": null,
        "raid_spare_count": null,
        "raid_stripe_size": null,
        "size": "4g",
        "state": "present",
        "thin": false,
        "thin_pool_name": null,
        "thin_pool_size": null,
        "type": "partition",
        "vdo_pool_size": null
    }
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [Check member encryption] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:73
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.013)       0:03:41.805 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml for sut

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:5
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.024)       0:03:41.830 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Validate pool member LUKS settings] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:10
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.020)       0:03:41.851 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Validate pool member crypttab entries] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:17
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.011)       0:03:41.863 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:24
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.011)       0:03:41.874 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_crypttab_key_file": null
    },
    "changed": false
}

TASK [Check VDO] ***************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:76
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.011)       0:03:41.885 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-vdo.yml for sut

TASK [Validate pool member VDO settings] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-vdo.yml:2
Sunday 10 December 2023  04:03:51 +0000 (0:00:00.026)       0:03:41.912 ******* 
skipping: [sut] => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', '_raw_device': '/dev/sda1', '_mount_id': '/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/sda1'})  => {
    "ansible_loop_var": "storage_test_vdo_volume",
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False",
    "storage_test_vdo_volume": {
        "_device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
        "_kernel_device": "/dev/dm-0",
        "_mount_id": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
        "_raw_device": "/dev/sda1",
        "_raw_kernel_device": "/dev/sda1",
        "cache_devices": [],
        "cache_mode": null,
        "cache_size": 0,
        "cached": false,
        "compression": null,
        "deduplication": null,
        "disks": [],
        "encryption": true,
        "encryption_cipher": null,
        "encryption_key": null,
        "encryption_key_size": null,
        "encryption_luks_version": null,
        "encryption_password": "yabbadabbadoo",
        "fs_create_options": "",
        "fs_label": "",
        "fs_overwrite_existing": true,
        "fs_type": "xfs",
        "mount_check": 0,
        "mount_device_identifier": "uuid",
        "mount_group": null,
        "mount_mode": null,
        "mount_options": "defaults",
        "mount_passno": 0,
        "mount_point": "/opt/test1",
        "mount_user": null,
        "name": "test1",
        "raid_chunk_size": null,
        "raid_device_count": null,
        "raid_disks": [],
        "raid_level": null,
        "raid_metadata_version": null,
        "raid_spare_count": null,
        "raid_stripe_size": null,
        "size": "4g",
        "state": "present",
        "thin": false,
        "thin_pool_name": null,
        "thin_pool_size": null,
        "type": "partition",
        "vdo_pool_size": null
    }
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [Clean up test variables] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:79
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.016)       0:03:41.928 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__pvs_lvm_len": null,
        "_storage_test_expected_pv_count": null,
        "_storage_test_expected_pv_type": null,
        "_storage_test_pool_pvs": [],
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [Verify the volumes] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-volumes.yml:3
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.012)       0:03:41.941 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml for sut => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', '_raw_device': '/dev/sda1', '_mount_id': '/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/sda1'})

TASK [Set storage volume test variables] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:2
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.019)       0:03:41.961 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": true,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [Run test verify for {{ storage_test_volume_subset }}] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:19
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.022)       0:03:41.983 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml for sut => (item=mount)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml for sut => (item=fstab)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml for sut => (item=fs)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml for sut => (item=device)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml for sut => (item=encryption)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml for sut => (item=md)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml for sut => (item=size)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml for sut => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:7
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.083)       0:03:42.067 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:11
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.020)       0:03:42.087 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [
            {
                "block_available": 2586257,
                "block_size": 4096,
                "block_total": 2612736,
                "block_used": 26479,
                "device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                "fstype": "xfs",
                "inode_available": 5230589,
                "inode_total": 5230592,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10593308672,
                "size_total": 10701766656,
                "uuid": "397a59e4-6e22-4ea5-a909-8c266ab22ea7"
            }
        ],
        "storage_test_mount_expected_match_count": "1",
        "storage_test_mount_point_matches": [
            {
                "block_available": 2586257,
                "block_size": 4096,
                "block_total": 2612736,
                "block_used": 26479,
                "device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                "fstype": "xfs",
                "inode_available": 5230589,
                "inode_total": 5230592,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10593308672,
                "size_total": 10701766656,
                "uuid": "397a59e4-6e22-4ea5-a909-8c266ab22ea7"
            }
        ],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Get information about the mountpoint directory] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:21
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.030)       0:03:42.117 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the current mount state by device] ********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:30
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.012)       0:03:42.130 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the current mount state by mount point] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:41
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.024)       0:03:42.155 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount directory user] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:48
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.022)       0:03:42.178 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory group] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:54
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.011)       0:03:42.189 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory permissions] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:60
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.011)       0:03:42.201 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mount fs type] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:69
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.011)       0:03:42.212 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get path of test volume device] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:80
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.023)       0:03:42.236 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:86
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.011)       0:03:42.248 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:92
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.010)       0:03:42.259 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:102
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.010)       0:03:42.270 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_found_mount_stat": null,
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:2
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.013)       0:03:42.283 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "1",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "storage_test_fstab_expected_mount_point_matches": "1",
        "storage_test_fstab_id_matches": [
            "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083 "
        ],
        "storage_test_fstab_mount_options_matches": [
            " /opt/test1 xfs defaults "
        ],
        "storage_test_fstab_mount_point_matches": [
            " /opt/test1 "
        ]
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:17
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.035)       0:03:42.319 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the fstab mount point] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:24
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.024)       0:03:42.344 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:33
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.024)       0:03:42.368 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_verify_mount_options | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:45
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.019)       0:03:42.388 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:3
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.012)       0:03:42.401 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify fs label] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:9
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.026)       0:03:42.427 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See whether the device node is present] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:3
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.022)       0:03:42.449 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181027.4958007,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702181027.4958007,
        "dev": 6,
        "device_type": 2049,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 116195,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/blockdevice",
        "mode": "0660",
        "mtime": 1702181027.4958007,
        "nlink": 1,
        "path": "/dev/sda1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:9
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.196)       0:03:42.645 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:16
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.015)       0:03:42.661 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')",
    "skip_reason": "Conditional result was False"
}

TASK [Make sure we got info about this volume] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:23
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.011)       0:03:42.673 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Process volume type (set initial value) (1/2)] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:29
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.014)       0:03:42.688 ******* 
ok: [sut] => {
    "ansible_facts": {
        "st_volume_type": "partition"
    },
    "changed": false
}

TASK [Process volume type (get RAID value) (2/2)] ******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:33
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.014)       0:03:42.702 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"raid\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the volume's device type] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:38
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.011)       0:03:42.714 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:3
Sunday 10 December 2023  04:03:52 +0000 (0:00:00.014)       0:03:42.728 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181027.7087991,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702181027.7087991,
        "dev": 6,
        "device_type": 64768,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 116325,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1702181027.7087991,
        "nlink": 1,
        "path": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:10
Sunday 10 December 2023  04:03:53 +0000 (0:00:00.195)       0:03:42.924 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup

TASK [Collect LUKS info for this volume] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:16
Sunday 10 December 2023  04:03:54 +0000 (0:00:01.233)       0:03:44.157 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cryptsetup",
        "luksDump",
        "/dev/sda1"
    ],
    "delta": "0:00:00.011324",
    "end": "2023-12-10 04:03:54.418152",
    "rc": 0,
    "start": "2023-12-10 04:03:54.406828"
}

STDOUT:

LUKS header information
Version:       	2
Epoch:         	3
Metadata area: 	16384 [bytes]
Keyslots area: 	16744448 [bytes]
UUID:          	fa6d4bcf-92b5-4a06-828d-be007c1c9083
Label:         	(no label)
Subsystem:     	(no subsystem)
Flags:       	(no flags)

Data segments:
  0: crypt
	offset: 16777216 [bytes]
	length: (whole device)
	cipher: aes-xts-plain64
	sector: 512 [bytes]

Keyslots:
  0: luks2
	Key:        512 bits
	Priority:   normal
	Cipher:     aes-xts-plain64
	Cipher key: 512 bits
	PBKDF:      argon2i
	Time cost:  4
	Memory:     812738
	Threads:    2
	Salt:       bf 71 df 42 30 fc e6 6c 42 c6 21 a0 6b 4a 4d 6c 
	            1f c1 4b d2 54 e3 36 29 19 bf 05 ed 7f 37 49 e2 
	AF stripes: 4000
	AF hash:    sha256
	Area offset:32768 [bytes]
	Area length:258048 [bytes]
	Digest ID:  0
Tokens:
Digests:
  0: pbkdf2
	Hash:       sha256
	Iterations: 103206
	Salt:       cf f0 70 44 5a 5b b6 95 a3 62 7f f2 44 50 45 44 
	            0c 0b e6 7b 5a 03 9e 04 81 3c 63 c1 41 09 cf 8f 
	Digest:     69 86 b9 14 ad 38 a8 d2 34 e4 35 18 c0 bb 24 6d 
	            59 34 ae a4 67 c2 c4 c1 c0 e4 78 28 53 38 28 85 

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:22
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.201)       0:03:44.359 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:29
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.026)       0:03:44.386 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:40
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.023)       0:03:44.409 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:46
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.014)       0:03:44.424 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check LUKS version] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:51
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.014)       0:03:44.438 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_luks_version",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:63
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.011)       0:03:44.450 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_key_size",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:75
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.011)       0:03:44.461 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_cipher",
    "skip_reason": "Conditional result was False"
}

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:87
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.012)       0:03:44.473 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [
            "luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083 /dev/sda1 -"
        ],
        "_storage_test_expected_crypttab_entries": "1",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:93
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.026)       0:03:44.500 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:100
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.022)       0:03:44.522 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:108
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.022)       0:03:44.545 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:116
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.022)       0:03:44.567 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:124
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.021)       0:03:44.589 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:8
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.012)       0:03:44.602 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:14
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.011)       0:03:44.613 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:19
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.011)       0:03:44.624 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:24
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.010)       0:03:44.634 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set chunk size regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:29
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.010)       0:03:44.645 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:37
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.010)       0:03:44.655 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:46
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.011)       0:03:44.667 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:54
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.011)       0:03:44.679 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:62
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.012)       0:03:44.691 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:70
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.011)       0:03:44.702 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the actual size of the volume] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:3
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.010)       0:03:44.713 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type not in ['partition', 'disk']",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested size of the volume] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:11
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.018)       0:03:44.732 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected size] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:20
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.022)       0:03:44.754 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:28
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.018)       0:03:44.773 ******* 
ok: [sut] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined"
}

TASK [Get the size of parent/pool device] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:32
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.012)       0:03:44.786 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Show test pool] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:46
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.019)       0:03:44.805 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Show test blockinfo] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:50
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.019)       0:03:44.825 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Show test pool size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:54
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.018)       0:03:44.843 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:58
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.024)       0:03:44.868 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Default thin pool reserved space values] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:67
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.019)       0:03:44.887 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default minimal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:71
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.012)       0:03:44.900 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default maximal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:76
Sunday 10 December 2023  04:03:54 +0000 (0:00:00.011)       0:03:44.911 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate maximum usable space in thin pool] *****************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:82
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.011)       0:03:44.923 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply upper size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:86
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.010)       0:03:44.933 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply lower size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:91
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.045)       0:03:44.979 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Convert maximum usable thin pool space from int to Size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:96
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.014)       0:03:44.993 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show max thin pool size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:101
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.011)       0:03:45.005 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show volume thin pool size] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:105
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.011)       0:03:45.017 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show test volume size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:109
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.010)       0:03:45.027 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Establish base value for expected thin pool size] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:113
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.010)       0:03:45.038 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:120
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.012)       0:03:45.051 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected thin pool volume size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:127
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.011)       0:03:45.062 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected thin pool volume size based on percentage value] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:131
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.010)       0:03:45.073 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Replace expected volume size with calculated value] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:137
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.011)       0:03:45.085 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show actual size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:143
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.010)       0:03:45.095 ******* 
ok: [sut] => {
    "storage_test_actual_size": {
        "changed": false,
        "false_condition": "storage_test_volume.type not in ['partition', 'disk']",
        "skip_reason": "Conditional result was False",
        "skipped": true
    }
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:147
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.013)       0:03:45.109 ******* 
ok: [sut] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined"
}

TASK [Assert expected size is actual size] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:151
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.016)       0:03:45.125 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:5
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.027)       0:03:45.153 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:13
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.012)       0:03:45.165 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:17
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.011)       0:03:45.177 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV cache size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:24
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.011)       0:03:45.189 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested cache size] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:31
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.011)       0:03:45.200 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected cache size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:37
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.013)       0:03:45.213 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:42
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.011)       0:03:45.225 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:25
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.011)       0:03:45.236 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:44
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.012)       0:03:45.248 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Clean up variable namespace] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:54
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.010)       0:03:45.259 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null
    },
    "changed": false
}

TASK [Create a file] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/create-test-file.yml:12
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.011)       0:03:45.270 ******* 
changed: [sut] => {
    "changed": true,
    "dest": "/opt/test1/quux",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "secontext": "unconfined_u:object_r:unlabeled_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Test for correct handling of safe_mode] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:220
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.204)       0:03:45.475 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml for sut

TASK [Store global variable value copy] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:4
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.032)       0:03:45.507 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_pools_global": [],
        "storage_safe_mode_global": true,
        "storage_volumes_global": []
    },
    "changed": false
}

TASK [Verify role raises correct error] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:10
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.024)       0:03:45.531 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.021)       0:03:45.553 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.018)       0:03:45.571 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.023)       0:03:45.595 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.030)       0:03:45.626 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.016)       0:03:45.642 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.015)       0:03:45.658 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.013)       0:03:45.671 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.012)       0:03:45.683 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:03:55 +0000 (0:00:00.028)       0:03:45.712 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:03:57 +0000 (0:00:01.234)       0:03:46.946 ******* 
ok: [sut] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "type": "partition",
            "volumes": [
                {
                    "encryption": false,
                    "encryption_password": "yabbadabbadoo",
                    "mount_point": "/opt/test1",
                    "name": "test1",
                    "size": "4g",
                    "type": "partition"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:03:57 +0000 (0:00:00.017)       0:03:46.964 ******* 
ok: [sut] => {
    "storage_volumes": []
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:03:57 +0000 (0:00:00.016)       0:03:46.980 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:04:01 +0000 (0:00:04.655)       0:03:51.635 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:04:01 +0000 (0:00:00.027)       0:03:51.663 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:04:01 +0000 (0:00:00.019)       0:03:51.683 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:04:01 +0000 (0:00:00.019)       0:03:51.702 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:04:01 +0000 (0:00:00.018)       0:03:51.721 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:04:03 +0000 (0:00:01.249)       0:03:52.970 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-cryptsetup@luks\\x2dccbb82f3\\x2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service": {
                "name": "systemd-cryptsetup@luks\\x2dccbb82f3\\x2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "systemd-cryptsetup@luks…2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service": {
                "name": "systemd-cryptsetup@luks…2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
                "source": "systemd",
                "state": "inactive",
                "status": "generated"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:04:04 +0000 (0:00:01.810)       0:03:54.781 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": [
            "systemd-cryptsetup@luks\\x2dccbb82f3\\x2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
            "systemd-cryptsetup@luks…2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:04:04 +0000 (0:00:00.031)       0:03:54.813 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks\x2dccbb82f3\x2d5385\x2d4134\x2da1d8\x2d430d2acc8028.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks\\x2dccbb82f3\\x2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
    "name": "systemd-cryptsetup@luks\\x2dccbb82f3\\x2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "dev-sda.device cryptsetup-pre.target systemd-journald.socket system-systemd\\x2dcryptsetup.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "cryptsetup.target umount.target",
        "BindsTo": "dev-sda.device",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "umount.target",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Cryptography Setup for luks-ccbb82f3-5385-4134-a1d8-430d2acc8028",
        "DevicePolicy": "auto",
        "Documentation": "man:crypttab(5) man:systemd-cryptsetup-generator(8) man:systemd-cryptsetup@.service(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup attach luks-ccbb82f3-5385-4134-a1d8-430d2acc8028 /dev/sda -  ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup detach luks-ccbb82f3-5385-4134-a1d8-430d2acc8028 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/run/systemd/generator/systemd-cryptsetup@luks\\x2dccbb82f3\\x2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\x2dccbb82f3\\x2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
        "IgnoreOnIsolate": "yes",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "shared",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\x2dccbb82f3\\x2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
        "NeedDaemonReload": "yes",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "RequiredBy": "cryptsetup.target",
        "Requires": "system-systemd\\x2dcryptsetup.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system-systemd\\x2dcryptsetup.slice",
        "SourcePath": "/etc/crypttab",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sun 2023-12-10 04:03:49 UTC",
        "StateChangeTimestampMonotonic": "604779411",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopUSec": "infinity",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "generated",
        "UtmpMode": "init",
        "WantedBy": "dev-sda.device",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
changed: [sut] => (item=systemd-cryptsetup@luks…2d5385\x2d4134\x2da1d8\x2d430d2acc8028.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
    "name": "systemd-cryptsetup@luks…2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service not found.\"",
        "LoadState": "not-found",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:04:05 +0000 (0:00:01.052)       0:03:55.865 ******* 
fatal: [sut]: FAILED! => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

MSG:

cannot remove existing formatting on device 'luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083' in safe mode due to encryption removal

TASK [fedora.linux_system_roles.storage : Failed message] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91
Sunday 10 December 2023  04:04:10 +0000 (0:00:04.706)       0:04:00.572 ******* 
fatal: [sut]: FAILED! => {
    "changed": false
}

MSG:

{'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "cannot remove existing formatting on device 'luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083' in safe mode due to encryption removal", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'state': 'present', 'type': 'partition', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:04:10 +0000 (0:00:00.018)       0:04:00.590 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks\x2dccbb82f3\x2d5385\x2d4134\x2da1d8\x2d430d2acc8028.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks\\x2dccbb82f3\\x2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
    "name": "systemd-cryptsetup@luks\\x2dccbb82f3\\x2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\x2dccbb82f3\\x2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\x2dccbb82f3\\x2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dccbb82f3\\x2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\x2dccbb82f3\\x2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
changed: [sut] => (item=systemd-cryptsetup@luks…2d5385\x2d4134\x2da1d8\x2d430d2acc8028.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
    "name": "systemd-cryptsetup@luks…2d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d5385\\x2d4134\\x2da1d8\\x2d430d2acc8028.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Check that we failed in the role] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:23
Sunday 10 December 2023  04:04:11 +0000 (0:00:01.058)       0:04:01.648 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the blivet output and error message are correct] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:28
Sunday 10 December 2023  04:04:11 +0000 (0:00:00.013)       0:04:01.662 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify correct exception or error message] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:39
Sunday 10 December 2023  04:04:11 +0000 (0:00:00.017)       0:04:01.680 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_failed_exception is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Stat the file] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml:11
Sunday 10 December 2023  04:04:11 +0000 (0:00:00.045)       0:04:01.726 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181035.531744,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1702181035.531744,
        "dev": 64768,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 131,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/x-empty",
        "mode": "0644",
        "mtime": 1702181035.531744,
        "nlink": 1,
        "path": "/opt/test1/quux",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "1234124829",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Assert file presence] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml:16
Sunday 10 December 2023  04:04:12 +0000 (0:00:00.209)       0:04:01.935 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove the encryption layer] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:244
Sunday 10 December 2023  04:04:12 +0000 (0:00:00.017)       0:04:01.952 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:04:12 +0000 (0:00:00.053)       0:04:02.006 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:04:12 +0000 (0:00:00.018)       0:04:02.024 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:04:12 +0000 (0:00:00.023)       0:04:02.048 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:04:12 +0000 (0:00:00.033)       0:04:02.082 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:04:12 +0000 (0:00:00.017)       0:04:02.099 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:04:12 +0000 (0:00:00.015)       0:04:02.115 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:04:12 +0000 (0:00:00.012)       0:04:02.128 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:04:12 +0000 (0:00:00.013)       0:04:02.141 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:04:12 +0000 (0:00:00.029)       0:04:02.170 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:04:13 +0000 (0:00:01.242)       0:04:03.412 ******* 
ok: [sut] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "type": "partition",
            "volumes": [
                {
                    "encryption": false,
                    "encryption_password": "yabbadabbadoo",
                    "mount_point": "/opt/test1",
                    "name": "test1",
                    "size": "4g",
                    "type": "partition"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:04:13 +0000 (0:00:00.015)       0:04:03.428 ******* 
ok: [sut] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:04:13 +0000 (0:00:00.013)       0:04:03.442 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:04:17 +0000 (0:00:04.452)       0:04:07.895 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:04:18 +0000 (0:00:00.025)       0:04:07.920 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:04:18 +0000 (0:00:00.019)       0:04:07.939 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:04:18 +0000 (0:00:00.020)       0:04:07.959 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:04:18 +0000 (0:00:00.018)       0:04:07.978 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:04:19 +0000 (0:00:01.233)       0:04:09.211 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service": {
                "name": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "systemd-cryptsetup@luks…2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service": {
                "name": "systemd-cryptsetup@luks…2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
                "source": "systemd",
                "state": "inactive",
                "status": "generated"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:04:21 +0000 (0:00:01.805)       0:04:11.017 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": [
            "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
            "systemd-cryptsetup@luks…2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:04:21 +0000 (0:00:00.031)       0:04:11.049 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks\x2dfa6d4bcf\x2d92b5\x2d4a06\x2d828d\x2dbe007c1c9083.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
    "name": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "cryptsetup-pre.target dev-sda1.device systemd-journald.socket system-systemd\\x2dcryptsetup.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "cryptsetup.target umount.target",
        "BindsTo": "dev-sda1.device",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "umount.target",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Cryptography Setup for luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
        "DevicePolicy": "auto",
        "Documentation": "man:crypttab(5) man:systemd-cryptsetup-generator(8) man:systemd-cryptsetup@.service(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup attach luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083 /dev/sda1 -  ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup detach luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/run/systemd/generator/systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "IgnoreOnIsolate": "yes",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "shared",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "RequiredBy": "dev-mapper-luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.device cryptsetup.target",
        "Requires": "system-systemd\\x2dcryptsetup.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system-systemd\\x2dcryptsetup.slice",
        "SourcePath": "/etc/crypttab",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sun 2023-12-10 04:04:05 UTC",
        "StateChangeTimestampMonotonic": "621258959",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopUSec": "infinity",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "generated",
        "UtmpMode": "init",
        "WantedBy": "dev-sda1.device",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
changed: [sut] => (item=systemd-cryptsetup@luks…2d92b5\x2d4a06\x2d828d\x2dbe007c1c9083.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
    "name": "systemd-cryptsetup@luks…2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service not found.\"",
        "LoadState": "not-found",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:04:22 +0000 (0:00:01.051)       0:04:12.100 ******* 
changed: [sut] => {
    "actions": [
        {
            "action": "destroy format",
            "device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sda1",
            "fs_type": "luks"
        },
        {
            "action": "create format",
            "device": "/dev/sda1",
            "fs_type": "xfs"
        }
    ],
    "changed": true,
    "crypts": [
        {
            "backing_device": "/dev/sda1",
            "name": "luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
            "password": "-",
            "state": "absent"
        }
    ],
    "leaves": [
        "/dev/sda1",
        "/dev/sdb",
        "/dev/sdc",
        "/dev/sdd",
        "/dev/sde",
        "/dev/sdf",
        "/dev/sdg",
        "/dev/sdh",
        "/dev/sdi",
        "/dev/xvda1",
        "/dev/xvda2",
        "/dev/xvda3"
    ],
    "mounts": [
        {
            "fstype": "xfs",
            "path": "/opt/test1",
            "src": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
            "state": "absent"
        },
        {
            "dump": 0,
            "fstype": "xfs",
            "group": null,
            "mode": null,
            "opts": "defaults",
            "owner": null,
            "passno": 0,
            "path": "/opt/test1",
            "src": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d",
            "state": "mounted"
        }
    ],
    "packages": [
        "xfsprogs",
        "dosfstools"
    ],
    "pools": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "partition",
            "volumes": [
                {
                    "_device": "/dev/sda1",
                    "_kernel_device": "/dev/sda1",
                    "_mount_id": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d",
                    "_raw_device": "/dev/sda1",
                    "_raw_kernel_device": "/dev/sda1",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sda"
                    ],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": 0,
                    "encryption_luks_version": "luks2",
                    "encryption_password": "yabbadabbadoo",
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "/opt/test1",
                    "mount_user": null,
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "partition",
                    "vdo_pool_size": null
                }
            ]
        }
    ],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Sunday 10 December 2023  04:04:27 +0000 (0:00:05.131)       0:04:17.231 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_udevadm_trigger | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:04:27 +0000 (0:00:00.020)       0:04:17.252 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks\x2dfa6d4bcf\x2d92b5\x2d4a06\x2d828d\x2dbe007c1c9083.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
    "name": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "RequiredBy": "dev-mapper-luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.device cryptsetup.target",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sun 2023-12-10 04:04:05 UTC",
        "StateChangeTimestampMonotonic": "621258959",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WantedBy": "dev-sda1.device",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
changed: [sut] => (item=systemd-cryptsetup@luks…2d92b5\x2d4a06\x2d828d\x2dbe007c1c9083.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
    "name": "systemd-cryptsetup@luks…2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Sunday 10 December 2023  04:04:28 +0000 (0:00:01.299)       0:04:18.552 ******* 
ok: [sut] => {
    "blivet_output": {
        "actions": [
            {
                "action": "destroy format",
                "device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sda1",
                "fs_type": "luks"
            },
            {
                "action": "create format",
                "device": "/dev/sda1",
                "fs_type": "xfs"
            }
        ],
        "changed": true,
        "crypts": [
            {
                "backing_device": "/dev/sda1",
                "name": "luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                "password": "-",
                "state": "absent"
            }
        ],
        "failed": false,
        "leaves": [
            "/dev/sda1",
            "/dev/sdb",
            "/dev/sdc",
            "/dev/sdd",
            "/dev/sde",
            "/dev/sdf",
            "/dev/sdg",
            "/dev/sdh",
            "/dev/sdi",
            "/dev/xvda1",
            "/dev/xvda2",
            "/dev/xvda3"
        ],
        "mounts": [
            {
                "fstype": "xfs",
                "path": "/opt/test1",
                "src": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
                "state": "absent"
            },
            {
                "dump": 0,
                "fstype": "xfs",
                "group": null,
                "mode": null,
                "opts": "defaults",
                "owner": null,
                "passno": 0,
                "path": "/opt/test1",
                "src": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d",
                "state": "mounted"
            }
        ],
        "packages": [
            "xfsprogs",
            "dosfstools"
        ],
        "pools": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "partition",
                "volumes": [
                    {
                        "_device": "/dev/sda1",
                        "_kernel_device": "/dev/sda1",
                        "_mount_id": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d",
                        "_raw_device": "/dev/sda1",
                        "_raw_kernel_device": "/dev/sda1",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sda"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": 0,
                        "encryption_luks_version": "luks2",
                        "encryption_password": "yabbadabbadoo",
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "/opt/test1",
                        "mount_user": null,
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "partition",
                        "vdo_pool_size": null
                    }
                ]
            }
        ],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:106
Sunday 10 December 2023  04:04:28 +0000 (0:00:00.018)       0:04:18.570 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "partition",
                "volumes": [
                    {
                        "_device": "/dev/sda1",
                        "_kernel_device": "/dev/sda1",
                        "_mount_id": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d",
                        "_raw_device": "/dev/sda1",
                        "_raw_kernel_device": "/dev/sda1",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sda"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": 0,
                        "encryption_luks_version": "luks2",
                        "encryption_password": "yabbadabbadoo",
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "/opt/test1",
                        "mount_user": null,
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "partition",
                        "vdo_pool_size": null
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110
Sunday 10 December 2023  04:04:28 +0000 (0:00:00.016)       0:04:18.587 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:126
Sunday 10 December 2023  04:04:28 +0000 (0:00:00.016)       0:04:18.603 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': '/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "fstype": "xfs",
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
        "state": "absent"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Sunday 10 December 2023  04:04:28 +0000 (0:00:00.257)       0:04:18.861 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:142
Sunday 10 December 2023  04:04:29 +0000 (0:00:00.561)       0:04:19.423 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': 'UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d",
        "state": "mounted"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:153
Sunday 10 December 2023  04:04:29 +0000 (0:00:00.330)       0:04:19.753 ******* 
skipping: [sut] => (item={'src': 'UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None})  => {
    "ansible_loop_var": "mount_info",
    "changed": false,
    "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d",
        "state": "mounted"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:165
Sunday 10 December 2023  04:04:29 +0000 (0:00:00.026)       0:04:19.780 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:173
Sunday 10 December 2023  04:04:30 +0000 (0:00:00.695)       0:04:20.476 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181031.4877725,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "9b0dad00128ad2e3d940fc04ab67a3d6ab991bb0",
        "ctime": 1702181030.0447826,
        "dev": 51715,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 754974973,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1702181030.0437827,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 54,
        "uid": 0,
        "version": "3569685936",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:178
Sunday 10 December 2023  04:04:30 +0000 (0:00:00.204)       0:04:20.681 ******* 
changed: [sut] => (item={'backing_device': '/dev/sda1', 'name': 'luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083', 'password': '-', 'state': 'absent'}) => {
    "ansible_loop_var": "entry",
    "backup": "",
    "changed": true,
    "entry": {
        "backing_device": "/dev/sda1",
        "name": "luks-fa6d4bcf-92b5-4a06-828d-be007c1c9083",
        "password": "-",
        "state": "absent"
    },
    "found": 1
}

MSG:

1 line(s) removed

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Sunday 10 December 2023  04:04:30 +0000 (0:00:00.215)       0:04:20.896 ******* 
ok: [sut]

TASK [Verify role results] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:261
Sunday 10 December 2023  04:04:31 +0000 (0:00:00.770)       0:04:21.666 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml for sut

TASK [Print out pool information] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:2
Sunday 10 December 2023  04:04:31 +0000 (0:00:00.034)       0:04:21.701 ******* 
ok: [sut] => {
    "_storage_pools_list": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "partition",
            "volumes": [
                {
                    "_device": "/dev/sda1",
                    "_kernel_device": "/dev/sda1",
                    "_mount_id": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d",
                    "_raw_device": "/dev/sda1",
                    "_raw_kernel_device": "/dev/sda1",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sda"
                    ],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": 0,
                    "encryption_luks_version": "luks2",
                    "encryption_password": "yabbadabbadoo",
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "/opt/test1",
                    "mount_user": null,
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "partition",
                    "vdo_pool_size": null
                }
            ]
        }
    ]
}

TASK [Print out volume information] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:7
Sunday 10 December 2023  04:04:31 +0000 (0:00:00.023)       0:04:21.724 ******* 
skipping: [sut] => {
    "false_condition": "_storage_volumes_list | length > 0"
}

TASK [Collect info about the volumes.] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:15
Sunday 10 December 2023  04:04:31 +0000 (0:00:00.018)       0:04:21.743 ******* 
ok: [sut] => {
    "changed": false,
    "info": {
        "/dev/sda": {
            "fstype": "",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sda1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/sda1",
            "size": "10G",
            "type": "partition",
            "uuid": "18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d"
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdd",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sde": {
            "fstype": "",
            "label": "",
            "name": "/dev/sde",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdg": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdg",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdh": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdh",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdi": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdi",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda",
            "size": "250G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda1": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda1",
            "size": "1M",
            "type": "partition",
            "uuid": ""
        },
        "/dev/xvda2": {
            "fstype": "vfat",
            "label": "",
            "name": "/dev/xvda2",
            "size": "100M",
            "type": "partition",
            "uuid": "7B77-95E7"
        },
        "/dev/xvda3": {
            "fstype": "xfs",
            "label": "root",
            "name": "/dev/xvda3",
            "size": "249.9G",
            "type": "partition",
            "uuid": "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:20
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.196)       0:04:21.940 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003073",
    "end": "2023-12-10 04:04:32.191277",
    "rc": 0,
    "start": "2023-12-10 04:04:32.188204"
}

STDOUT:

UUID=955afcc9-fe7d-43fd-a3a5-1147b25260a6	/	xfs	defaults	0	0
UUID=7B77-95E7	/boot/efi	vfat	defaults,uid=0,gid=0,umask=077,shortname=winnt	0	2
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d /opt/test1 xfs defaults 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:25
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.193)       0:04:22.133 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003150",
    "end": "2023-12-10 04:04:32.385158",
    "failed_when_result": false,
    "rc": 0,
    "start": "2023-12-10 04:04:32.382008"
}

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:34
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.192)       0:04:22.326 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'state': 'present', 'type': 'partition', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'}]})

TASK [Set _storage_pool_tests] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml:5
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.032)       0:04:22.358 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pool_tests": [
            "members",
            "volumes"
        ]
    },
    "changed": false
}

TASK [Verify pool subset] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml:18
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.011)       0:04:22.370 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml for sut => (item=members)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-volumes.yml for sut => (item=volumes)

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:2
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.058)       0:04:22.429 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Get the canonical device path for each member device] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:8
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.012)       0:04:22.441 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Set pvs lvm length] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:17
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.009)       0:04:22.450 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Set pool pvs] ************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:22
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.011)       0:04:22.461 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Verify PV count] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:27
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.010)       0:04:22.472 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:36
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.011)       0:04:22.483 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:41
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.010)       0:04:22.494 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and not storage_test_pool.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:46
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.011)       0:04:22.506 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level",
    "skip_reason": "Conditional result was False"
}

TASK [Check the type of each PV] ***********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:51
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.011)       0:04:22.517 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check MD RAID] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:64
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.010)       0:04:22.527 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml for sut

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:8
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.021)       0:04:22.549 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:14
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.010)       0:04:22.560 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:19
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.010)       0:04:22.570 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:24
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.010)       0:04:22.580 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set md chunk size regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:29
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.010)       0:04:22.590 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:37
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.011)       0:04:22.601 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:46
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.013)       0:04:22.615 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:55
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.011)       0:04:22.626 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:64
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.011)       0:04:22.637 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:74
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.011)       0:04:22.649 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Reset variables used by tests] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:83
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.011)       0:04:22.660 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": null,
        "storage_test_md_chunk_size_re": null,
        "storage_test_md_metadata_version_re": null,
        "storage_test_md_spare_devices_re": null
    },
    "changed": false
}

TASK [Check LVM RAID] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:67
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.012)       0:04:22.673 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-lvmraid.yml for sut

TASK [Validate pool member LVM RAID settings] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-lvmraid.yml:2
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.029)       0:04:22.703 ******* 
skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'})  => {
    "ansible_loop_var": "storage_test_lvmraid_volume",
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False",
    "storage_test_lvmraid_volume": {
        "_device": "/dev/sda1",
        "_kernel_device": "/dev/sda1",
        "_mount_id": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d",
        "_raw_device": "/dev/sda1",
        "_raw_kernel_device": "/dev/sda1",
        "cache_devices": [],
        "cache_mode": null,
        "cache_size": 0,
        "cached": false,
        "compression": null,
        "deduplication": null,
        "disks": [
            "sda"
        ],
        "encryption": false,
        "encryption_cipher": null,
        "encryption_key": null,
        "encryption_key_size": 0,
        "encryption_luks_version": "luks2",
        "encryption_password": "yabbadabbadoo",
        "fs_create_options": "",
        "fs_label": "",
        "fs_overwrite_existing": true,
        "fs_type": "xfs",
        "mount_check": 0,
        "mount_device_identifier": "uuid",
        "mount_group": null,
        "mount_mode": null,
        "mount_options": "defaults",
        "mount_passno": 0,
        "mount_point": "/opt/test1",
        "mount_user": null,
        "name": "test1",
        "raid_chunk_size": null,
        "raid_device_count": null,
        "raid_disks": [],
        "raid_level": null,
        "raid_metadata_version": null,
        "raid_spare_count": null,
        "raid_stripe_size": null,
        "size": "4g",
        "state": "present",
        "thin": false,
        "thin_pool_name": null,
        "thin_pool_size": null,
        "type": "partition",
        "vdo_pool_size": null
    }
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [Check Thin Pools] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:70
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.018)       0:04:22.721 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-thin.yml for sut

TASK [Validate pool member thinpool settings] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-thin.yml:2
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.030)       0:04:22.751 ******* 
skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'})  => {
    "ansible_loop_var": "storage_test_thin_volume",
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False",
    "storage_test_thin_volume": {
        "_device": "/dev/sda1",
        "_kernel_device": "/dev/sda1",
        "_mount_id": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d",
        "_raw_device": "/dev/sda1",
        "_raw_kernel_device": "/dev/sda1",
        "cache_devices": [],
        "cache_mode": null,
        "cache_size": 0,
        "cached": false,
        "compression": null,
        "deduplication": null,
        "disks": [
            "sda"
        ],
        "encryption": false,
        "encryption_cipher": null,
        "encryption_key": null,
        "encryption_key_size": 0,
        "encryption_luks_version": "luks2",
        "encryption_password": "yabbadabbadoo",
        "fs_create_options": "",
        "fs_label": "",
        "fs_overwrite_existing": true,
        "fs_type": "xfs",
        "mount_check": 0,
        "mount_device_identifier": "uuid",
        "mount_group": null,
        "mount_mode": null,
        "mount_options": "defaults",
        "mount_passno": 0,
        "mount_point": "/opt/test1",
        "mount_user": null,
        "name": "test1",
        "raid_chunk_size": null,
        "raid_device_count": null,
        "raid_disks": [],
        "raid_level": null,
        "raid_metadata_version": null,
        "raid_spare_count": null,
        "raid_stripe_size": null,
        "size": "4g",
        "state": "present",
        "thin": false,
        "thin_pool_name": null,
        "thin_pool_size": null,
        "type": "partition",
        "vdo_pool_size": null
    }
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [Check member encryption] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:73
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.016)       0:04:22.768 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml for sut

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:5
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.025)       0:04:22.794 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Validate pool member LUKS settings] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:10
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.028)       0:04:22.822 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Validate pool member crypttab entries] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:17
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.011)       0:04:22.834 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:24
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.011)       0:04:22.845 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_crypttab_key_file": null
    },
    "changed": false
}

TASK [Check VDO] ***************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:76
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.011)       0:04:22.857 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-vdo.yml for sut

TASK [Validate pool member VDO settings] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-vdo.yml:2
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.026)       0:04:22.883 ******* 
skipping: [sut] => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'})  => {
    "ansible_loop_var": "storage_test_vdo_volume",
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False",
    "storage_test_vdo_volume": {
        "_device": "/dev/sda1",
        "_kernel_device": "/dev/sda1",
        "_mount_id": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d",
        "_raw_device": "/dev/sda1",
        "_raw_kernel_device": "/dev/sda1",
        "cache_devices": [],
        "cache_mode": null,
        "cache_size": 0,
        "cached": false,
        "compression": null,
        "deduplication": null,
        "disks": [
            "sda"
        ],
        "encryption": false,
        "encryption_cipher": null,
        "encryption_key": null,
        "encryption_key_size": 0,
        "encryption_luks_version": "luks2",
        "encryption_password": "yabbadabbadoo",
        "fs_create_options": "",
        "fs_label": "",
        "fs_overwrite_existing": true,
        "fs_type": "xfs",
        "mount_check": 0,
        "mount_device_identifier": "uuid",
        "mount_group": null,
        "mount_mode": null,
        "mount_options": "defaults",
        "mount_passno": 0,
        "mount_point": "/opt/test1",
        "mount_user": null,
        "name": "test1",
        "raid_chunk_size": null,
        "raid_device_count": null,
        "raid_disks": [],
        "raid_level": null,
        "raid_metadata_version": null,
        "raid_spare_count": null,
        "raid_stripe_size": null,
        "size": "4g",
        "state": "present",
        "thin": false,
        "thin_pool_name": null,
        "thin_pool_size": null,
        "type": "partition",
        "vdo_pool_size": null
    }
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [Clean up test variables] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:79
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.016)       0:04:22.900 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__pvs_lvm_len": null,
        "_storage_test_expected_pv_count": null,
        "_storage_test_expected_pv_type": null,
        "_storage_test_pool_pvs": [],
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [Verify the volumes] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-volumes.yml:3
Sunday 10 December 2023  04:04:32 +0000 (0:00:00.013)       0:04:22.913 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/sda1', '_raw_device': '/dev/sda1', '_mount_id': 'UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d', '_kernel_device': '/dev/sda1', '_raw_kernel_device': '/dev/sda1'})

TASK [Set storage volume test variables] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:2
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.022)       0:04:22.935 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": true,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [Run test verify for {{ storage_test_volume_subset }}] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:19
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.030)       0:04:22.966 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml for sut => (item=mount)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml for sut => (item=fstab)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml for sut => (item=fs)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml for sut => (item=device)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml for sut => (item=encryption)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml for sut => (item=md)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml for sut => (item=size)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml for sut => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:7
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.059)       0:04:23.025 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/sda1"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:11
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.019)       0:04:23.045 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [
            {
                "block_available": 2590325,
                "block_size": 4096,
                "block_total": 2616832,
                "block_used": 26507,
                "device": "/dev/sda1",
                "fstype": "xfs",
                "inode_available": 5238781,
                "inode_total": 5238784,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10609971200,
                "size_total": 10718543872,
                "uuid": "18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d"
            }
        ],
        "storage_test_mount_expected_match_count": "1",
        "storage_test_mount_point_matches": [
            {
                "block_available": 2590325,
                "block_size": 4096,
                "block_total": 2616832,
                "block_used": 26507,
                "device": "/dev/sda1",
                "fstype": "xfs",
                "inode_available": 5238781,
                "inode_total": 5238784,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10609971200,
                "size_total": 10718543872,
                "uuid": "18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d"
            }
        ],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Get information about the mountpoint directory] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:21
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.041)       0:04:23.087 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the current mount state by device] ********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:30
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.014)       0:04:23.102 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the current mount state by mount point] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:41
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.027)       0:04:23.130 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount directory user] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:48
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.025)       0:04:23.155 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory group] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:54
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.014)       0:04:23.170 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory permissions] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:60
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.012)       0:04:23.183 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mount fs type] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:69
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.017)       0:04:23.201 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get path of test volume device] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:80
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.033)       0:04:23.234 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:86
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.012)       0:04:23.246 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:92
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.013)       0:04:23.259 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:102
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.011)       0:04:23.271 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_found_mount_stat": null,
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:2
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.013)       0:04:23.284 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "1",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "storage_test_fstab_expected_mount_point_matches": "1",
        "storage_test_fstab_id_matches": [
            "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d "
        ],
        "storage_test_fstab_mount_options_matches": [
            " /opt/test1 xfs defaults "
        ],
        "storage_test_fstab_mount_point_matches": [
            " /opt/test1 "
        ]
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:17
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.040)       0:04:23.324 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the fstab mount point] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:24
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.068)       0:04:23.393 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:33
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.026)       0:04:23.419 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_verify_mount_options | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:45
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.020)       0:04:23.440 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:3
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.012)       0:04:23.453 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify fs label] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:9
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.023)       0:04:23.476 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See whether the device node is present] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:3
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.023)       0:04:23.500 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181067.8515162,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702181067.2235208,
        "dev": 6,
        "device_type": 2049,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 116195,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/blockdevice",
        "mode": "0660",
        "mtime": 1702181067.2235208,
        "nlink": 1,
        "path": "/dev/sda1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:9
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.200)       0:04:23.701 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:16
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.016)       0:04:23.717 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')",
    "skip_reason": "Conditional result was False"
}

TASK [Make sure we got info about this volume] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:23
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.012)       0:04:23.730 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Process volume type (set initial value) (1/2)] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:29
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.014)       0:04:23.745 ******* 
ok: [sut] => {
    "ansible_facts": {
        "st_volume_type": "partition"
    },
    "changed": false
}

TASK [Process volume type (get RAID value) (2/2)] ******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:33
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.013)       0:04:23.758 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"raid\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the volume's device type] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:38
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.010)       0:04:23.769 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:3
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.014)       0:04:23.784 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:10
Sunday 10 December 2023  04:04:33 +0000 (0:00:00.011)       0:04:23.795 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup

TASK [Collect LUKS info for this volume] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:16
Sunday 10 December 2023  04:04:35 +0000 (0:00:01.251)       0:04:25.047 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:22
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.012)       0:04:25.059 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:29
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.070 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:40
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.023)       0:04:25.093 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:46
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.012)       0:04:25.105 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS version] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:51
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.115 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:63
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.011)       0:04:25.127 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:75
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.011)       0:04:25.138 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:87
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.011)       0:04:25.149 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [],
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:93
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.025)       0:04:25.175 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:100
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.024)       0:04:25.199 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:108
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.019)       0:04:25.219 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:116
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.020)       0:04:25.239 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:124
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.020)       0:04:25.260 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:8
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.012)       0:04:25.272 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:14
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.011)       0:04:25.283 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:19
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.012)       0:04:25.296 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:24
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.011)       0:04:25.307 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set chunk size regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:29
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.317 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:37
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.328 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:46
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.338 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:54
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.348 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:62
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.011)       0:04:25.360 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:70
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.371 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the actual size of the volume] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:3
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.382 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type not in ['partition', 'disk']",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested size of the volume] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:11
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.018)       0:04:25.401 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected size] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:20
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.018)       0:04:25.419 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:28
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.019)       0:04:25.438 ******* 
ok: [sut] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined"
}

TASK [Get the size of parent/pool device] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:32
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.016)       0:04:25.455 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Show test pool] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:46
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.019)       0:04:25.475 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Show test blockinfo] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:50
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.020)       0:04:25.495 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Show test pool size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:54
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.019)       0:04:25.514 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:58
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.018)       0:04:25.533 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Default thin pool reserved space values] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:67
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.018)       0:04:25.552 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default minimal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:71
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.012)       0:04:25.564 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default maximal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:76
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.575 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate maximum usable space in thin pool] *****************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:82
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.585 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply upper size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:86
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.596 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply lower size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:91
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.606 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Convert maximum usable thin pool space from int to Size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:96
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.616 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show max thin pool size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:101
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.011)       0:04:25.628 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show volume thin pool size] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:105
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.638 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show test volume size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:109
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.648 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Establish base value for expected thin pool size] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:113
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.659 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:120
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.669 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected thin pool volume size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:127
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.011)       0:04:25.680 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected thin pool volume size based on percentage value] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:131
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.012)       0:04:25.693 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Replace expected volume size with calculated value] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:137
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.011)       0:04:25.704 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show actual size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:143
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.011)       0:04:25.716 ******* 
ok: [sut] => {
    "storage_test_actual_size": {
        "changed": false,
        "false_condition": "storage_test_volume.type not in ['partition', 'disk']",
        "skip_reason": "Conditional result was False",
        "skipped": true
    }
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:147
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.014)       0:04:25.731 ******* 
ok: [sut] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined"
}

TASK [Assert expected size is actual size] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:151
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.013)       0:04:25.745 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:5
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.019)       0:04:25.764 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:13
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.013)       0:04:25.777 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:17
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.051)       0:04:25.829 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV cache size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:24
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.012)       0:04:25.841 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested cache size] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:31
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.012)       0:04:25.853 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected cache size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:37
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.011)       0:04:25.865 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:42
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.011)       0:04:25.876 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:25
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.011)       0:04:25.888 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:44
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.013)       0:04:25.902 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Clean up variable namespace] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:54
Sunday 10 December 2023  04:04:35 +0000 (0:00:00.010)       0:04:25.912 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null
    },
    "changed": false
}

TASK [Create a file] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/create-test-file.yml:12
Sunday 10 December 2023  04:04:36 +0000 (0:00:00.011)       0:04:25.924 ******* 
changed: [sut] => {
    "changed": true,
    "dest": "/opt/test1/quux",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "secontext": "unconfined_u:object_r:unlabeled_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Test for correct handling of safe_mode] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:267
Sunday 10 December 2023  04:04:36 +0000 (0:00:00.200)       0:04:26.125 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml for sut

TASK [Store global variable value copy] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:4
Sunday 10 December 2023  04:04:36 +0000 (0:00:00.037)       0:04:26.162 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_pools_global": [],
        "storage_safe_mode_global": true,
        "storage_volumes_global": []
    },
    "changed": false
}

TASK [Verify role raises correct error] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:10
Sunday 10 December 2023  04:04:36 +0000 (0:00:00.024)       0:04:26.186 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:04:36 +0000 (0:00:00.019)       0:04:26.205 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:04:36 +0000 (0:00:00.019)       0:04:26.225 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:04:36 +0000 (0:00:00.023)       0:04:26.248 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:04:36 +0000 (0:00:00.030)       0:04:26.279 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:04:36 +0000 (0:00:00.018)       0:04:26.297 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:04:36 +0000 (0:00:00.019)       0:04:26.317 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:04:36 +0000 (0:00:00.016)       0:04:26.333 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:04:36 +0000 (0:00:00.015)       0:04:26.349 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:04:36 +0000 (0:00:00.037)       0:04:26.386 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:04:37 +0000 (0:00:01.231)       0:04:27.618 ******* 
ok: [sut] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "type": "partition",
            "volumes": [
                {
                    "encryption": true,
                    "encryption_password": "yabbadabbadoo",
                    "mount_point": "/opt/test1",
                    "name": "test1",
                    "size": "4g",
                    "type": "partition"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:04:37 +0000 (0:00:00.017)       0:04:27.635 ******* 
ok: [sut] => {
    "storage_volumes": []
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:04:37 +0000 (0:00:00.015)       0:04:27.650 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "cryptsetup"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:04:42 +0000 (0:00:04.470)       0:04:32.121 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:04:42 +0000 (0:00:00.025)       0:04:32.146 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:04:42 +0000 (0:00:00.022)       0:04:32.168 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:04:42 +0000 (0:00:00.025)       0:04:32.194 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:04:42 +0000 (0:00:00.021)       0:04:32.215 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:04:43 +0000 (0:00:01.229)       0:04:33.445 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service": {
                "name": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
                "source": "systemd",
                "state": "stopped",
                "status": "failed"
            },
            "systemd-cryptsetup@luks…2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service": {
                "name": "systemd-cryptsetup@luks…2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
                "source": "systemd",
                "state": "inactive",
                "status": "generated"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:04:45 +0000 (0:00:01.812)       0:04:35.257 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": [
            "systemd-cryptsetup@luks…2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:04:45 +0000 (0:00:00.032)       0:04:35.289 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks…2d92b5\x2d4a06\x2d828d\x2dbe007c1c9083.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
    "name": "systemd-cryptsetup@luks…2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service not found.\"",
        "LoadState": "not-found",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:04:45 +0000 (0:00:00.538)       0:04:35.827 ******* 
fatal: [sut]: FAILED! => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

MSG:

cannot remove existing formatting on device 'sda1' in safe mode due to adding encryption

TASK [fedora.linux_system_roles.storage : Failed message] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91
Sunday 10 December 2023  04:04:50 +0000 (0:00:04.378)       0:04:40.206 ******* 
fatal: [sut]: FAILED! => {
    "changed": false
}

MSG:

{'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "cannot remove existing formatting on device 'sda1' in safe mode due to adding encryption", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'state': 'present', 'type': 'partition', 'volumes': [{'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:04:50 +0000 (0:00:00.018)       0:04:40.225 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks…2d92b5\x2d4a06\x2d828d\x2dbe007c1c9083.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
    "name": "systemd-cryptsetup@luks…2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Check that we failed in the role] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:23
Sunday 10 December 2023  04:04:50 +0000 (0:00:00.537)       0:04:40.762 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the blivet output and error message are correct] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:28
Sunday 10 December 2023  04:04:50 +0000 (0:00:00.013)       0:04:40.776 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify correct exception or error message] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:39
Sunday 10 December 2023  04:04:50 +0000 (0:00:00.018)       0:04:40.795 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_failed_exception is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Stat the file] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml:11
Sunday 10 December 2023  04:04:50 +0000 (0:00:00.013)       0:04:40.808 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181076.1824574,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1702181076.1824574,
        "dev": 2049,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 131,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/x-empty",
        "mode": "0644",
        "mtime": 1702181076.1824574,
        "nlink": 1,
        "path": "/opt/test1/quux",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "2250152899",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Assert file presence] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml:16
Sunday 10 December 2023  04:04:51 +0000 (0:00:00.197)       0:04:41.006 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Create a key file] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:293
Sunday 10 December 2023  04:04:51 +0000 (0:00:00.016)       0:04:41.022 ******* 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/storage_testsjrk0a_vlukskey",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Write the key into the key file] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:300
Sunday 10 December 2023  04:04:51 +0000 (0:00:00.284)       0:04:41.306 ******* 
ok: [sut] => {
    "changed": false,
    "checksum": "7a4dff3752e2baf5617c57eaac048e2b95e8af91",
    "dest": "/tmp/storage_testsjrk0a_vlukskey",
    "gid": 0,
    "group": "root",
    "md5sum": "4ac07b967150835c00d0865161e48744",
    "mode": "0600",
    "owner": "root",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 32,
    "src": "/root/.ansible/tmp/ansible-tmp-1702181091.4209647-90059-211278564129168/source",
    "state": "file",
    "uid": 0
}

TASK [Add encryption to the volume] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:307
Sunday 10 December 2023  04:04:52 +0000 (0:00:00.618)       0:04:41.925 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:04:52 +0000 (0:00:00.019)       0:04:41.944 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:04:52 +0000 (0:00:00.018)       0:04:41.963 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:04:52 +0000 (0:00:00.026)       0:04:41.989 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:04:52 +0000 (0:00:00.032)       0:04:42.022 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:04:52 +0000 (0:00:00.016)       0:04:42.039 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:04:52 +0000 (0:00:00.015)       0:04:42.054 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:04:52 +0000 (0:00:00.012)       0:04:42.067 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:04:52 +0000 (0:00:00.012)       0:04:42.080 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:04:52 +0000 (0:00:00.073)       0:04:42.153 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:04:53 +0000 (0:00:01.236)       0:04:43.389 ******* 
ok: [sut] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "type": "partition",
            "volumes": [
                {
                    "encryption": true,
                    "encryption_key": "/tmp/storage_testsjrk0a_vlukskey",
                    "mount_point": "/opt/test1",
                    "name": "test1",
                    "size": "4g",
                    "type": "partition"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:04:53 +0000 (0:00:00.016)       0:04:43.406 ******* 
ok: [sut] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:04:53 +0000 (0:00:00.014)       0:04:43.420 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "cryptsetup"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:04:57 +0000 (0:00:04.394)       0:04:47.815 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:04:57 +0000 (0:00:00.025)       0:04:47.841 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:04:57 +0000 (0:00:00.019)       0:04:47.861 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:04:57 +0000 (0:00:00.021)       0:04:47.882 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:04:57 +0000 (0:00:00.019)       0:04:47.901 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:04:59 +0000 (0:00:01.234)       0:04:49.136 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service": {
                "name": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:05:01 +0000 (0:00:01.790)       0:04:50.926 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:05:01 +0000 (0:00:00.032)       0:04:50.958 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:05:01 +0000 (0:00:00.011)       0:04:50.970 ******* 
changed: [sut] => {
    "actions": [
        {
            "action": "destroy format",
            "device": "/dev/sda1",
            "fs_type": "xfs"
        },
        {
            "action": "create format",
            "device": "/dev/sda1",
            "fs_type": "luks"
        },
        {
            "action": "create device",
            "device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
            "fs_type": "xfs"
        }
    ],
    "changed": true,
    "crypts": [
        {
            "backing_device": "/dev/sda1",
            "name": "luks-fc17097a-9118-4a98-a3a1-89163c842d61",
            "password": "/tmp/storage_testsjrk0a_vlukskey",
            "state": "present"
        }
    ],
    "leaves": [
        "/dev/sdb",
        "/dev/sdc",
        "/dev/sdd",
        "/dev/sde",
        "/dev/sdf",
        "/dev/sdg",
        "/dev/sdh",
        "/dev/sdi",
        "/dev/xvda1",
        "/dev/xvda2",
        "/dev/xvda3",
        "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61"
    ],
    "mounts": [
        {
            "fstype": "xfs",
            "path": "/opt/test1",
            "src": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d",
            "state": "absent"
        },
        {
            "dump": 0,
            "fstype": "xfs",
            "group": null,
            "mode": null,
            "opts": "defaults",
            "owner": null,
            "passno": 0,
            "path": "/opt/test1",
            "src": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
            "state": "mounted"
        }
    ],
    "packages": [
        "cryptsetup",
        "xfsprogs",
        "dosfstools"
    ],
    "pools": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "partition",
            "volumes": [
                {
                    "_device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                    "_kernel_device": "/dev/dm-0",
                    "_mount_id": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                    "_raw_device": "/dev/sda1",
                    "_raw_kernel_device": "/dev/sda1",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sda"
                    ],
                    "encryption": true,
                    "encryption_cipher": null,
                    "encryption_key": "/tmp/storage_testsjrk0a_vlukskey",
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "/opt/test1",
                    "mount_user": null,
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "partition",
                    "vdo_pool_size": null
                }
            ]
        }
    ],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Sunday 10 December 2023  04:05:14 +0000 (0:00:13.133)       0:05:04.104 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_udevadm_trigger | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:05:14 +0000 (0:00:00.020)       0:05:04.124 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Sunday 10 December 2023  04:05:14 +0000 (0:00:00.009)       0:05:04.134 ******* 
ok: [sut] => {
    "blivet_output": {
        "actions": [
            {
                "action": "destroy format",
                "device": "/dev/sda1",
                "fs_type": "xfs"
            },
            {
                "action": "create format",
                "device": "/dev/sda1",
                "fs_type": "luks"
            },
            {
                "action": "create device",
                "device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                "fs_type": "xfs"
            }
        ],
        "changed": true,
        "crypts": [
            {
                "backing_device": "/dev/sda1",
                "name": "luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                "password": "/tmp/storage_testsjrk0a_vlukskey",
                "state": "present"
            }
        ],
        "failed": false,
        "leaves": [
            "/dev/sdb",
            "/dev/sdc",
            "/dev/sdd",
            "/dev/sde",
            "/dev/sdf",
            "/dev/sdg",
            "/dev/sdh",
            "/dev/sdi",
            "/dev/xvda1",
            "/dev/xvda2",
            "/dev/xvda3",
            "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61"
        ],
        "mounts": [
            {
                "fstype": "xfs",
                "path": "/opt/test1",
                "src": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d",
                "state": "absent"
            },
            {
                "dump": 0,
                "fstype": "xfs",
                "group": null,
                "mode": null,
                "opts": "defaults",
                "owner": null,
                "passno": 0,
                "path": "/opt/test1",
                "src": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                "state": "mounted"
            }
        ],
        "packages": [
            "cryptsetup",
            "xfsprogs",
            "dosfstools"
        ],
        "pools": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "partition",
                "volumes": [
                    {
                        "_device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                        "_kernel_device": "/dev/dm-0",
                        "_mount_id": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                        "_raw_device": "/dev/sda1",
                        "_raw_kernel_device": "/dev/sda1",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sda"
                        ],
                        "encryption": true,
                        "encryption_cipher": null,
                        "encryption_key": "/tmp/storage_testsjrk0a_vlukskey",
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "/opt/test1",
                        "mount_user": null,
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "partition",
                        "vdo_pool_size": null
                    }
                ]
            }
        ],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:106
Sunday 10 December 2023  04:05:14 +0000 (0:00:00.016)       0:05:04.151 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "partition",
                "volumes": [
                    {
                        "_device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                        "_kernel_device": "/dev/dm-0",
                        "_mount_id": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                        "_raw_device": "/dev/sda1",
                        "_raw_kernel_device": "/dev/sda1",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sda"
                        ],
                        "encryption": true,
                        "encryption_cipher": null,
                        "encryption_key": "/tmp/storage_testsjrk0a_vlukskey",
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "/opt/test1",
                        "mount_user": null,
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "partition",
                        "vdo_pool_size": null
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110
Sunday 10 December 2023  04:05:14 +0000 (0:00:00.017)       0:05:04.168 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:126
Sunday 10 December 2023  04:05:14 +0000 (0:00:00.015)       0:05:04.183 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': 'UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "fstype": "xfs",
        "path": "/opt/test1",
        "src": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d",
        "state": "absent"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "UUID=18f4fbf6-6321-4c8a-bfe2-edbace4bcb5d"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Sunday 10 December 2023  04:05:14 +0000 (0:00:00.219)       0:05:04.403 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:142
Sunday 10 December 2023  04:05:14 +0000 (0:00:00.514)       0:05:04.918 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': '/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
        "state": "mounted"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:153
Sunday 10 December 2023  04:05:15 +0000 (0:00:00.240)       0:05:05.158 ******* 
skipping: [sut] => (item={'src': '/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None})  => {
    "ansible_loop_var": "mount_info",
    "changed": false,
    "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
        "state": "mounted"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:165
Sunday 10 December 2023  04:05:15 +0000 (0:00:00.026)       0:05:05.185 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:173
Sunday 10 December 2023  04:05:15 +0000 (0:00:00.514)       0:05:05.700 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181072.3844843,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1702181070.9464943,
        "dev": 51715,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 327156037,
        "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": 1702181070.9444945,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "1462083094",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:178
Sunday 10 December 2023  04:05:15 +0000 (0:00:00.198)       0:05:05.898 ******* 
changed: [sut] => (item={'backing_device': '/dev/sda1', 'name': 'luks-fc17097a-9118-4a98-a3a1-89163c842d61', 'password': '/tmp/storage_testsjrk0a_vlukskey', 'state': 'present'}) => {
    "ansible_loop_var": "entry",
    "backup": "",
    "changed": true,
    "entry": {
        "backing_device": "/dev/sda1",
        "name": "luks-fc17097a-9118-4a98-a3a1-89163c842d61",
        "password": "/tmp/storage_testsjrk0a_vlukskey",
        "state": "present"
    }
}

MSG:

line added

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Sunday 10 December 2023  04:05:16 +0000 (0:00:00.209)       0:05:06.107 ******* 
ok: [sut]

TASK [Verify role results] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:324
Sunday 10 December 2023  04:05:16 +0000 (0:00:00.769)       0:05:06.877 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml for sut

TASK [Print out pool information] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:2
Sunday 10 December 2023  04:05:16 +0000 (0:00:00.018)       0:05:06.896 ******* 
ok: [sut] => {
    "_storage_pools_list": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "partition",
            "volumes": [
                {
                    "_device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                    "_kernel_device": "/dev/dm-0",
                    "_mount_id": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                    "_raw_device": "/dev/sda1",
                    "_raw_kernel_device": "/dev/sda1",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sda"
                    ],
                    "encryption": true,
                    "encryption_cipher": null,
                    "encryption_key": "/tmp/storage_testsjrk0a_vlukskey",
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "/opt/test1",
                    "mount_user": null,
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "partition",
                    "vdo_pool_size": null
                }
            ]
        }
    ]
}

TASK [Print out volume information] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:7
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.023)       0:05:06.920 ******* 
skipping: [sut] => {
    "false_condition": "_storage_volumes_list | length > 0"
}

TASK [Collect info about the volumes.] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:15
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.019)       0:05:06.939 ******* 
ok: [sut] => {
    "changed": false,
    "info": {
        "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
            "size": "10G",
            "type": "crypt",
            "uuid": "eb63880f-0d51-4c7e-a522-6d659c300bd6"
        },
        "/dev/sda": {
            "fstype": "",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sda1": {
            "fstype": "crypto_LUKS",
            "label": "",
            "name": "/dev/sda1",
            "size": "10G",
            "type": "partition",
            "uuid": "fc17097a-9118-4a98-a3a1-89163c842d61"
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdd",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sde": {
            "fstype": "",
            "label": "",
            "name": "/dev/sde",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdg": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdg",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdh": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdh",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdi": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdi",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda",
            "size": "250G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda1": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda1",
            "size": "1M",
            "type": "partition",
            "uuid": ""
        },
        "/dev/xvda2": {
            "fstype": "vfat",
            "label": "",
            "name": "/dev/xvda2",
            "size": "100M",
            "type": "partition",
            "uuid": "7B77-95E7"
        },
        "/dev/xvda3": {
            "fstype": "xfs",
            "label": "root",
            "name": "/dev/xvda3",
            "size": "249.9G",
            "type": "partition",
            "uuid": "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:20
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.195)       0:05:07.135 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003154",
    "end": "2023-12-10 04:05:17.385180",
    "rc": 0,
    "start": "2023-12-10 04:05:17.382026"
}

STDOUT:

UUID=955afcc9-fe7d-43fd-a3a5-1147b25260a6	/	xfs	defaults	0	0
UUID=7B77-95E7	/boot/efi	vfat	defaults,uid=0,gid=0,umask=077,shortname=winnt	0	2
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61 /opt/test1 xfs defaults 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:25
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.191)       0:05:07.326 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003061",
    "end": "2023-12-10 04:05:17.577592",
    "failed_when_result": false,
    "rc": 0,
    "start": "2023-12-10 04:05:17.574531"
}

STDOUT:

luks-fc17097a-9118-4a98-a3a1-89163c842d61 /dev/sda1 /tmp/storage_testsjrk0a_vlukskey

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:34
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.193)       0:05:07.519 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'state': 'present', 'type': 'partition', 'volumes': [{'encryption': True, 'encryption_cipher': None, 'encryption_key': '/tmp/storage_testsjrk0a_vlukskey', 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61', '_raw_device': '/dev/sda1', '_mount_id': '/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/sda1'}]})

TASK [Set _storage_pool_tests] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml:5
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.033)       0:05:07.552 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pool_tests": [
            "members",
            "volumes"
        ]
    },
    "changed": false
}

TASK [Verify pool subset] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml:18
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.012)       0:05:07.565 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml for sut => (item=members)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-volumes.yml for sut => (item=volumes)

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:2
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.023)       0:05:07.588 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Get the canonical device path for each member device] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:8
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.011)       0:05:07.599 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Set pvs lvm length] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:17
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.009)       0:05:07.609 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Set pool pvs] ************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:22
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.010)       0:05:07.619 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Verify PV count] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:27
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.010)       0:05:07.629 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:36
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.010)       0:05:07.640 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:41
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.012)       0:05:07.652 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and not storage_test_pool.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:46
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.011)       0:05:07.664 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level",
    "skip_reason": "Conditional result was False"
}

TASK [Check the type of each PV] ***********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:51
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.011)       0:05:07.675 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check MD RAID] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:64
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.009)       0:05:07.684 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml for sut

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:8
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.021)       0:05:07.706 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:14
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.011)       0:05:07.718 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:19
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.010)       0:05:07.728 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:24
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.010)       0:05:07.738 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set md chunk size regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:29
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.010)       0:05:07.749 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:37
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.010)       0:05:07.759 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:46
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.011)       0:05:07.770 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:55
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.047)       0:05:07.818 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:64
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.012)       0:05:07.831 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:74
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.011)       0:05:07.842 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Reset variables used by tests] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:83
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.011)       0:05:07.854 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": null,
        "storage_test_md_chunk_size_re": null,
        "storage_test_md_metadata_version_re": null,
        "storage_test_md_spare_devices_re": null
    },
    "changed": false
}

TASK [Check LVM RAID] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:67
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.011)       0:05:07.865 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-lvmraid.yml for sut

TASK [Validate pool member LVM RAID settings] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-lvmraid.yml:2
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.023)       0:05:07.889 ******* 
skipping: [sut] => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': '/tmp/storage_testsjrk0a_vlukskey', 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61', '_raw_device': '/dev/sda1', '_mount_id': '/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/sda1'})  => {
    "ansible_loop_var": "storage_test_lvmraid_volume",
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False",
    "storage_test_lvmraid_volume": {
        "_device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
        "_kernel_device": "/dev/dm-0",
        "_mount_id": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
        "_raw_device": "/dev/sda1",
        "_raw_kernel_device": "/dev/sda1",
        "cache_devices": [],
        "cache_mode": null,
        "cache_size": 0,
        "cached": false,
        "compression": null,
        "deduplication": null,
        "disks": [
            "sda"
        ],
        "encryption": true,
        "encryption_cipher": null,
        "encryption_key": "/tmp/storage_testsjrk0a_vlukskey",
        "encryption_key_size": null,
        "encryption_luks_version": null,
        "encryption_password": null,
        "fs_create_options": "",
        "fs_label": "",
        "fs_overwrite_existing": true,
        "fs_type": "xfs",
        "mount_check": 0,
        "mount_device_identifier": "uuid",
        "mount_group": null,
        "mount_mode": null,
        "mount_options": "defaults",
        "mount_passno": 0,
        "mount_point": "/opt/test1",
        "mount_user": null,
        "name": "test1",
        "raid_chunk_size": null,
        "raid_device_count": null,
        "raid_disks": [],
        "raid_level": null,
        "raid_metadata_version": null,
        "raid_spare_count": null,
        "raid_stripe_size": null,
        "size": "4g",
        "state": "present",
        "thin": false,
        "thin_pool_name": null,
        "thin_pool_size": null,
        "type": "partition",
        "vdo_pool_size": null
    }
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [Check Thin Pools] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:70
Sunday 10 December 2023  04:05:17 +0000 (0:00:00.015)       0:05:07.904 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-thin.yml for sut

TASK [Validate pool member thinpool settings] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-thin.yml:2
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.022)       0:05:07.927 ******* 
skipping: [sut] => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': '/tmp/storage_testsjrk0a_vlukskey', 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61', '_raw_device': '/dev/sda1', '_mount_id': '/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/sda1'})  => {
    "ansible_loop_var": "storage_test_thin_volume",
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False",
    "storage_test_thin_volume": {
        "_device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
        "_kernel_device": "/dev/dm-0",
        "_mount_id": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
        "_raw_device": "/dev/sda1",
        "_raw_kernel_device": "/dev/sda1",
        "cache_devices": [],
        "cache_mode": null,
        "cache_size": 0,
        "cached": false,
        "compression": null,
        "deduplication": null,
        "disks": [
            "sda"
        ],
        "encryption": true,
        "encryption_cipher": null,
        "encryption_key": "/tmp/storage_testsjrk0a_vlukskey",
        "encryption_key_size": null,
        "encryption_luks_version": null,
        "encryption_password": null,
        "fs_create_options": "",
        "fs_label": "",
        "fs_overwrite_existing": true,
        "fs_type": "xfs",
        "mount_check": 0,
        "mount_device_identifier": "uuid",
        "mount_group": null,
        "mount_mode": null,
        "mount_options": "defaults",
        "mount_passno": 0,
        "mount_point": "/opt/test1",
        "mount_user": null,
        "name": "test1",
        "raid_chunk_size": null,
        "raid_device_count": null,
        "raid_disks": [],
        "raid_level": null,
        "raid_metadata_version": null,
        "raid_spare_count": null,
        "raid_stripe_size": null,
        "size": "4g",
        "state": "present",
        "thin": false,
        "thin_pool_name": null,
        "thin_pool_size": null,
        "type": "partition",
        "vdo_pool_size": null
    }
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [Check member encryption] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:73
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.015)       0:05:07.942 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml for sut

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:5
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.024)       0:05:07.967 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Validate pool member LUKS settings] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:10
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.021)       0:05:07.988 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Validate pool member crypttab entries] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:17
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.009)       0:05:07.998 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:24
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.009)       0:05:08.007 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_crypttab_key_file": null
    },
    "changed": false
}

TASK [Check VDO] ***************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:76
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.012)       0:05:08.020 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-vdo.yml for sut

TASK [Validate pool member VDO settings] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-vdo.yml:2
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.024)       0:05:08.044 ******* 
skipping: [sut] => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': '/tmp/storage_testsjrk0a_vlukskey', 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61', '_raw_device': '/dev/sda1', '_mount_id': '/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/sda1'})  => {
    "ansible_loop_var": "storage_test_vdo_volume",
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm'",
    "skip_reason": "Conditional result was False",
    "storage_test_vdo_volume": {
        "_device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
        "_kernel_device": "/dev/dm-0",
        "_mount_id": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
        "_raw_device": "/dev/sda1",
        "_raw_kernel_device": "/dev/sda1",
        "cache_devices": [],
        "cache_mode": null,
        "cache_size": 0,
        "cached": false,
        "compression": null,
        "deduplication": null,
        "disks": [
            "sda"
        ],
        "encryption": true,
        "encryption_cipher": null,
        "encryption_key": "/tmp/storage_testsjrk0a_vlukskey",
        "encryption_key_size": null,
        "encryption_luks_version": null,
        "encryption_password": null,
        "fs_create_options": "",
        "fs_label": "",
        "fs_overwrite_existing": true,
        "fs_type": "xfs",
        "mount_check": 0,
        "mount_device_identifier": "uuid",
        "mount_group": null,
        "mount_mode": null,
        "mount_options": "defaults",
        "mount_passno": 0,
        "mount_point": "/opt/test1",
        "mount_user": null,
        "name": "test1",
        "raid_chunk_size": null,
        "raid_device_count": null,
        "raid_disks": [],
        "raid_level": null,
        "raid_metadata_version": null,
        "raid_spare_count": null,
        "raid_stripe_size": null,
        "size": "4g",
        "state": "present",
        "thin": false,
        "thin_pool_name": null,
        "thin_pool_size": null,
        "type": "partition",
        "vdo_pool_size": null
    }
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [Clean up test variables] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:79
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.015)       0:05:08.059 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__pvs_lvm_len": null,
        "_storage_test_expected_pv_count": null,
        "_storage_test_expected_pv_type": null,
        "_storage_test_pool_pvs": [],
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [Verify the volumes] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-volumes.yml:3
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.011)       0:05:08.071 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml for sut => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': '/tmp/storage_testsjrk0a_vlukskey', 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'partition', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61', '_raw_device': '/dev/sda1', '_mount_id': '/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/sda1'})

TASK [Set storage volume test variables] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:2
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.019)       0:05:08.091 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": true,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [Run test verify for {{ storage_test_volume_subset }}] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:19
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.022)       0:05:08.113 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml for sut => (item=mount)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml for sut => (item=fstab)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml for sut => (item=fs)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml for sut => (item=device)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml for sut => (item=encryption)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml for sut => (item=md)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml for sut => (item=size)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml for sut => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:7
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.048)       0:05:08.162 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:11
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.018)       0:05:08.181 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [
            {
                "block_available": 2586257,
                "block_size": 4096,
                "block_total": 2612736,
                "block_used": 26479,
                "device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                "fstype": "xfs",
                "inode_available": 5230589,
                "inode_total": 5230592,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10593308672,
                "size_total": 10701766656,
                "uuid": "eb63880f-0d51-4c7e-a522-6d659c300bd6"
            }
        ],
        "storage_test_mount_expected_match_count": "1",
        "storage_test_mount_point_matches": [
            {
                "block_available": 2586257,
                "block_size": 4096,
                "block_total": 2612736,
                "block_used": 26479,
                "device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                "fstype": "xfs",
                "inode_available": 5230589,
                "inode_total": 5230592,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10593308672,
                "size_total": 10701766656,
                "uuid": "eb63880f-0d51-4c7e-a522-6d659c300bd6"
            }
        ],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Get information about the mountpoint directory] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:21
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.030)       0:05:08.211 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the current mount state by device] ********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:30
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.011)       0:05:08.223 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the current mount state by mount point] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:41
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.026)       0:05:08.249 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount directory user] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:48
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.022)       0:05:08.271 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory group] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:54
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.011)       0:05:08.283 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory permissions] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:60
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.010)       0:05:08.293 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mount fs type] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:69
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.010)       0:05:08.304 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get path of test volume device] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:80
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.022)       0:05:08.326 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:86
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.012)       0:05:08.338 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:92
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.010)       0:05:08.348 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:102
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.010)       0:05:08.359 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_found_mount_stat": null,
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:2
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.011)       0:05:08.370 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "1",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "storage_test_fstab_expected_mount_point_matches": "1",
        "storage_test_fstab_id_matches": [
            "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61 "
        ],
        "storage_test_fstab_mount_options_matches": [
            " /opt/test1 xfs defaults "
        ],
        "storage_test_fstab_mount_point_matches": [
            " /opt/test1 "
        ]
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:17
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.033)       0:05:08.404 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the fstab mount point] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:24
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.021)       0:05:08.426 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:33
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.026)       0:05:08.452 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_verify_mount_options | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:45
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.018)       0:05:08.471 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:3
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.011)       0:05:08.483 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify fs label] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:9
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.022)       0:05:08.506 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See whether the device node is present] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:3
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.021)       0:05:08.528 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181113.8671978,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702181113.8671978,
        "dev": 6,
        "device_type": 2049,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 138781,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/blockdevice",
        "mode": "0660",
        "mtime": 1702181113.8671978,
        "nlink": 1,
        "path": "/dev/sda1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:9
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.196)       0:05:08.724 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:16
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.016)       0:05:08.741 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')",
    "skip_reason": "Conditional result was False"
}

TASK [Make sure we got info about this volume] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:23
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.012)       0:05:08.754 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Process volume type (set initial value) (1/2)] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:29
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.015)       0:05:08.769 ******* 
ok: [sut] => {
    "ansible_facts": {
        "st_volume_type": "partition"
    },
    "changed": false
}

TASK [Process volume type (get RAID value) (2/2)] ******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:33
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.012)       0:05:08.782 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"raid\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the volume's device type] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:38
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.010)       0:05:08.792 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:3
Sunday 10 December 2023  04:05:18 +0000 (0:00:00.013)       0:05:08.806 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181114.0881963,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702181114.0881963,
        "dev": 6,
        "device_type": 64768,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 140034,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1702181114.0881963,
        "nlink": 1,
        "path": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:10
Sunday 10 December 2023  04:05:19 +0000 (0:00:00.196)       0:05:09.003 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup

TASK [Collect LUKS info for this volume] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:16
Sunday 10 December 2023  04:05:20 +0000 (0:00:01.217)       0:05:10.220 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cryptsetup",
        "luksDump",
        "/dev/sda1"
    ],
    "delta": "0:00:00.011613",
    "end": "2023-12-10 04:05:20.480752",
    "rc": 0,
    "start": "2023-12-10 04:05:20.469139"
}

STDOUT:

LUKS header information
Version:       	2
Epoch:         	3
Metadata area: 	16384 [bytes]
Keyslots area: 	16744448 [bytes]
UUID:          	fc17097a-9118-4a98-a3a1-89163c842d61
Label:         	(no label)
Subsystem:     	(no subsystem)
Flags:       	(no flags)

Data segments:
  0: crypt
	offset: 16777216 [bytes]
	length: (whole device)
	cipher: aes-xts-plain64
	sector: 512 [bytes]

Keyslots:
  0: luks2
	Key:        512 bits
	Priority:   normal
	Cipher:     aes-xts-plain64
	Cipher key: 512 bits
	PBKDF:      argon2i
	Time cost:  4
	Memory:     809486
	Threads:    2
	Salt:       1b fd 3b c1 69 75 22 9e b9 18 aa 15 be 97 86 f0 
	            62 39 61 28 40 9e c4 8f 00 87 1c ac 89 74 39 d7 
	AF stripes: 4000
	AF hash:    sha256
	Area offset:32768 [bytes]
	Area length:258048 [bytes]
	Digest ID:  0
Tokens:
Digests:
  0: pbkdf2
	Hash:       sha256
	Iterations: 101606
	Salt:       5f 35 1e 34 2a dd 73 46 fb 51 93 61 39 0f c2 02 
	            f1 fa f0 b7 a9 5f c7 4a 2a e0 d3 a0 f5 42 34 2d 
	Digest:     2d 62 4b b4 09 07 21 fe 03 48 fe 34 af 06 b0 53 
	            f2 81 1f 27 89 ca f2 ac 6f 3b 1b 6a 27 15 51 99 

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:22
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.202)       0:05:10.422 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:29
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.022)       0:05:10.445 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:40
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.023)       0:05:10.468 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:46
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.014)       0:05:10.483 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check LUKS version] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:51
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.015)       0:05:10.498 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_luks_version",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:63
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.011)       0:05:10.510 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_key_size",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:75
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.011)       0:05:10.522 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_cipher",
    "skip_reason": "Conditional result was False"
}

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:87
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.011)       0:05:10.533 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [
            "luks-fc17097a-9118-4a98-a3a1-89163c842d61 /dev/sda1 /tmp/storage_testsjrk0a_vlukskey"
        ],
        "_storage_test_expected_crypttab_entries": "1",
        "_storage_test_expected_crypttab_key_file": "/tmp/storage_testsjrk0a_vlukskey"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:93
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.026)       0:05:10.560 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:100
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.022)       0:05:10.582 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:108
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.027)       0:05:10.610 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:116
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.023)       0:05:10.634 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:124
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.023)       0:05:10.657 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:8
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.011)       0:05:10.669 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:14
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.010)       0:05:10.679 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:19
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.010)       0:05:10.690 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:24
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.049)       0:05:10.739 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set chunk size regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:29
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.012)       0:05:10.752 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:37
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.011)       0:05:10.763 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:46
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.010)       0:05:10.774 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:54
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.010)       0:05:10.785 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:62
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.010)       0:05:10.795 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:70
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.012)       0:05:10.807 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the actual size of the volume] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:3
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.010)       0:05:10.818 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type not in ['partition', 'disk']",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested size of the volume] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:11
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.019)       0:05:10.837 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected size] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:20
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.018)       0:05:10.856 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:28
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.018)       0:05:10.875 ******* 
ok: [sut] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined"
}

TASK [Get the size of parent/pool device] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:32
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.012)       0:05:10.888 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Show test pool] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:46
Sunday 10 December 2023  04:05:20 +0000 (0:00:00.020)       0:05:10.908 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Show test blockinfo] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:50
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.018)       0:05:10.927 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Show test pool size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:54
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.018)       0:05:10.946 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.type == \"lvm\""
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:58
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.019)       0:05:10.965 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Default thin pool reserved space values] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:67
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.018)       0:05:10.984 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default minimal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:71
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.010)       0:05:10.994 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default maximal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:76
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.012)       0:05:11.007 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate maximum usable space in thin pool] *****************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:82
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.010)       0:05:11.017 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply upper size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:86
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.010)       0:05:11.028 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply lower size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:91
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.010)       0:05:11.038 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Convert maximum usable thin pool space from int to Size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:96
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.010)       0:05:11.049 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show max thin pool size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:101
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.010)       0:05:11.059 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show volume thin pool size] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:105
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.011)       0:05:11.071 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show test volume size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:109
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.010)       0:05:11.081 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Establish base value for expected thin pool size] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:113
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.010)       0:05:11.092 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:120
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.010)       0:05:11.102 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected thin pool volume size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:127
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.010)       0:05:11.113 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected thin pool volume size based on percentage value] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:131
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.010)       0:05:11.123 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Replace expected volume size with calculated value] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:137
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.012)       0:05:11.136 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show actual size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:143
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.011)       0:05:11.147 ******* 
ok: [sut] => {
    "storage_test_actual_size": {
        "changed": false,
        "false_condition": "storage_test_volume.type not in ['partition', 'disk']",
        "skip_reason": "Conditional result was False",
        "skipped": true
    }
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:147
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.013)       0:05:11.161 ******* 
ok: [sut] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined"
}

TASK [Assert expected size is actual size] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:151
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.012)       0:05:11.173 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"lvm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:5
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.019)       0:05:11.193 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:13
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.012)       0:05:11.205 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:17
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.013)       0:05:11.219 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV cache size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:24
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.011)       0:05:11.231 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested cache size] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:31
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.011)       0:05:11.242 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected cache size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:37
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.011)       0:05:11.254 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:42
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.010)       0:05:11.264 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:25
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.010)       0:05:11.275 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:44
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.012)       0:05:11.287 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Clean up variable namespace] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:54
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.009)       0:05:11.297 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null
    },
    "changed": false
}

TASK [Remove the key file] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:327
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.011)       0:05:11.308 ******* 
ok: [sut] => {
    "changed": false,
    "path": "/tmp/storage_testsjrk0a_vlukskey",
    "state": "absent"
}

TASK [Test for correct handling of new encrypted volume w/ no key] *************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:337
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.195)       0:05:11.503 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml for sut

TASK [Store global variable value copy] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:4
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.017)       0:05:11.521 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_pools_global": [],
        "storage_safe_mode_global": true,
        "storage_volumes_global": []
    },
    "changed": false
}

TASK [Verify role raises correct error] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:10
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.026)       0:05:11.548 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.019)       0:05:11.568 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.017)       0:05:11.585 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.024)       0:05:11.609 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.029)       0:05:11.639 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.014)       0:05:11.653 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.013)       0:05:11.667 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.012)       0:05:11.680 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.012)       0:05:11.692 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:05:21 +0000 (0:00:00.029)       0:05:11.722 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:05:23 +0000 (0:00:01.262)       0:05:12.984 ******* 
ok: [sut] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "type": "lvm",
            "volumes": [
                {
                    "encryption": true,
                    "mount_point": "/opt/test1",
                    "name": "test1",
                    "size": "4g"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:05:23 +0000 (0:00:00.017)       0:05:13.001 ******* 
ok: [sut] => {
    "storage_volumes": []
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:05:23 +0000 (0:00:00.017)       0:05:13.019 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "cryptsetup",
        "lvm2"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:05:27 +0000 (0:00:04.642)       0:05:17.661 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:05:27 +0000 (0:00:00.024)       0:05:17.685 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:05:27 +0000 (0:00:00.018)       0:05:17.704 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:05:27 +0000 (0:00:00.019)       0:05:17.724 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:05:27 +0000 (0:00:00.019)       0:05:17.743 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup kpartx lvm2

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:05:29 +0000 (0:00:01.315)       0:05:19.059 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service": {
                "name": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
                "source": "systemd",
                "state": "stopped",
                "status": "failed"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:05:30 +0000 (0:00:01.802)       0:05:20.861 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:05:30 +0000 (0:00:00.032)       0:05:20.894 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:05:30 +0000 (0:00:00.011)       0:05:20.905 ******* 
fatal: [sut]: FAILED! => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

MSG:

encrypted volume 'test1' missing key/password

TASK [fedora.linux_system_roles.storage : Failed message] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91
Sunday 10 December 2023  04:05:35 +0000 (0:00:04.584)       0:05:25.490 ******* 
fatal: [sut]: FAILED! => {
    "changed": false
}

MSG:

{'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "encrypted volume 'test1' missing key/password", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:05:35 +0000 (0:00:00.018)       0:05:25.508 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check that we failed in the role] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:23
Sunday 10 December 2023  04:05:35 +0000 (0:00:00.010)       0:05:25.518 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the blivet output and error message are correct] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:28
Sunday 10 December 2023  04:05:35 +0000 (0:00:00.014)       0:05:25.533 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify correct exception or error message] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:39
Sunday 10 December 2023  04:05:35 +0000 (0:00:00.021)       0:05:25.554 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_failed_exception is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Create an encrypted lvm volume w/ default fs] ****************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:355
Sunday 10 December 2023  04:05:35 +0000 (0:00:00.013)       0:05:25.568 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:05:35 +0000 (0:00:00.023)       0:05:25.591 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:05:35 +0000 (0:00:00.017)       0:05:25.608 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:05:35 +0000 (0:00:00.022)       0:05:25.631 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:05:35 +0000 (0:00:00.029)       0:05:25.661 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:05:35 +0000 (0:00:00.015)       0:05:25.676 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:05:35 +0000 (0:00:00.014)       0:05:25.690 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:05:35 +0000 (0:00:00.012)       0:05:25.703 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:05:35 +0000 (0:00:00.014)       0:05:25.718 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:05:35 +0000 (0:00:00.027)       0:05:25.745 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:05:37 +0000 (0:00:01.230)       0:05:26.975 ******* 
ok: [sut] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "type": "lvm",
            "volumes": [
                {
                    "encryption": true,
                    "encryption_cipher": "aes-xts-plain64",
                    "encryption_key_size": 512,
                    "encryption_luks_version": "luks1",
                    "encryption_password": "yabbadabbadoo",
                    "mount_point": "/opt/test1",
                    "name": "test1",
                    "size": "4g"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:05:37 +0000 (0:00:00.025)       0:05:27.001 ******* 
ok: [sut] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:05:37 +0000 (0:00:00.015)       0:05:27.016 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "cryptsetup",
        "lvm2"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:05:41 +0000 (0:00:04.458)       0:05:31.475 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:05:41 +0000 (0:00:00.023)       0:05:31.499 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:05:41 +0000 (0:00:00.018)       0:05:31.518 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:05:41 +0000 (0:00:00.019)       0:05:31.537 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:05:41 +0000 (0:00:00.019)       0:05:31.557 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup kpartx lvm2

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:05:42 +0000 (0:00:01.235)       0:05:32.792 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service": {
                "name": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
                "source": "systemd",
                "state": "stopped",
                "status": "failed"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:05:44 +0000 (0:00:01.771)       0:05:34.564 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:05:44 +0000 (0:00:00.033)       0:05:34.598 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:05:44 +0000 (0:00:00.011)       0:05:34.609 ******* 
changed: [sut] => {
    "actions": [
        {
            "action": "destroy format",
            "device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sda1",
            "fs_type": "luks"
        },
        {
            "action": "destroy device",
            "device": "/dev/sda1",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sda",
            "fs_type": "disklabel"
        },
        {
            "action": "create format",
            "device": "/dev/sda",
            "fs_type": "lvmpv"
        },
        {
            "action": "create device",
            "device": "/dev/foo",
            "fs_type": null
        },
        {
            "action": "create device",
            "device": "/dev/mapper/foo-test1",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/foo-test1",
            "fs_type": "luks"
        },
        {
            "action": "create device",
            "device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
            "fs_type": "xfs"
        }
    ],
    "changed": true,
    "crypts": [
        {
            "backing_device": "/dev/sda1",
            "name": "luks-fc17097a-9118-4a98-a3a1-89163c842d61",
            "password": "-",
            "state": "absent"
        },
        {
            "backing_device": "/dev/mapper/foo-test1",
            "name": "luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
            "password": "-",
            "state": "present"
        }
    ],
    "leaves": [
        "/dev/sdb",
        "/dev/sdc",
        "/dev/sdd",
        "/dev/sde",
        "/dev/sdf",
        "/dev/sdg",
        "/dev/sdh",
        "/dev/sdi",
        "/dev/xvda1",
        "/dev/xvda2",
        "/dev/xvda3",
        "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3"
    ],
    "mounts": [
        {
            "fstype": "xfs",
            "path": "/opt/test1",
            "src": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
            "state": "absent"
        },
        {
            "dump": 0,
            "fstype": "xfs",
            "group": null,
            "mode": null,
            "opts": "defaults",
            "owner": null,
            "passno": 0,
            "path": "/opt/test1",
            "src": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
            "state": "mounted"
        }
    ],
    "packages": [
        "xfsprogs",
        "cryptsetup",
        "lvm2",
        "dosfstools"
    ],
    "pools": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                    "_kernel_device": "/dev/dm-1",
                    "_mount_id": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                    "_raw_device": "/dev/mapper/foo-test1",
                    "_raw_kernel_device": "/dev/dm-0",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": true,
                    "encryption_cipher": "aes-xts-plain64",
                    "encryption_key": null,
                    "encryption_key_size": 512,
                    "encryption_luks_version": "luks1",
                    "encryption_password": "yabbadabbadoo",
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "/opt/test1",
                    "mount_user": null,
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Sunday 10 December 2023  04:05:56 +0000 (0:00:11.506)       0:05:46.116 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_udevadm_trigger | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:05:56 +0000 (0:00:00.021)       0:05:46.137 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Sunday 10 December 2023  04:05:56 +0000 (0:00:00.011)       0:05:46.148 ******* 
ok: [sut] => {
    "blivet_output": {
        "actions": [
            {
                "action": "destroy format",
                "device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sda1",
                "fs_type": "luks"
            },
            {
                "action": "destroy device",
                "device": "/dev/sda1",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sda",
                "fs_type": "disklabel"
            },
            {
                "action": "create format",
                "device": "/dev/sda",
                "fs_type": "lvmpv"
            },
            {
                "action": "create device",
                "device": "/dev/foo",
                "fs_type": null
            },
            {
                "action": "create device",
                "device": "/dev/mapper/foo-test1",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/foo-test1",
                "fs_type": "luks"
            },
            {
                "action": "create device",
                "device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                "fs_type": "xfs"
            }
        ],
        "changed": true,
        "crypts": [
            {
                "backing_device": "/dev/sda1",
                "name": "luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                "password": "-",
                "state": "absent"
            },
            {
                "backing_device": "/dev/mapper/foo-test1",
                "name": "luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                "password": "-",
                "state": "present"
            }
        ],
        "failed": false,
        "leaves": [
            "/dev/sdb",
            "/dev/sdc",
            "/dev/sdd",
            "/dev/sde",
            "/dev/sdf",
            "/dev/sdg",
            "/dev/sdh",
            "/dev/sdi",
            "/dev/xvda1",
            "/dev/xvda2",
            "/dev/xvda3",
            "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3"
        ],
        "mounts": [
            {
                "fstype": "xfs",
                "path": "/opt/test1",
                "src": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
                "state": "absent"
            },
            {
                "dump": 0,
                "fstype": "xfs",
                "group": null,
                "mode": null,
                "opts": "defaults",
                "owner": null,
                "passno": 0,
                "path": "/opt/test1",
                "src": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                "state": "mounted"
            }
        ],
        "packages": [
            "xfsprogs",
            "cryptsetup",
            "lvm2",
            "dosfstools"
        ],
        "pools": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                        "_kernel_device": "/dev/dm-1",
                        "_mount_id": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                        "_raw_device": "/dev/mapper/foo-test1",
                        "_raw_kernel_device": "/dev/dm-0",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": true,
                        "encryption_cipher": "aes-xts-plain64",
                        "encryption_key": null,
                        "encryption_key_size": 512,
                        "encryption_luks_version": "luks1",
                        "encryption_password": "yabbadabbadoo",
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "/opt/test1",
                        "mount_user": null,
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:106
Sunday 10 December 2023  04:05:56 +0000 (0:00:00.018)       0:05:46.167 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                        "_kernel_device": "/dev/dm-1",
                        "_mount_id": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                        "_raw_device": "/dev/mapper/foo-test1",
                        "_raw_kernel_device": "/dev/dm-0",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": true,
                        "encryption_cipher": "aes-xts-plain64",
                        "encryption_key": null,
                        "encryption_key_size": 512,
                        "encryption_luks_version": "luks1",
                        "encryption_password": "yabbadabbadoo",
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "/opt/test1",
                        "mount_user": null,
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110
Sunday 10 December 2023  04:05:56 +0000 (0:00:00.017)       0:05:46.184 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:126
Sunday 10 December 2023  04:05:56 +0000 (0:00:00.015)       0:05:46.200 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': '/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "fstype": "xfs",
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61",
        "state": "absent"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/luks-fc17097a-9118-4a98-a3a1-89163c842d61"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Sunday 10 December 2023  04:05:56 +0000 (0:00:00.220)       0:05:46.420 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:142
Sunday 10 December 2023  04:05:57 +0000 (0:00:00.518)       0:05:46.938 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
        "state": "mounted"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:153
Sunday 10 December 2023  04:05:57 +0000 (0:00:00.242)       0:05:47.181 ******* 
skipping: [sut] => (item={'src': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None})  => {
    "ansible_loop_var": "mount_info",
    "changed": false,
    "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
        "state": "mounted"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:165
Sunday 10 December 2023  04:05:57 +0000 (0:00:00.028)       0:05:47.209 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:173
Sunday 10 December 2023  04:05:57 +0000 (0:00:00.512)       0:05:47.721 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181117.5761726,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "15a702f266678ebfc490c81dc4548cf03517f012",
        "ctime": 1702181116.162182,
        "dev": 51715,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 595591370,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1702181116.1601822,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 85,
        "uid": 0,
        "version": "1661404748",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:178
Sunday 10 December 2023  04:05:58 +0000 (0:00:00.205)       0:05:47.926 ******* 
changed: [sut] => (item={'backing_device': '/dev/sda1', 'name': 'luks-fc17097a-9118-4a98-a3a1-89163c842d61', 'password': '-', 'state': 'absent'}) => {
    "ansible_loop_var": "entry",
    "backup": "",
    "changed": true,
    "entry": {
        "backing_device": "/dev/sda1",
        "name": "luks-fc17097a-9118-4a98-a3a1-89163c842d61",
        "password": "-",
        "state": "absent"
    },
    "found": 1
}

MSG:

1 line(s) removed
changed: [sut] => (item={'backing_device': '/dev/mapper/foo-test1', 'name': 'luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', 'password': '-', 'state': 'present'}) => {
    "ansible_loop_var": "entry",
    "backup": "",
    "changed": true,
    "entry": {
        "backing_device": "/dev/mapper/foo-test1",
        "name": "luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
        "password": "-",
        "state": "present"
    }
}

MSG:

line added

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Sunday 10 December 2023  04:05:58 +0000 (0:00:00.399)       0:05:48.326 ******* 
ok: [sut]

TASK [Verify role results] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:374
Sunday 10 December 2023  04:05:59 +0000 (0:00:00.789)       0:05:49.115 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml for sut

TASK [Print out pool information] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:2
Sunday 10 December 2023  04:05:59 +0000 (0:00:00.021)       0:05:49.136 ******* 
ok: [sut] => {
    "_storage_pools_list": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                    "_kernel_device": "/dev/dm-1",
                    "_mount_id": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                    "_raw_device": "/dev/mapper/foo-test1",
                    "_raw_kernel_device": "/dev/dm-0",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": true,
                    "encryption_cipher": "aes-xts-plain64",
                    "encryption_key": null,
                    "encryption_key_size": 512,
                    "encryption_luks_version": "luks1",
                    "encryption_password": "yabbadabbadoo",
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "/opt/test1",
                    "mount_user": null,
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ]
}

TASK [Print out volume information] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:7
Sunday 10 December 2023  04:05:59 +0000 (0:00:00.023)       0:05:49.160 ******* 
skipping: [sut] => {
    "false_condition": "_storage_volumes_list | length > 0"
}

TASK [Collect info about the volumes.] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:15
Sunday 10 December 2023  04:05:59 +0000 (0:00:00.019)       0:05:49.180 ******* 
ok: [sut] => {
    "changed": false,
    "info": {
        "/dev/mapper/foo-test1": {
            "fstype": "crypto_LUKS",
            "label": "",
            "name": "/dev/mapper/foo-test1",
            "size": "4G",
            "type": "lvm",
            "uuid": "b2f3a266-c8ff-4434-ae08-508a2291a3f3"
        },
        "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
            "size": "4G",
            "type": "crypt",
            "uuid": "5a6e4776-7df4-436e-874f-ce33921b56f4"
        },
        "/dev/sda": {
            "fstype": "LVM2_member",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": "CyL76I-C3IY-yfIB-EBi3-VBEo-1ZEg-VbVwE9"
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdd",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sde": {
            "fstype": "",
            "label": "",
            "name": "/dev/sde",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdg": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdg",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdh": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdh",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdi": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdi",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda",
            "size": "250G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda1": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda1",
            "size": "1M",
            "type": "partition",
            "uuid": ""
        },
        "/dev/xvda2": {
            "fstype": "vfat",
            "label": "",
            "name": "/dev/xvda2",
            "size": "100M",
            "type": "partition",
            "uuid": "7B77-95E7"
        },
        "/dev/xvda3": {
            "fstype": "xfs",
            "label": "root",
            "name": "/dev/xvda3",
            "size": "249.9G",
            "type": "partition",
            "uuid": "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:20
Sunday 10 December 2023  04:05:59 +0000 (0:00:00.196)       0:05:49.376 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003073",
    "end": "2023-12-10 04:05:59.627676",
    "rc": 0,
    "start": "2023-12-10 04:05:59.624603"
}

STDOUT:

UUID=955afcc9-fe7d-43fd-a3a5-1147b25260a6	/	xfs	defaults	0	0
UUID=7B77-95E7	/boot/efi	vfat	defaults,uid=0,gid=0,umask=077,shortname=winnt	0	2
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3 /opt/test1 xfs defaults 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:25
Sunday 10 December 2023  04:05:59 +0000 (0:00:00.191)       0:05:49.568 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003086",
    "end": "2023-12-10 04:05:59.819671",
    "failed_when_result": false,
    "rc": 0,
    "start": "2023-12-10 04:05:59.816585"
}

STDOUT:

luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3 /dev/mapper/foo-test1 -

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:34
Sunday 10 December 2023  04:05:59 +0000 (0:00:00.191)       0:05:49.759 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': True, 'encryption_cipher': 'aes-xts-plain64', 'encryption_key': None, 'encryption_key_size': 512, 'encryption_luks_version': 'luks1', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'}]})

TASK [Set _storage_pool_tests] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml:5
Sunday 10 December 2023  04:05:59 +0000 (0:00:00.121)       0:05:49.881 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pool_tests": [
            "members",
            "volumes"
        ]
    },
    "changed": false
}

TASK [Verify pool subset] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml:18
Sunday 10 December 2023  04:05:59 +0000 (0:00:00.013)       0:05:49.894 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml for sut => (item=members)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-volumes.yml for sut => (item=volumes)

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:2
Sunday 10 December 2023  04:05:59 +0000 (0:00:00.022)       0:05:49.917 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_pv_count": "1",
        "_storage_test_pool_pvs_lvm": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Get the canonical device path for each member device] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:8
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.031)       0:05:49.948 ******* 
ok: [sut] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "device": "/dev/sda",
    "pv": "/dev/sda"
}

TASK [Set pvs lvm length] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:17
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.247)       0:05:50.195 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__pvs_lvm_len": "1"
    },
    "changed": false
}

TASK [Set pool pvs] ************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:22
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.022)       0:05:50.218 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_pool_pvs": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Verify PV count] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:27
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.025)       0:05:50.243 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:36
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.023)       0:05:50.267 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:41
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.013)       0:05:50.281 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:46
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.024)       0:05:50.305 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level",
    "skip_reason": "Conditional result was False"
}

TASK [Check the type of each PV] ***********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:51
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.011)       0:05:50.316 ******* 
ok: [sut] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "pv": "/dev/sda"
}

MSG:

All assertions passed

TASK [Check MD RAID] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:64
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.017)       0:05:50.333 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml for sut

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:8
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.022)       0:05:50.356 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:14
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.011)       0:05:50.367 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:19
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.011)       0:05:50.379 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:24
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.011)       0:05:50.391 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set md chunk size regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:29
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.011)       0:05:50.403 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:37
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.011)       0:05:50.415 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:46
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.010)       0:05:50.425 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:55
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.010)       0:05:50.436 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:64
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.013)       0:05:50.449 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:74
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.011)       0:05:50.461 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Reset variables used by tests] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:83
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.010)       0:05:50.471 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": null,
        "storage_test_md_chunk_size_re": null,
        "storage_test_md_metadata_version_re": null,
        "storage_test_md_spare_devices_re": null
    },
    "changed": false
}

TASK [Check LVM RAID] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:67
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.011)       0:05:50.483 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-lvmraid.yml for sut

TASK [Validate pool member LVM RAID settings] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-lvmraid.yml:2
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.023)       0:05:50.506 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': True, 'encryption_cipher': 'aes-xts-plain64', 'encryption_key': None, 'encryption_key_size': 512, 'encryption_luks_version': 'luks1', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:8
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.021)       0:05:50.528 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:16
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.015)       0:05:50.543 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:20
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.014)       0:05:50.558 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV stripe size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:27
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.015)       0:05:50.574 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested stripe size] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:31
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.015)       0:05:50.589 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected stripe size] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:37
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.015)       0:05:50.605 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Check stripe size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:42
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.014)       0:05:50.620 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Check Thin Pools] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:70
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.014)       0:05:50.635 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-thin.yml for sut

TASK [Validate pool member thinpool settings] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-thin.yml:2
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.024)       0:05:50.660 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml for sut => (item={'encryption': True, 'encryption_cipher': 'aes-xts-plain64', 'encryption_key': None, 'encryption_key_size': 512, 'encryption_luks_version': 'luks1', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about thinpool] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:8
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.021)       0:05:50.682 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_thin_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in correct thinpool (when thinp name is provided)] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:16
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.010)       0:05:50.693 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_thin_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in thinpool (when thinp name is not provided)] ******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:22
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.010)       0:05:50.703 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_thin_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Reset variable used by test] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:26
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.011)       0:05:50.715 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_thin_status": null
    },
    "changed": false
}

TASK [Check member encryption] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:73
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.011)       0:05:50.726 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml for sut

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:5
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.024)       0:05:50.750 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Validate pool member LUKS settings] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:10
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.021)       0:05:50.772 ******* 
skipping: [sut] => (item=/dev/sda)  => {
    "_storage_test_pool_member_path": "/dev/sda",
    "ansible_loop_var": "_storage_test_pool_member_path",
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [Validate pool member crypttab entries] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:17
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.012)       0:05:50.784 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda)

TASK [Set variables used by tests] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:2
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.021)       0:05:50.805 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": []
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:6
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.025)       0:05:50.831 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:14
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.023)       0:05:50.854 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:23
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.019)       0:05:50.874 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:32
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.020)       0:05:50.894 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:41
Sunday 10 December 2023  04:06:00 +0000 (0:00:00.019)       0:05:50.913 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null
    },
    "changed": false
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:24
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.011)       0:05:50.925 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_crypttab_key_file": null
    },
    "changed": false
}

TASK [Check VDO] ***************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:76
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.011)       0:05:50.936 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-vdo.yml for sut

TASK [Validate pool member VDO settings] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-vdo.yml:2
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.024)       0:05:50.960 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': True, 'encryption_cipher': 'aes-xts-plain64', 'encryption_key': None, 'encryption_key_size': 512, 'encryption_luks_version': 'luks1', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about VDO deduplication] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:8
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.023)       0:05:50.984 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is off] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:15
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.011)       0:05:50.995 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is on] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:21
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.011)       0:05:51.007 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Get information about VDO compression] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:27
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.011)       0:05:51.018 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is off] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:34
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.012)       0:05:51.030 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is on] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:40
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.051)       0:05:51.082 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:46
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.013)       0:05:51.095 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_vdo_status": null
    },
    "changed": false
}

TASK [Clean up test variables] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:79
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.012)       0:05:51.107 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__pvs_lvm_len": null,
        "_storage_test_expected_pv_count": null,
        "_storage_test_expected_pv_type": null,
        "_storage_test_pool_pvs": [],
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [Verify the volumes] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-volumes.yml:3
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.011)       0:05:51.119 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml for sut => (item={'encryption': True, 'encryption_cipher': 'aes-xts-plain64', 'encryption_key': None, 'encryption_key_size': 512, 'encryption_luks_version': 'luks1', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'})

TASK [Set storage volume test variables] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:2
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.022)       0:05:51.141 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": true,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [Run test verify for {{ storage_test_volume_subset }}] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:19
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.023)       0:05:51.165 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml for sut => (item=mount)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml for sut => (item=fstab)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml for sut => (item=fs)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml for sut => (item=device)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml for sut => (item=encryption)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml for sut => (item=md)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml for sut => (item=size)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml for sut => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:7
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.051)       0:05:51.216 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:11
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.019)       0:05:51.236 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [
            {
                "block_available": 1028421,
                "block_size": 4096,
                "block_total": 1043968,
                "block_used": 15547,
                "device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                "fstype": "xfs",
                "inode_available": 2093053,
                "inode_total": 2093056,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 4212412416,
                "size_total": 4276092928,
                "uuid": "5a6e4776-7df4-436e-874f-ce33921b56f4"
            }
        ],
        "storage_test_mount_expected_match_count": "1",
        "storage_test_mount_point_matches": [
            {
                "block_available": 1028421,
                "block_size": 4096,
                "block_total": 1043968,
                "block_used": 15547,
                "device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                "fstype": "xfs",
                "inode_available": 2093053,
                "inode_total": 2093056,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 4212412416,
                "size_total": 4276092928,
                "uuid": "5a6e4776-7df4-436e-874f-ce33921b56f4"
            }
        ],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Get information about the mountpoint directory] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:21
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.030)       0:05:51.267 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the current mount state by device] ********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:30
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.011)       0:05:51.278 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the current mount state by mount point] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:41
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.023)       0:05:51.302 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount directory user] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:48
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.027)       0:05:51.329 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory group] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:54
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.011)       0:05:51.341 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory permissions] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:60
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.011)       0:05:51.352 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mount fs type] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:69
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.011)       0:05:51.363 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get path of test volume device] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:80
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.022)       0:05:51.386 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:86
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.011)       0:05:51.398 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:92
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.011)       0:05:51.410 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:102
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.010)       0:05:51.420 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_found_mount_stat": null,
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:2
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.011)       0:05:51.432 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "1",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "storage_test_fstab_expected_mount_point_matches": "1",
        "storage_test_fstab_id_matches": [
            "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3 "
        ],
        "storage_test_fstab_mount_options_matches": [
            " /opt/test1 xfs defaults "
        ],
        "storage_test_fstab_mount_point_matches": [
            " /opt/test1 "
        ]
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:17
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.035)       0:05:51.467 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the fstab mount point] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:24
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.023)       0:05:51.490 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:33
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.023)       0:05:51.514 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_verify_mount_options | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:45
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.023)       0:05:51.537 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:3
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.012)       0:05:51.550 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify fs label] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:9
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.023)       0:05:51.573 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See whether the device node is present] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:3
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.022)       0:05:51.595 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181155.8919122,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702181155.8919122,
        "dev": 6,
        "device_type": 64768,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 149495,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1702181155.8919122,
        "nlink": 1,
        "path": "/dev/mapper/foo-test1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:9
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.198)       0:05:51.794 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:16
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.016)       0:05:51.810 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')",
    "skip_reason": "Conditional result was False"
}

TASK [Make sure we got info about this volume] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:23
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.013)       0:05:51.824 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Process volume type (set initial value) (1/2)] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:29
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.016)       0:05:51.840 ******* 
ok: [sut] => {
    "ansible_facts": {
        "st_volume_type": "lvm"
    },
    "changed": false
}

TASK [Process volume type (get RAID value) (2/2)] ******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:33
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.016)       0:05:51.856 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"raid\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the volume's device type] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:38
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.012)       0:05:51.869 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:3
Sunday 10 December 2023  04:06:01 +0000 (0:00:00.014)       0:05:51.883 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181156.096911,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702181156.096911,
        "dev": 6,
        "device_type": 64769,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 150676,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1702181156.096911,
        "nlink": 1,
        "path": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:10
Sunday 10 December 2023  04:06:02 +0000 (0:00:00.201)       0:05:52.084 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup

TASK [Collect LUKS info for this volume] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:16
Sunday 10 December 2023  04:06:03 +0000 (0:00:01.241)       0:05:53.326 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cryptsetup",
        "luksDump",
        "/dev/mapper/foo-test1"
    ],
    "delta": "0:00:00.010695",
    "end": "2023-12-10 04:06:03.587655",
    "rc": 0,
    "start": "2023-12-10 04:06:03.576960"
}

STDOUT:

LUKS header information for /dev/mapper/foo-test1

Version:       	1
Cipher name:   	aes
Cipher mode:   	xts-plain64
Hash spec:     	sha256
Payload offset:	16384
MK bits:       	512
MK digest:     	e4 85 c3 31 16 ae b0 35 73 70 9f 41 ea 49 72 12 b5 17 8a df 
MK salt:       	3c 2e b4 77 e8 6f fd e7 4e 4f 1a e3 18 45 50 9d 
               	f2 c0 f9 d8 68 03 b5 06 8e f0 ee 55 e0 3d 9d af 
MK iterations: 	109775
UUID:          	b2f3a266-c8ff-4434-ae08-508a2291a3f3

Key Slot 0: ENABLED
	Iterations:         	1747626
	Salt:               	01 0b f0 2b 4f 72 56 f7 7b 78 ff 92 a5 4a 21 97 
	                      	58 4f 1b 9a 82 22 da 20 b8 06 0d 97 45 8b 2f 86 
	Key material offset:	8
	AF stripes:            	4000
Key Slot 1: DISABLED
Key Slot 2: DISABLED
Key Slot 3: DISABLED
Key Slot 4: DISABLED
Key Slot 5: DISABLED
Key Slot 6: DISABLED
Key Slot 7: DISABLED

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:22
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.203)       0:05:53.529 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:29
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.023)       0:05:53.552 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:40
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.023)       0:05:53.576 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:46
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.014)       0:05:53.591 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check LUKS version] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:51
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.014)       0:05:53.605 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check LUKS key size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:63
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.030)       0:05:53.635 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check LUKS cipher] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:75
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.018)       0:05:53.654 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:87
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.026)       0:05:53.680 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [
            "luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3 /dev/mapper/foo-test1 -"
        ],
        "_storage_test_expected_crypttab_entries": "1",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:93
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.027)       0:05:53.707 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:100
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.022)       0:05:53.730 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:108
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.023)       0:05:53.754 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:116
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.027)       0:05:53.781 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:124
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.023)       0:05:53.804 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:8
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.012)       0:05:53.816 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:14
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.011)       0:05:53.828 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:19
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.011)       0:05:53.839 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:24
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.011)       0:05:53.851 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set chunk size regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:29
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.013)       0:05:53.864 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:37
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.011)       0:05:53.875 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:46
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.011)       0:05:53.887 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:54
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.011)       0:05:53.898 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:62
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.010)       0:05:53.909 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:70
Sunday 10 December 2023  04:06:03 +0000 (0:00:00.010)       0:05:53.919 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the actual size of the volume] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:3
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.012)       0:05:53.931 ******* 
ok: [sut] => {
    "bytes": 4294967296,
    "changed": false,
    "lvm": "4g",
    "parted": "4GiB",
    "size": "4 GiB"
}

TASK [Parse the requested size of the volume] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:11
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.300)       0:05:54.231 ******* 
ok: [sut] => {
    "bytes": 4294967296,
    "changed": false,
    "lvm": "4g",
    "parted": "4GiB",
    "size": "4 GiB"
}

TASK [Establish base value for expected size] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:20
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.200)       0:05:54.432 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_expected_size": "4294967296"
    },
    "changed": false
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:28
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.024)       0:05:54.456 ******* 
ok: [sut] => {
    "storage_test_expected_size": "4294967296"
}

TASK [Get the size of parent/pool device] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:32
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.013)       0:05:54.469 ******* 
ok: [sut] => {
    "bytes": 10726680821,
    "changed": false,
    "lvm": "9g",
    "parted": "9GiB",
    "size": "9 GiB"
}

TASK [Show test pool] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:46
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.196)       0:05:54.666 ******* 
skipping: [sut] => {
    "false_condition": "'%' in storage_test_volume.size | string"
}

TASK [Show test blockinfo] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:50
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.025)       0:05:54.691 ******* 
skipping: [sut] => {
    "false_condition": "'%' in storage_test_volume.size | string"
}

TASK [Show test pool size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:54
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.021)       0:05:54.713 ******* 
skipping: [sut] => {
    "false_condition": "'%' in storage_test_volume.size | string"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:58
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.021)       0:05:54.734 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "'%' in storage_test_volume.size | string",
    "skip_reason": "Conditional result was False"
}

TASK [Default thin pool reserved space values] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:67
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.020)       0:05:54.755 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default minimal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:71
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.011)       0:05:54.766 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default maximal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:76
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.010)       0:05:54.777 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate maximum usable space in thin pool] *****************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:82
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.011)       0:05:54.788 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply upper size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:86
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.010)       0:05:54.799 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply lower size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:91
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.010)       0:05:54.810 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Convert maximum usable thin pool space from int to Size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:96
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.010)       0:05:54.820 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show max thin pool size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:101
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.010)       0:05:54.831 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show volume thin pool size] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:105
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.010)       0:05:54.841 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show test volume size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:109
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.011)       0:05:54.852 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Establish base value for expected thin pool size] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:113
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.010)       0:05:54.863 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:120
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.010)       0:05:54.874 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected thin pool volume size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:127
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.010)       0:05:54.884 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected thin pool volume size based on percentage value] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:131
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.010)       0:05:54.894 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Replace expected volume size with calculated value] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:137
Sunday 10 December 2023  04:06:04 +0000 (0:00:00.010)       0:05:54.905 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show actual size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:143
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.053)       0:05:54.958 ******* 
ok: [sut] => {
    "storage_test_actual_size": {
        "bytes": 4294967296,
        "changed": false,
        "failed": false,
        "lvm": "4g",
        "parted": "4GiB",
        "size": "4 GiB"
    }
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:147
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.015)       0:05:54.973 ******* 
ok: [sut] => {
    "storage_test_expected_size": "4294967296"
}

TASK [Assert expected size is actual size] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:151
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.013)       0:05:54.987 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:5
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.025)       0:05:55.013 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "lvs",
        "--noheadings",
        "--nameprefixes",
        "--units=b",
        "--nosuffix",
        "--unquoted",
        "-o",
        "name,attr,cache_total_blocks,chunk_size,segtype",
        "foo/test1"
    ],
    "delta": "0:00:00.027869",
    "end": "2023-12-10 04:06:05.289934",
    "rc": 0,
    "start": "2023-12-10 04:06:05.262065"
}

STDOUT:

  LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:13
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.218)       0:05:55.231 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_lv_segtype": [
            "linear"
        ]
    },
    "changed": false
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:17
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.023)       0:05:55.255 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Set LV cache size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:24
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.024)       0:05:55.279 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested cache size] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:31
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.019)       0:05:55.299 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected cache size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:37
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.019)       0:05:55.318 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:42
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.019)       0:05:55.337 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:25
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.020)       0:05:55.358 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:44
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.013)       0:05:55.371 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Clean up variable namespace] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:54
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.011)       0:05:55.383 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null
    },
    "changed": false
}

TASK [Verify preservation of encryption settings on existing LVM volume] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:377
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.011)       0:05:55.394 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.026)       0:05:55.421 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.017)       0:05:55.439 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.022)       0:05:55.461 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.029)       0:05:55.491 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.015)       0:05:55.506 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.014)       0:05:55.521 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.013)       0:05:55.534 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.016)       0:05:55.551 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:06:05 +0000 (0:00:00.029)       0:05:55.580 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:06:06 +0000 (0:00:01.240)       0:05:56.821 ******* 
ok: [sut] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "type": "lvm",
            "volumes": [
                {
                    "mount_point": "/opt/test1",
                    "name": "test1",
                    "size": "4g"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:06:06 +0000 (0:00:00.017)       0:05:56.838 ******* 
ok: [sut] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:06:06 +0000 (0:00:00.014)       0:05:56.852 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "lvm2"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:06:11 +0000 (0:00:04.654)       0:06:01.507 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:06:11 +0000 (0:00:00.023)       0:06:01.531 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:06:11 +0000 (0:00:00.019)       0:06:01.550 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:06:11 +0000 (0:00:00.021)       0:06:01.571 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:06:11 +0000 (0:00:00.020)       0:06:01.591 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kpartx lvm2

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:06:12 +0000 (0:00:01.232)       0:06:02.824 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-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"
            },
            "lvm2-pvscan@8:0.service": {
                "name": "lvm2-pvscan@8:0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service": {
                "name": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-cryptsetup@luks\\x2dfc17097a\\x2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service": {
                "name": "systemd-cryptsetup@luks\\x2dfc17097a\\x2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "systemd-cryptsetup@luks…2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service": {
                "name": "systemd-cryptsetup@luks…2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
                "source": "systemd",
                "state": "inactive",
                "status": "generated"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:06:14 +0000 (0:00:01.831)       0:06:04.655 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": [
            "systemd-cryptsetup@luks\\x2dfc17097a\\x2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
            "systemd-cryptsetup@luks…2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:06:14 +0000 (0:00:00.032)       0:06:04.688 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks\x2dfc17097a\x2d9118\x2d4a98\x2da3a1\x2d89163c842d61.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks\\x2dfc17097a\\x2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
    "name": "systemd-cryptsetup@luks\\x2dfc17097a\\x2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "dev-sda1.device cryptsetup-pre.target tmp.mount systemd-journald.socket -.mount system-systemd\\x2dcryptsetup.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "umount.target cryptsetup.target",
        "BindsTo": "dev-sda1.device",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "umount.target",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Cryptography Setup for luks-fc17097a-9118-4a98-a3a1-89163c842d61",
        "DevicePolicy": "auto",
        "Documentation": "man:crypttab(5) man:systemd-cryptsetup-generator(8) man:systemd-cryptsetup@.service(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup attach luks-fc17097a-9118-4a98-a3a1-89163c842d61 /dev/sda1 /tmp/storage_testsjrk0a_vlukskey  ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup detach luks-fc17097a-9118-4a98-a3a1-89163c842d61 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/run/systemd/generator/systemd-cryptsetup@luks\\x2dfc17097a\\x2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\x2dfc17097a\\x2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
        "IgnoreOnIsolate": "yes",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "shared",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\x2dfc17097a\\x2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
        "NeedDaemonReload": "yes",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "RequiredBy": "cryptsetup.target",
        "Requires": "system-systemd\\x2dcryptsetup.slice -.mount",
        "RequiresMountsFor": "/tmp/storage_testsjrk0a_vlukskey",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system-systemd\\x2dcryptsetup.slice",
        "SourcePath": "/etc/crypttab",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sun 2023-12-10 04:05:57 UTC",
        "StateChangeTimestampMonotonic": "733113372",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopUSec": "infinity",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "generated",
        "UtmpMode": "init",
        "WantedBy": "dev-sda1.device",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
changed: [sut] => (item=systemd-cryptsetup@luks…2d9118\x2d4a98\x2da3a1\x2d89163c842d61.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
    "name": "systemd-cryptsetup@luks…2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service not found.\"",
        "LoadState": "not-found",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:06:15 +0000 (0:00:01.067)       0:06:05.756 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [
        "/dev/sdb",
        "/dev/sdc",
        "/dev/sdd",
        "/dev/sde",
        "/dev/sdf",
        "/dev/sdg",
        "/dev/sdh",
        "/dev/sdi",
        "/dev/xvda1",
        "/dev/xvda2",
        "/dev/xvda3",
        "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3"
    ],
    "mounts": [
        {
            "dump": 0,
            "fstype": "xfs",
            "group": null,
            "mode": null,
            "opts": "defaults",
            "owner": null,
            "passno": 0,
            "path": "/opt/test1",
            "src": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
            "state": "mounted"
        }
    ],
    "packages": [
        "cryptsetup",
        "dosfstools",
        "lvm2",
        "xfsprogs"
    ],
    "pools": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                    "_kernel_device": "/dev/dm-1",
                    "_mount_id": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                    "_raw_device": "/dev/mapper/foo-test1",
                    "_raw_kernel_device": "/dev/dm-0",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sda"
                    ],
                    "encryption": true,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": 0,
                    "encryption_luks_version": "luks1",
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "/opt/test1",
                    "mount_user": null,
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Sunday 10 December 2023  04:06:20 +0000 (0:00:04.734)       0:06:10.490 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_udevadm_trigger | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:06:20 +0000 (0:00:00.020)       0:06:10.511 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks\x2dfc17097a\x2d9118\x2d4a98\x2da3a1\x2d89163c842d61.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks\\x2dfc17097a\\x2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
    "name": "systemd-cryptsetup@luks\\x2dfc17097a\\x2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\x2dfc17097a\\x2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\x2dfc17097a\\x2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dfc17097a\\x2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\x2dfc17097a\\x2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
changed: [sut] => (item=systemd-cryptsetup@luks…2d9118\x2d4a98\x2da3a1\x2d89163c842d61.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
    "name": "systemd-cryptsetup@luks…2d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62d9118\\x2d4a98\\x2da3a1\\x2d89163c842d61.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Sunday 10 December 2023  04:06:21 +0000 (0:00:01.060)       0:06:11.571 ******* 
ok: [sut] => {
    "blivet_output": {
        "actions": [],
        "changed": false,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sdb",
            "/dev/sdc",
            "/dev/sdd",
            "/dev/sde",
            "/dev/sdf",
            "/dev/sdg",
            "/dev/sdh",
            "/dev/sdi",
            "/dev/xvda1",
            "/dev/xvda2",
            "/dev/xvda3",
            "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3"
        ],
        "mounts": [
            {
                "dump": 0,
                "fstype": "xfs",
                "group": null,
                "mode": null,
                "opts": "defaults",
                "owner": null,
                "passno": 0,
                "path": "/opt/test1",
                "src": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                "state": "mounted"
            }
        ],
        "packages": [
            "cryptsetup",
            "dosfstools",
            "lvm2",
            "xfsprogs"
        ],
        "pools": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                        "_kernel_device": "/dev/dm-1",
                        "_mount_id": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                        "_raw_device": "/dev/mapper/foo-test1",
                        "_raw_kernel_device": "/dev/dm-0",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sda"
                        ],
                        "encryption": true,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": 0,
                        "encryption_luks_version": "luks1",
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "/opt/test1",
                        "mount_user": null,
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:106
Sunday 10 December 2023  04:06:21 +0000 (0:00:00.017)       0:06:11.589 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                        "_kernel_device": "/dev/dm-1",
                        "_mount_id": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                        "_raw_device": "/dev/mapper/foo-test1",
                        "_raw_kernel_device": "/dev/dm-0",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sda"
                        ],
                        "encryption": true,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": 0,
                        "encryption_luks_version": "luks1",
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "/opt/test1",
                        "mount_user": null,
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110
Sunday 10 December 2023  04:06:21 +0000 (0:00:00.015)       0:06:11.604 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:126
Sunday 10 December 2023  04:06:21 +0000 (0:00:00.014)       0:06:11.618 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Sunday 10 December 2023  04:06:21 +0000 (0:00:00.022)       0:06:11.640 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:142
Sunday 10 December 2023  04:06:22 +0000 (0:00:00.516)       0:06:12.157 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
ok: [sut] => (item={'src': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": false,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
        "state": "mounted"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:153
Sunday 10 December 2023  04:06:22 +0000 (0:00:00.222)       0:06:12.380 ******* 
skipping: [sut] => (item={'src': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None})  => {
    "ansible_loop_var": "mount_info",
    "changed": false,
    "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
        "state": "mounted"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:165
Sunday 10 December 2023  04:06:22 +0000 (0:00:00.028)       0:06:12.408 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:173
Sunday 10 December 2023  04:06:22 +0000 (0:00:00.508)       0:06:12.917 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181159.8178854,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "df2a5cba9da437a8af7cf0179145a28e2c33d100",
        "ctime": 1702181158.3798952,
        "dev": 51715,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 838861069,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1702181158.3798952,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 66,
        "uid": 0,
        "version": "857615121",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:178
Sunday 10 December 2023  04:06:23 +0000 (0:00:00.200)       0:06:13.117 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Sunday 10 December 2023  04:06:23 +0000 (0:00:00.011)       0:06:13.129 ******* 
ok: [sut]

TASK [Assert preservation of encryption settings on existing LVM volume] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:391
Sunday 10 December 2023  04:06:24 +0000 (0:00:00.838)       0:06:13.967 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify role results] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:398
Sunday 10 December 2023  04:06:24 +0000 (0:00:00.015)       0:06:13.983 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml for sut

TASK [Print out pool information] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:2
Sunday 10 December 2023  04:06:24 +0000 (0:00:00.021)       0:06:14.005 ******* 
ok: [sut] => {
    "_storage_pools_list": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                    "_kernel_device": "/dev/dm-1",
                    "_mount_id": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                    "_raw_device": "/dev/mapper/foo-test1",
                    "_raw_kernel_device": "/dev/dm-0",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sda"
                    ],
                    "encryption": true,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": 0,
                    "encryption_luks_version": "luks1",
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "/opt/test1",
                    "mount_user": null,
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ]
}

TASK [Print out volume information] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:7
Sunday 10 December 2023  04:06:24 +0000 (0:00:00.076)       0:06:14.081 ******* 
skipping: [sut] => {
    "false_condition": "_storage_volumes_list | length > 0"
}

TASK [Collect info about the volumes.] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:15
Sunday 10 December 2023  04:06:24 +0000 (0:00:00.022)       0:06:14.104 ******* 
ok: [sut] => {
    "changed": false,
    "info": {
        "/dev/mapper/foo-test1": {
            "fstype": "crypto_LUKS",
            "label": "",
            "name": "/dev/mapper/foo-test1",
            "size": "4G",
            "type": "lvm",
            "uuid": "b2f3a266-c8ff-4434-ae08-508a2291a3f3"
        },
        "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
            "size": "4G",
            "type": "crypt",
            "uuid": "5a6e4776-7df4-436e-874f-ce33921b56f4"
        },
        "/dev/sda": {
            "fstype": "LVM2_member",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": "CyL76I-C3IY-yfIB-EBi3-VBEo-1ZEg-VbVwE9"
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdd",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sde": {
            "fstype": "",
            "label": "",
            "name": "/dev/sde",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdg": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdg",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdh": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdh",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdi": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdi",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda",
            "size": "250G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda1": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda1",
            "size": "1M",
            "type": "partition",
            "uuid": ""
        },
        "/dev/xvda2": {
            "fstype": "vfat",
            "label": "",
            "name": "/dev/xvda2",
            "size": "100M",
            "type": "partition",
            "uuid": "7B77-95E7"
        },
        "/dev/xvda3": {
            "fstype": "xfs",
            "label": "root",
            "name": "/dev/xvda3",
            "size": "249.9G",
            "type": "partition",
            "uuid": "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:20
Sunday 10 December 2023  04:06:24 +0000 (0:00:00.197)       0:06:14.302 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003229",
    "end": "2023-12-10 04:06:24.553077",
    "rc": 0,
    "start": "2023-12-10 04:06:24.549848"
}

STDOUT:

UUID=955afcc9-fe7d-43fd-a3a5-1147b25260a6	/	xfs	defaults	0	0
UUID=7B77-95E7	/boot/efi	vfat	defaults,uid=0,gid=0,umask=077,shortname=winnt	0	2
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3 /opt/test1 xfs defaults 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:25
Sunday 10 December 2023  04:06:24 +0000 (0:00:00.191)       0:06:14.494 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003141",
    "end": "2023-12-10 04:06:24.744480",
    "failed_when_result": false,
    "rc": 0,
    "start": "2023-12-10 04:06:24.741339"
}

STDOUT:

luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3 /dev/mapper/foo-test1 -

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:34
Sunday 10 December 2023  04:06:24 +0000 (0:00:00.191)       0:06:14.685 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks1', 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'}]})

TASK [Set _storage_pool_tests] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml:5
Sunday 10 December 2023  04:06:24 +0000 (0:00:00.036)       0:06:14.722 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pool_tests": [
            "members",
            "volumes"
        ]
    },
    "changed": false
}

TASK [Verify pool subset] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml:18
Sunday 10 December 2023  04:06:24 +0000 (0:00:00.013)       0:06:14.735 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml for sut => (item=members)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-volumes.yml for sut => (item=volumes)

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:2
Sunday 10 December 2023  04:06:24 +0000 (0:00:00.022)       0:06:14.758 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_pv_count": "1",
        "_storage_test_pool_pvs_lvm": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Get the canonical device path for each member device] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:8
Sunday 10 December 2023  04:06:24 +0000 (0:00:00.030)       0:06:14.788 ******* 
ok: [sut] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "device": "/dev/sda",
    "pv": "/dev/sda"
}

TASK [Set pvs lvm length] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:17
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.190)       0:06:14.979 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__pvs_lvm_len": "1"
    },
    "changed": false
}

TASK [Set pool pvs] ************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:22
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.022)       0:06:15.001 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_pool_pvs": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Verify PV count] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:27
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.023)       0:06:15.025 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:36
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.022)       0:06:15.047 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:41
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.013)       0:06:15.061 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:46
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.023)       0:06:15.084 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level",
    "skip_reason": "Conditional result was False"
}

TASK [Check the type of each PV] ***********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:51
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.011)       0:06:15.096 ******* 
ok: [sut] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "pv": "/dev/sda"
}

MSG:

All assertions passed

TASK [Check MD RAID] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:64
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.017)       0:06:15.113 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml for sut

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:8
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.021)       0:06:15.134 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:14
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.010)       0:06:15.145 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:19
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.011)       0:06:15.156 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:24
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.010)       0:06:15.167 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set md chunk size regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:29
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.010)       0:06:15.178 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:37
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.010)       0:06:15.188 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:46
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.010)       0:06:15.199 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:55
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.010)       0:06:15.210 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:64
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.012)       0:06:15.222 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:74
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.011)       0:06:15.233 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Reset variables used by tests] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:83
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.011)       0:06:15.244 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": null,
        "storage_test_md_chunk_size_re": null,
        "storage_test_md_metadata_version_re": null,
        "storage_test_md_spare_devices_re": null
    },
    "changed": false
}

TASK [Check LVM RAID] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:67
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.013)       0:06:15.258 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-lvmraid.yml for sut

TASK [Validate pool member LVM RAID settings] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-lvmraid.yml:2
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.024)       0:06:15.282 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks1', 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:8
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.021)       0:06:15.303 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:16
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.014)       0:06:15.317 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:20
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.013)       0:06:15.331 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV stripe size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:27
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.013)       0:06:15.345 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested stripe size] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:31
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.015)       0:06:15.360 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected stripe size] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:37
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.014)       0:06:15.375 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Check stripe size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:42
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.014)       0:06:15.390 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Check Thin Pools] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:70
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.014)       0:06:15.405 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-thin.yml for sut

TASK [Validate pool member thinpool settings] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-thin.yml:2
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.024)       0:06:15.429 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml for sut => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks1', 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about thinpool] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:8
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.021)       0:06:15.451 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_thin_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in correct thinpool (when thinp name is provided)] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:16
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.010)       0:06:15.462 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_thin_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in thinpool (when thinp name is not provided)] ******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:22
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.010)       0:06:15.472 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_thin_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Reset variable used by test] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:26
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.010)       0:06:15.482 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_thin_status": null
    },
    "changed": false
}

TASK [Check member encryption] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:73
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.012)       0:06:15.495 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml for sut

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:5
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.024)       0:06:15.519 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Validate pool member LUKS settings] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:10
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.021)       0:06:15.541 ******* 
skipping: [sut] => (item=/dev/sda)  => {
    "_storage_test_pool_member_path": "/dev/sda",
    "ansible_loop_var": "_storage_test_pool_member_path",
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [Validate pool member crypttab entries] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:17
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.012)       0:06:15.553 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda)

TASK [Set variables used by tests] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:2
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.020)       0:06:15.574 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": []
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:6
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.025)       0:06:15.599 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:14
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.022)       0:06:15.622 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:23
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.019)       0:06:15.641 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:32
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.018)       0:06:15.660 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:41
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.023)       0:06:15.683 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null
    },
    "changed": false
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:24
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.012)       0:06:15.696 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_crypttab_key_file": null
    },
    "changed": false
}

TASK [Check VDO] ***************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:76
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.011)       0:06:15.707 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-vdo.yml for sut

TASK [Validate pool member VDO settings] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-vdo.yml:2
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.025)       0:06:15.732 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks1', 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about VDO deduplication] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:8
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.069)       0:06:15.802 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is off] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:15
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.013)       0:06:15.816 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is on] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:21
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.011)       0:06:15.827 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Get information about VDO compression] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:27
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.011)       0:06:15.839 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is off] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:34
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.011)       0:06:15.850 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is on] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:40
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.012)       0:06:15.863 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:46
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.011)       0:06:15.874 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_vdo_status": null
    },
    "changed": false
}

TASK [Clean up test variables] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:79
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.011)       0:06:15.886 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__pvs_lvm_len": null,
        "_storage_test_expected_pv_count": null,
        "_storage_test_expected_pv_type": null,
        "_storage_test_pool_pvs": [],
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [Verify the volumes] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-volumes.yml:3
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.011)       0:06:15.897 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml for sut => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks1', 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'})

TASK [Set storage volume test variables] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:2
Sunday 10 December 2023  04:06:25 +0000 (0:00:00.020)       0:06:15.918 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": true,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [Run test verify for {{ storage_test_volume_subset }}] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:19
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.026)       0:06:15.945 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml for sut => (item=mount)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml for sut => (item=fstab)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml for sut => (item=fs)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml for sut => (item=device)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml for sut => (item=encryption)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml for sut => (item=md)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml for sut => (item=size)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml for sut => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:7
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.049)       0:06:15.994 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:11
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.018)       0:06:16.012 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [
            {
                "block_available": 1028421,
                "block_size": 4096,
                "block_total": 1043968,
                "block_used": 15547,
                "device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                "fstype": "xfs",
                "inode_available": 2093053,
                "inode_total": 2093056,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 4212412416,
                "size_total": 4276092928,
                "uuid": "5a6e4776-7df4-436e-874f-ce33921b56f4"
            }
        ],
        "storage_test_mount_expected_match_count": "1",
        "storage_test_mount_point_matches": [
            {
                "block_available": 1028421,
                "block_size": 4096,
                "block_total": 1043968,
                "block_used": 15547,
                "device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                "fstype": "xfs",
                "inode_available": 2093053,
                "inode_total": 2093056,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 4212412416,
                "size_total": 4276092928,
                "uuid": "5a6e4776-7df4-436e-874f-ce33921b56f4"
            }
        ],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Get information about the mountpoint directory] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:21
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.029)       0:06:16.042 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the current mount state by device] ********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:30
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.011)       0:06:16.053 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the current mount state by mount point] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:41
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.023)       0:06:16.077 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount directory user] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:48
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.024)       0:06:16.101 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory group] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:54
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.011)       0:06:16.112 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory permissions] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:60
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.011)       0:06:16.123 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mount fs type] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:69
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.011)       0:06:16.135 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get path of test volume device] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:80
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.023)       0:06:16.158 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:86
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.010)       0:06:16.169 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:92
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.013)       0:06:16.182 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:102
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.011)       0:06:16.194 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_found_mount_stat": null,
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:2
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.013)       0:06:16.208 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "1",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "storage_test_fstab_expected_mount_point_matches": "1",
        "storage_test_fstab_id_matches": [
            "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3 "
        ],
        "storage_test_fstab_mount_options_matches": [
            " /opt/test1 xfs defaults "
        ],
        "storage_test_fstab_mount_point_matches": [
            " /opt/test1 "
        ]
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:17
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.037)       0:06:16.245 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the fstab mount point] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:24
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.025)       0:06:16.271 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:33
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.024)       0:06:16.296 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_verify_mount_options | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:45
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.022)       0:06:16.318 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:3
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.012)       0:06:16.330 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify fs label] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:9
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.023)       0:06:16.353 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See whether the device node is present] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:3
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.023)       0:06:16.376 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181163.5818596,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702181155.8919122,
        "dev": 6,
        "device_type": 64768,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 149495,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1702181155.8919122,
        "nlink": 1,
        "path": "/dev/mapper/foo-test1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:9
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.197)       0:06:16.574 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:16
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.015)       0:06:16.590 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')",
    "skip_reason": "Conditional result was False"
}

TASK [Make sure we got info about this volume] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:23
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.012)       0:06:16.603 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Process volume type (set initial value) (1/2)] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:29
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.014)       0:06:16.618 ******* 
ok: [sut] => {
    "ansible_facts": {
        "st_volume_type": "lvm"
    },
    "changed": false
}

TASK [Process volume type (get RAID value) (2/2)] ******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:33
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.012)       0:06:16.630 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"raid\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the volume's device type] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:38
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.011)       0:06:16.642 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:3
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.013)       0:06:16.656 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181180.495744,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702181156.096911,
        "dev": 6,
        "device_type": 64769,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 150676,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1702181156.096911,
        "nlink": 1,
        "path": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:10
Sunday 10 December 2023  04:06:26 +0000 (0:00:00.196)       0:06:16.852 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup

TASK [Collect LUKS info for this volume] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:16
Sunday 10 December 2023  04:06:28 +0000 (0:00:01.228)       0:06:18.081 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cryptsetup",
        "luksDump",
        "/dev/mapper/foo-test1"
    ],
    "delta": "0:00:00.010499",
    "end": "2023-12-10 04:06:28.340044",
    "rc": 0,
    "start": "2023-12-10 04:06:28.329545"
}

STDOUT:

LUKS header information for /dev/mapper/foo-test1

Version:       	1
Cipher name:   	aes
Cipher mode:   	xts-plain64
Hash spec:     	sha256
Payload offset:	16384
MK bits:       	512
MK digest:     	e4 85 c3 31 16 ae b0 35 73 70 9f 41 ea 49 72 12 b5 17 8a df 
MK salt:       	3c 2e b4 77 e8 6f fd e7 4e 4f 1a e3 18 45 50 9d 
               	f2 c0 f9 d8 68 03 b5 06 8e f0 ee 55 e0 3d 9d af 
MK iterations: 	109775
UUID:          	b2f3a266-c8ff-4434-ae08-508a2291a3f3

Key Slot 0: ENABLED
	Iterations:         	1747626
	Salt:               	01 0b f0 2b 4f 72 56 f7 7b 78 ff 92 a5 4a 21 97 
	                      	58 4f 1b 9a 82 22 da 20 b8 06 0d 97 45 8b 2f 86 
	Key material offset:	8
	AF stripes:            	4000
Key Slot 1: DISABLED
Key Slot 2: DISABLED
Key Slot 3: DISABLED
Key Slot 4: DISABLED
Key Slot 5: DISABLED
Key Slot 6: DISABLED
Key Slot 7: DISABLED

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:22
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.200)       0:06:18.281 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:29
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.023)       0:06:18.305 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:40
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.023)       0:06:18.328 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:46
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.014)       0:06:18.343 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check LUKS version] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:51
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.013)       0:06:18.357 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check LUKS key size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:63
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.030)       0:06:18.387 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_key_size",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:75
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.012)       0:06:18.400 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_cipher",
    "skip_reason": "Conditional result was False"
}

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:87
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.012)       0:06:18.413 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [
            "luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3 /dev/mapper/foo-test1 -"
        ],
        "_storage_test_expected_crypttab_entries": "1",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:93
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.026)       0:06:18.440 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:100
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.023)       0:06:18.463 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:108
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.023)       0:06:18.486 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:116
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.024)       0:06:18.511 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:124
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.023)       0:06:18.534 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:8
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.012)       0:06:18.547 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:14
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.011)       0:06:18.558 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:19
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.011)       0:06:18.569 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:24
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.010)       0:06:18.580 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set chunk size regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:29
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.012)       0:06:18.592 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:37
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.011)       0:06:18.603 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:46
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.011)       0:06:18.615 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:54
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.010)       0:06:18.625 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:62
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.010)       0:06:18.636 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:70
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.010)       0:06:18.646 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the actual size of the volume] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:3
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.012)       0:06:18.658 ******* 
ok: [sut] => {
    "bytes": 4294967296,
    "changed": false,
    "lvm": "4g",
    "parted": "4GiB",
    "size": "4 GiB"
}

TASK [Parse the requested size of the volume] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:11
Sunday 10 December 2023  04:06:28 +0000 (0:00:00.198)       0:06:18.857 ******* 
ok: [sut] => {
    "bytes": 4294967296,
    "changed": false,
    "lvm": "4g",
    "parted": "4GiB",
    "size": "4 GiB"
}

TASK [Establish base value for expected size] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:20
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.198)       0:06:19.056 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_expected_size": "4294967296"
    },
    "changed": false
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:28
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.023)       0:06:19.080 ******* 
ok: [sut] => {
    "storage_test_expected_size": "4294967296"
}

TASK [Get the size of parent/pool device] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:32
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.013)       0:06:19.094 ******* 
ok: [sut] => {
    "bytes": 10726680821,
    "changed": false,
    "lvm": "9g",
    "parted": "9GiB",
    "size": "9 GiB"
}

TASK [Show test pool] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:46
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.195)       0:06:19.289 ******* 
skipping: [sut] => {
    "false_condition": "'%' in storage_test_volume.size | string"
}

TASK [Show test blockinfo] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:50
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.022)       0:06:19.312 ******* 
skipping: [sut] => {
    "false_condition": "'%' in storage_test_volume.size | string"
}

TASK [Show test pool size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:54
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.021)       0:06:19.333 ******* 
skipping: [sut] => {
    "false_condition": "'%' in storage_test_volume.size | string"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:58
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.020)       0:06:19.354 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "'%' in storage_test_volume.size | string",
    "skip_reason": "Conditional result was False"
}

TASK [Default thin pool reserved space values] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:67
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.020)       0:06:19.374 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default minimal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:71
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.011)       0:06:19.386 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default maximal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:76
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.010)       0:06:19.397 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate maximum usable space in thin pool] *****************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:82
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.012)       0:06:19.409 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply upper size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:86
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.055)       0:06:19.465 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply lower size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:91
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.012)       0:06:19.477 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Convert maximum usable thin pool space from int to Size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:96
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.011)       0:06:19.489 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show max thin pool size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:101
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.010)       0:06:19.500 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show volume thin pool size] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:105
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.010)       0:06:19.510 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show test volume size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:109
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.010)       0:06:19.521 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Establish base value for expected thin pool size] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:113
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.011)       0:06:19.533 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:120
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.010)       0:06:19.544 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected thin pool volume size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:127
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.010)       0:06:19.554 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected thin pool volume size based on percentage value] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:131
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.010)       0:06:19.565 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Replace expected volume size with calculated value] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:137
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.010)       0:06:19.575 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show actual size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:143
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.010)       0:06:19.586 ******* 
ok: [sut] => {
    "storage_test_actual_size": {
        "bytes": 4294967296,
        "changed": false,
        "failed": false,
        "lvm": "4g",
        "parted": "4GiB",
        "size": "4 GiB"
    }
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:147
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.015)       0:06:19.601 ******* 
ok: [sut] => {
    "storage_test_expected_size": "4294967296"
}

TASK [Assert expected size is actual size] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:151
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.013)       0:06:19.615 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:5
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.025)       0:06:19.640 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "lvs",
        "--noheadings",
        "--nameprefixes",
        "--units=b",
        "--nosuffix",
        "--unquoted",
        "-o",
        "name,attr,cache_total_blocks,chunk_size,segtype",
        "foo/test1"
    ],
    "delta": "0:00:00.023914",
    "end": "2023-12-10 04:06:29.915073",
    "rc": 0,
    "start": "2023-12-10 04:06:29.891159"
}

STDOUT:

  LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:13
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.215)       0:06:19.856 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_lv_segtype": [
            "linear"
        ]
    },
    "changed": false
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:17
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.022)       0:06:19.879 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Set LV cache size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:24
Sunday 10 December 2023  04:06:29 +0000 (0:00:00.022)       0:06:19.901 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested cache size] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:31
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.023)       0:06:19.924 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected cache size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:37
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.019)       0:06:19.944 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:42
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.018)       0:06:19.963 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:25
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.018)       0:06:19.982 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:44
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.011)       0:06:19.994 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Clean up variable namespace] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:54
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.009)       0:06:20.003 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null
    },
    "changed": false
}

TASK [Create a file] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/create-test-file.yml:12
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.013)       0:06:20.017 ******* 
changed: [sut] => {
    "changed": true,
    "dest": "/opt/test1/quux",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "secontext": "unconfined_u:object_r:unlabeled_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Test for correct handling of safe_mode] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:404
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.199)       0:06:20.216 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml for sut

TASK [Store global variable value copy] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:4
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.023)       0:06:20.240 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_pools_global": [],
        "storage_safe_mode_global": true,
        "storage_volumes_global": []
    },
    "changed": false
}

TASK [Verify role raises correct error] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:10
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.023)       0:06:20.264 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.020)       0:06:20.284 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.017)       0:06:20.302 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.021)       0:06:20.323 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.031)       0:06:20.355 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.014)       0:06:20.369 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.014)       0:06:20.384 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.012)       0:06:20.397 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.012)       0:06:20.410 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:06:30 +0000 (0:00:00.029)       0:06:20.439 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:06:31 +0000 (0:00:01.228)       0:06:21.668 ******* 
ok: [sut] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "type": "lvm",
            "volumes": [
                {
                    "encryption": false,
                    "encryption_password": "yabbadabbadoo",
                    "mount_point": "/opt/test1",
                    "name": "test1",
                    "size": "4g"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:06:31 +0000 (0:00:00.018)       0:06:21.686 ******* 
ok: [sut] => {
    "storage_volumes": []
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:06:31 +0000 (0:00:00.016)       0:06:21.702 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "lvm2"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:06:36 +0000 (0:00:04.815)       0:06:26.518 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:06:36 +0000 (0:00:00.024)       0:06:26.543 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:06:36 +0000 (0:00:00.020)       0:06:26.563 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:06:36 +0000 (0:00:00.022)       0:06:26.586 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:06:36 +0000 (0:00:00.019)       0:06:26.605 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kpartx lvm2

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:06:37 +0000 (0:00:01.238)       0:06:27.844 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-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"
            },
            "lvm2-pvscan@8:0.service": {
                "name": "lvm2-pvscan@8:0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service": {
                "name": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service": {
                "name": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
                "source": "systemd",
                "state": "stopped",
                "status": "failed"
            },
            "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service": {
                "name": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
                "source": "systemd",
                "state": "inactive",
                "status": "generated"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:06:39 +0000 (0:00:01.802)       0:06:29.647 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": [
            "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
            "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:06:39 +0000 (0:00:00.032)       0:06:29.680 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks\x2db2f3a266\x2dc8ff\x2d4434\x2dae08\x2d508a2291a3f3.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "name": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "dev-mapper-foo\\x2dtest1.device system-systemd\\x2dcryptsetup.slice cryptsetup-pre.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "umount.target cryptsetup.target",
        "BindsTo": "dev-mapper-foo\\x2dtest1.device",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "umount.target",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Cryptography Setup for luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
        "DevicePolicy": "auto",
        "Documentation": "man:crypttab(5) man:systemd-cryptsetup-generator(8) man:systemd-cryptsetup@.service(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup attach luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3 /dev/mapper/foo-test1 -  ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup detach luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/run/systemd/generator/systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "IgnoreOnIsolate": "yes",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "shared",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "RequiredBy": "dev-mapper-luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.device cryptsetup.target",
        "Requires": "system-systemd\\x2dcryptsetup.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system-systemd\\x2dcryptsetup.slice",
        "SourcePath": "/etc/crypttab",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sun 2023-12-10 04:06:15 UTC",
        "StateChangeTimestampMonotonic": "751141413",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopUSec": "infinity",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "generated",
        "UtmpMode": "init",
        "WantedBy": "dev-mapper-foo\\x2dtest1.device",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
changed: [sut] => (item=systemd-cryptsetup@luks…2dc8ff\x2d4434\x2dae08\x2d508a2291a3f3.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "name": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service not found.\"",
        "LoadState": "not-found",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:06:40 +0000 (0:00:01.066)       0:06:30.746 ******* 
fatal: [sut]: FAILED! => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

MSG:

cannot remove existing formatting on device 'luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3' in safe mode due to encryption removal

TASK [fedora.linux_system_roles.storage : Failed message] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91
Sunday 10 December 2023  04:06:45 +0000 (0:00:04.835)       0:06:35.582 ******* 
fatal: [sut]: FAILED! => {
    "changed": false
}

MSG:

{'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "cannot remove existing formatting on device 'luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3' in safe mode due to encryption removal", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks1', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:06:45 +0000 (0:00:00.018)       0:06:35.600 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks\x2db2f3a266\x2dc8ff\x2d4434\x2dae08\x2d508a2291a3f3.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "name": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "RequiredBy": "cryptsetup.target dev-mapper-luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.device",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sun 2023-12-10 04:06:15 UTC",
        "StateChangeTimestampMonotonic": "751141413",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WantedBy": "dev-mapper-foo\\x2dtest1.device",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
changed: [sut] => (item=systemd-cryptsetup@luks…2dc8ff\x2d4434\x2dae08\x2d508a2291a3f3.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "name": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Check that we failed in the role] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:23
Sunday 10 December 2023  04:06:46 +0000 (0:00:01.052)       0:06:36.652 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the blivet output and error message are correct] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:28
Sunday 10 December 2023  04:06:46 +0000 (0:00:00.013)       0:06:36.666 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify correct exception or error message] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:39
Sunday 10 December 2023  04:06:46 +0000 (0:00:00.022)       0:06:36.689 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_failed_exception is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Stat the file] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml:11
Sunday 10 December 2023  04:06:46 +0000 (0:00:00.014)       0:06:36.703 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181190.2746773,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1702181190.2746773,
        "dev": 64769,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 131,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/x-empty",
        "mode": "0644",
        "mtime": 1702181190.2746773,
        "nlink": 1,
        "path": "/opt/test1/quux",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "2813135308",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Assert file presence] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml:16
Sunday 10 December 2023  04:06:46 +0000 (0:00:00.198)       0:06:36.901 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove the encryption layer] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:427
Sunday 10 December 2023  04:06:46 +0000 (0:00:00.017)       0:06:36.918 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:06:47 +0000 (0:00:00.033)       0:06:36.952 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:06:47 +0000 (0:00:00.017)       0:06:36.970 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:06:47 +0000 (0:00:00.023)       0:06:36.993 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:06:47 +0000 (0:00:00.030)       0:06:37.023 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:06:47 +0000 (0:00:00.015)       0:06:37.038 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:06:47 +0000 (0:00:00.015)       0:06:37.054 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:06:47 +0000 (0:00:00.013)       0:06:37.068 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:06:47 +0000 (0:00:00.013)       0:06:37.081 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:06:47 +0000 (0:00:00.083)       0:06:37.165 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:06:48 +0000 (0:00:01.235)       0:06:38.401 ******* 
ok: [sut] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "type": "lvm",
            "volumes": [
                {
                    "encryption": false,
                    "encryption_password": "yabbadabbadoo",
                    "mount_point": "/opt/test1",
                    "name": "test1",
                    "size": "4g"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:06:48 +0000 (0:00:00.016)       0:06:38.418 ******* 
ok: [sut] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:06:48 +0000 (0:00:00.014)       0:06:38.432 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "lvm2"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:06:53 +0000 (0:00:04.759)       0:06:43.192 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:06:53 +0000 (0:00:00.025)       0:06:43.217 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:06:53 +0000 (0:00:00.019)       0:06:43.237 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:06:53 +0000 (0:00:00.020)       0:06:43.258 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:06:53 +0000 (0:00:00.020)       0:06:43.278 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kpartx lvm2

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:06:54 +0000 (0:00:01.234)       0:06:44.512 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-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"
            },
            "lvm2-pvscan@8:0.service": {
                "name": "lvm2-pvscan@8:0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service": {
                "name": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service": {
                "name": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
                "source": "systemd",
                "state": "stopped",
                "status": "failed"
            },
            "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service": {
                "name": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
                "source": "systemd",
                "state": "inactive",
                "status": "generated"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:06:56 +0000 (0:00:01.831)       0:06:46.344 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": [
            "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
            "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:06:56 +0000 (0:00:00.034)       0:06:46.378 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks\x2db2f3a266\x2dc8ff\x2d4434\x2dae08\x2d508a2291a3f3.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "name": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "cryptsetup-pre.target systemd-journald.socket dev-mapper-foo\\x2dtest1.device system-systemd\\x2dcryptsetup.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "umount.target cryptsetup.target",
        "BindsTo": "dev-mapper-foo\\x2dtest1.device",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "umount.target",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Cryptography Setup for luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
        "DevicePolicy": "auto",
        "Documentation": "man:crypttab(5) man:systemd-cryptsetup-generator(8) man:systemd-cryptsetup@.service(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup attach luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3 /dev/mapper/foo-test1 -  ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup detach luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/run/systemd/generator/systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "IgnoreOnIsolate": "yes",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "shared",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "RequiredBy": "dev-mapper-luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.device cryptsetup.target",
        "Requires": "system-systemd\\x2dcryptsetup.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system-systemd\\x2dcryptsetup.slice",
        "SourcePath": "/etc/crypttab",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sun 2023-12-10 04:06:15 UTC",
        "StateChangeTimestampMonotonic": "751141413",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopUSec": "infinity",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "generated",
        "UtmpMode": "init",
        "WantedBy": "dev-mapper-foo\\x2dtest1.device",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
changed: [sut] => (item=systemd-cryptsetup@luks…2dc8ff\x2d4434\x2dae08\x2d508a2291a3f3.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "name": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service not found.\"",
        "LoadState": "not-found",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:06:57 +0000 (0:00:01.053)       0:06:47.432 ******* 
changed: [sut] => {
    "actions": [
        {
            "action": "destroy format",
            "device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/mapper/foo-test1",
            "fs_type": "luks"
        },
        {
            "action": "create format",
            "device": "/dev/mapper/foo-test1",
            "fs_type": "xfs"
        }
    ],
    "changed": true,
    "crypts": [
        {
            "backing_device": "/dev/mapper/foo-test1",
            "name": "luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
            "password": "-",
            "state": "absent"
        }
    ],
    "leaves": [
        "/dev/mapper/foo-test1",
        "/dev/sdb",
        "/dev/sdc",
        "/dev/sdd",
        "/dev/sde",
        "/dev/sdf",
        "/dev/sdg",
        "/dev/sdh",
        "/dev/sdi",
        "/dev/xvda1",
        "/dev/xvda2",
        "/dev/xvda3"
    ],
    "mounts": [
        {
            "fstype": "xfs",
            "path": "/opt/test1",
            "src": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
            "state": "absent"
        },
        {
            "dump": 0,
            "fstype": "xfs",
            "group": null,
            "mode": null,
            "opts": "defaults",
            "owner": null,
            "passno": 0,
            "path": "/opt/test1",
            "src": "/dev/mapper/foo-test1",
            "state": "mounted"
        }
    ],
    "packages": [
        "lvm2",
        "xfsprogs",
        "dosfstools"
    ],
    "pools": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/foo-test1",
                    "_kernel_device": "/dev/dm-0",
                    "_mount_id": "/dev/mapper/foo-test1",
                    "_raw_device": "/dev/mapper/foo-test1",
                    "_raw_kernel_device": "/dev/dm-0",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sda"
                    ],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": 0,
                    "encryption_luks_version": "luks1",
                    "encryption_password": "yabbadabbadoo",
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "/opt/test1",
                    "mount_user": null,
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Sunday 10 December 2023  04:07:03 +0000 (0:00:05.565)       0:06:52.997 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_udevadm_trigger | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:07:03 +0000 (0:00:00.021)       0:06:53.018 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks\x2db2f3a266\x2dc8ff\x2d4434\x2dae08\x2d508a2291a3f3.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "name": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "RequiredBy": "cryptsetup.target dev-mapper-luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.device",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sun 2023-12-10 04:06:15 UTC",
        "StateChangeTimestampMonotonic": "751141413",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WantedBy": "dev-mapper-foo\\x2dtest1.device",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
changed: [sut] => (item=systemd-cryptsetup@luks…2dc8ff\x2d4434\x2dae08\x2d508a2291a3f3.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "name": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Sunday 10 December 2023  04:07:04 +0000 (0:00:01.059)       0:06:54.078 ******* 
ok: [sut] => {
    "blivet_output": {
        "actions": [
            {
                "action": "destroy format",
                "device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/mapper/foo-test1",
                "fs_type": "luks"
            },
            {
                "action": "create format",
                "device": "/dev/mapper/foo-test1",
                "fs_type": "xfs"
            }
        ],
        "changed": true,
        "crypts": [
            {
                "backing_device": "/dev/mapper/foo-test1",
                "name": "luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                "password": "-",
                "state": "absent"
            }
        ],
        "failed": false,
        "leaves": [
            "/dev/mapper/foo-test1",
            "/dev/sdb",
            "/dev/sdc",
            "/dev/sdd",
            "/dev/sde",
            "/dev/sdf",
            "/dev/sdg",
            "/dev/sdh",
            "/dev/sdi",
            "/dev/xvda1",
            "/dev/xvda2",
            "/dev/xvda3"
        ],
        "mounts": [
            {
                "fstype": "xfs",
                "path": "/opt/test1",
                "src": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
                "state": "absent"
            },
            {
                "dump": 0,
                "fstype": "xfs",
                "group": null,
                "mode": null,
                "opts": "defaults",
                "owner": null,
                "passno": 0,
                "path": "/opt/test1",
                "src": "/dev/mapper/foo-test1",
                "state": "mounted"
            }
        ],
        "packages": [
            "lvm2",
            "xfsprogs",
            "dosfstools"
        ],
        "pools": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/foo-test1",
                        "_kernel_device": "/dev/dm-0",
                        "_mount_id": "/dev/mapper/foo-test1",
                        "_raw_device": "/dev/mapper/foo-test1",
                        "_raw_kernel_device": "/dev/dm-0",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sda"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": 0,
                        "encryption_luks_version": "luks1",
                        "encryption_password": "yabbadabbadoo",
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "/opt/test1",
                        "mount_user": null,
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:106
Sunday 10 December 2023  04:07:04 +0000 (0:00:00.019)       0:06:54.097 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/foo-test1",
                        "_kernel_device": "/dev/dm-0",
                        "_mount_id": "/dev/mapper/foo-test1",
                        "_raw_device": "/dev/mapper/foo-test1",
                        "_raw_kernel_device": "/dev/dm-0",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sda"
                        ],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": 0,
                        "encryption_luks_version": "luks1",
                        "encryption_password": "yabbadabbadoo",
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "/opt/test1",
                        "mount_user": null,
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110
Sunday 10 December 2023  04:07:04 +0000 (0:00:00.017)       0:06:54.115 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:126
Sunday 10 December 2023  04:07:04 +0000 (0:00:00.016)       0:06:54.131 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': '/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "fstype": "xfs",
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
        "state": "absent"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Sunday 10 December 2023  04:07:04 +0000 (0:00:00.220)       0:06:54.352 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:142
Sunday 10 December 2023  04:07:04 +0000 (0:00:00.506)       0:06:54.859 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/foo-test1",
        "state": "mounted"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/foo-test1"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:153
Sunday 10 December 2023  04:07:05 +0000 (0:00:00.234)       0:06:55.094 ******* 
skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None})  => {
    "ansible_loop_var": "mount_info",
    "changed": false,
    "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/foo-test1",
        "state": "mounted"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:165
Sunday 10 December 2023  04:07:05 +0000 (0:00:00.027)       0:06:55.122 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:173
Sunday 10 December 2023  04:07:05 +0000 (0:00:00.507)       0:06:55.629 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181159.8178854,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "df2a5cba9da437a8af7cf0179145a28e2c33d100",
        "ctime": 1702181158.3798952,
        "dev": 51715,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 838861069,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1702181158.3798952,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 66,
        "uid": 0,
        "version": "857615121",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:178
Sunday 10 December 2023  04:07:05 +0000 (0:00:00.203)       0:06:55.833 ******* 
changed: [sut] => (item={'backing_device': '/dev/mapper/foo-test1', 'name': 'luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3', 'password': '-', 'state': 'absent'}) => {
    "ansible_loop_var": "entry",
    "backup": "",
    "changed": true,
    "entry": {
        "backing_device": "/dev/mapper/foo-test1",
        "name": "luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
        "password": "-",
        "state": "absent"
    },
    "found": 1
}

MSG:

1 line(s) removed

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Sunday 10 December 2023  04:07:06 +0000 (0:00:00.210)       0:06:56.044 ******* 
ok: [sut]

TASK [Verify role results] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:443
Sunday 10 December 2023  04:07:06 +0000 (0:00:00.779)       0:06:56.823 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml for sut

TASK [Print out pool information] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:2
Sunday 10 December 2023  04:07:06 +0000 (0:00:00.028)       0:06:56.851 ******* 
ok: [sut] => {
    "_storage_pools_list": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/foo-test1",
                    "_kernel_device": "/dev/dm-0",
                    "_mount_id": "/dev/mapper/foo-test1",
                    "_raw_device": "/dev/mapper/foo-test1",
                    "_raw_kernel_device": "/dev/dm-0",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sda"
                    ],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": 0,
                    "encryption_luks_version": "luks1",
                    "encryption_password": "yabbadabbadoo",
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "/opt/test1",
                    "mount_user": null,
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ]
}

TASK [Print out volume information] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:7
Sunday 10 December 2023  04:07:06 +0000 (0:00:00.024)       0:06:56.876 ******* 
skipping: [sut] => {
    "false_condition": "_storage_volumes_list | length > 0"
}

TASK [Collect info about the volumes.] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:15
Sunday 10 December 2023  04:07:06 +0000 (0:00:00.020)       0:06:56.897 ******* 
ok: [sut] => {
    "changed": false,
    "info": {
        "/dev/mapper/foo-test1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/mapper/foo-test1",
            "size": "4G",
            "type": "lvm",
            "uuid": "a01057bd-329b-4b12-998f-752d9268a1e3"
        },
        "/dev/sda": {
            "fstype": "LVM2_member",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": "CyL76I-C3IY-yfIB-EBi3-VBEo-1ZEg-VbVwE9"
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdd",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sde": {
            "fstype": "",
            "label": "",
            "name": "/dev/sde",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdg": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdg",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdh": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdh",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdi": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdi",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda",
            "size": "250G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda1": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda1",
            "size": "1M",
            "type": "partition",
            "uuid": ""
        },
        "/dev/xvda2": {
            "fstype": "vfat",
            "label": "",
            "name": "/dev/xvda2",
            "size": "100M",
            "type": "partition",
            "uuid": "7B77-95E7"
        },
        "/dev/xvda3": {
            "fstype": "xfs",
            "label": "root",
            "name": "/dev/xvda3",
            "size": "249.9G",
            "type": "partition",
            "uuid": "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:20
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.196)       0:06:57.094 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003117",
    "end": "2023-12-10 04:07:07.344537",
    "rc": 0,
    "start": "2023-12-10 04:07:07.341420"
}

STDOUT:

UUID=955afcc9-fe7d-43fd-a3a5-1147b25260a6	/	xfs	defaults	0	0
UUID=7B77-95E7	/boot/efi	vfat	defaults,uid=0,gid=0,umask=077,shortname=winnt	0	2
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
/dev/mapper/foo-test1 /opt/test1 xfs defaults 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:25
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.191)       0:06:57.285 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003199",
    "end": "2023-12-10 04:07:07.537300",
    "failed_when_result": false,
    "rc": 0,
    "start": "2023-12-10 04:07:07.534101"
}

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:34
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.193)       0:06:57.479 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks1', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]})

TASK [Set _storage_pool_tests] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml:5
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.033)       0:06:57.512 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pool_tests": [
            "members",
            "volumes"
        ]
    },
    "changed": false
}

TASK [Verify pool subset] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml:18
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.012)       0:06:57.525 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml for sut => (item=members)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-volumes.yml for sut => (item=volumes)

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:2
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.024)       0:06:57.549 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_pv_count": "1",
        "_storage_test_pool_pvs_lvm": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Get the canonical device path for each member device] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:8
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.029)       0:06:57.579 ******* 
ok: [sut] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "device": "/dev/sda",
    "pv": "/dev/sda"
}

TASK [Set pvs lvm length] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:17
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.190)       0:06:57.769 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__pvs_lvm_len": "1"
    },
    "changed": false
}

TASK [Set pool pvs] ************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:22
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.022)       0:06:57.792 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_pool_pvs": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Verify PV count] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:27
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.023)       0:06:57.815 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:36
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.024)       0:06:57.839 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:41
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.016)       0:06:57.856 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:46
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.023)       0:06:57.880 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level",
    "skip_reason": "Conditional result was False"
}

TASK [Check the type of each PV] ***********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:51
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.012)       0:06:57.892 ******* 
ok: [sut] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "pv": "/dev/sda"
}

MSG:

All assertions passed

TASK [Check MD RAID] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:64
Sunday 10 December 2023  04:07:07 +0000 (0:00:00.017)       0:06:57.909 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml for sut

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:8
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.021)       0:06:57.931 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:14
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.012)       0:06:57.944 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:19
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:57.955 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:24
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:57.967 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set md chunk size regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:29
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.010)       0:06:57.977 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:37
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.012)       0:06:57.990 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:46
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.012)       0:06:58.002 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:55
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.012)       0:06:58.015 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:64
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.010)       0:06:58.026 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:74
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:58.037 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Reset variables used by tests] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:83
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:58.049 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": null,
        "storage_test_md_chunk_size_re": null,
        "storage_test_md_metadata_version_re": null,
        "storage_test_md_spare_devices_re": null
    },
    "changed": false
}

TASK [Check LVM RAID] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:67
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:58.061 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-lvmraid.yml for sut

TASK [Validate pool member LVM RAID settings] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-lvmraid.yml:2
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.024)       0:06:58.085 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks1', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:8
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.022)       0:06:58.107 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:16
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.014)       0:06:58.122 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:20
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.014)       0:06:58.136 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV stripe size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:27
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.015)       0:06:58.152 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested stripe size] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:31
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.014)       0:06:58.166 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected stripe size] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:37
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.014)       0:06:58.181 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Check stripe size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:42
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.013)       0:06:58.195 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Check Thin Pools] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:70
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.013)       0:06:58.208 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-thin.yml for sut

TASK [Validate pool member thinpool settings] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-thin.yml:2
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.094)       0:06:58.302 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks1', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about thinpool] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:8
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.022)       0:06:58.325 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_thin_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in correct thinpool (when thinp name is provided)] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:16
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:58.337 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_thin_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in thinpool (when thinp name is not provided)] ******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:22
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:58.348 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_thin_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Reset variable used by test] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:26
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.012)       0:06:58.360 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_thin_status": null
    },
    "changed": false
}

TASK [Check member encryption] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:73
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:58.372 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml for sut

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:5
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.024)       0:06:58.397 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Validate pool member LUKS settings] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:10
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.024)       0:06:58.422 ******* 
skipping: [sut] => (item=/dev/sda)  => {
    "_storage_test_pool_member_path": "/dev/sda",
    "ansible_loop_var": "_storage_test_pool_member_path",
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [Validate pool member crypttab entries] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:17
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.013)       0:06:58.436 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda)

TASK [Set variables used by tests] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:2
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.021)       0:06:58.458 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": []
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:6
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.025)       0:06:58.483 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:14
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.024)       0:06:58.507 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:23
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.020)       0:06:58.528 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:32
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.022)       0:06:58.550 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:41
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.021)       0:06:58.571 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null
    },
    "changed": false
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:24
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.013)       0:06:58.585 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_crypttab_key_file": null
    },
    "changed": false
}

TASK [Check VDO] ***************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:76
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.013)       0:06:58.598 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-vdo.yml for sut

TASK [Validate pool member VDO settings] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-vdo.yml:2
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.026)       0:06:58.625 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks1', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about VDO deduplication] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:8
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.023)       0:06:58.649 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is off] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:15
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:58.660 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is on] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:21
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:58.672 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Get information about VDO compression] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:27
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:58.683 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is off] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:34
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.012)       0:06:58.696 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is on] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:40
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:58.707 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:46
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:58.718 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_vdo_status": null
    },
    "changed": false
}

TASK [Clean up test variables] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:79
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:58.730 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__pvs_lvm_len": null,
        "_storage_test_expected_pv_count": null,
        "_storage_test_expected_pv_type": null,
        "_storage_test_pool_pvs": [],
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [Verify the volumes] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-volumes.yml:3
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:58.742 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks1', 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'})

TASK [Set storage volume test variables] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:2
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.022)       0:06:58.764 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": true,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [Run test verify for {{ storage_test_volume_subset }}] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:19
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.023)       0:06:58.787 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml for sut => (item=mount)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml for sut => (item=fstab)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml for sut => (item=fs)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml for sut => (item=device)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml for sut => (item=encryption)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml for sut => (item=md)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml for sut => (item=size)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml for sut => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:7
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.049)       0:06:58.837 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/mapper/foo-test1"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:11
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.019)       0:06:58.856 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [
            {
                "block_available": 1030454,
                "block_size": 4096,
                "block_total": 1046016,
                "block_used": 15562,
                "device": "/dev/mapper/foo-test1",
                "fstype": "xfs",
                "inode_available": 2097149,
                "inode_total": 2097152,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 4220739584,
                "size_total": 4284481536,
                "uuid": "a01057bd-329b-4b12-998f-752d9268a1e3"
            }
        ],
        "storage_test_mount_expected_match_count": "1",
        "storage_test_mount_point_matches": [
            {
                "block_available": 1030454,
                "block_size": 4096,
                "block_total": 1046016,
                "block_used": 15562,
                "device": "/dev/mapper/foo-test1",
                "fstype": "xfs",
                "inode_available": 2097149,
                "inode_total": 2097152,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 4220739584,
                "size_total": 4284481536,
                "uuid": "a01057bd-329b-4b12-998f-752d9268a1e3"
            }
        ],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Get information about the mountpoint directory] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:21
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.029)       0:06:58.886 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the current mount state by device] ********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:30
Sunday 10 December 2023  04:07:08 +0000 (0:00:00.011)       0:06:58.897 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the current mount state by mount point] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:41
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.023)       0:06:58.921 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount directory user] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:48
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.027)       0:06:58.948 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory group] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:54
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.011)       0:06:58.960 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory permissions] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:60
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.011)       0:06:58.971 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mount fs type] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:69
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.011)       0:06:58.983 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get path of test volume device] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:80
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.023)       0:06:59.006 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:86
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.010)       0:06:59.017 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:92
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.011)       0:06:59.029 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:102
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.011)       0:06:59.040 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_found_mount_stat": null,
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:2
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.011)       0:06:59.051 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "1",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "storage_test_fstab_expected_mount_point_matches": "1",
        "storage_test_fstab_id_matches": [
            "/dev/mapper/foo-test1 "
        ],
        "storage_test_fstab_mount_options_matches": [
            " /opt/test1 xfs defaults "
        ],
        "storage_test_fstab_mount_point_matches": [
            " /opt/test1 "
        ]
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:17
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.035)       0:06:59.087 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the fstab mount point] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:24
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.023)       0:06:59.110 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:33
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.022)       0:06:59.133 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_verify_mount_options | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:45
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.023)       0:06:59.156 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:3
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.012)       0:06:59.169 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify fs label] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:9
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.023)       0:06:59.192 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See whether the device node is present] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:3
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.022)       0:06:59.215 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181222.992451,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702181222.992451,
        "dev": 6,
        "device_type": 64768,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 172058,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1702181222.992451,
        "nlink": 1,
        "path": "/dev/mapper/foo-test1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:9
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.197)       0:06:59.412 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:16
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.015)       0:06:59.427 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')",
    "skip_reason": "Conditional result was False"
}

TASK [Make sure we got info about this volume] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:23
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.012)       0:06:59.440 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Process volume type (set initial value) (1/2)] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:29
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.014)       0:06:59.455 ******* 
ok: [sut] => {
    "ansible_facts": {
        "st_volume_type": "lvm"
    },
    "changed": false
}

TASK [Process volume type (get RAID value) (2/2)] ******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:33
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.013)       0:06:59.469 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"raid\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the volume's device type] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:38
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.011)       0:06:59.480 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:3
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.013)       0:06:59.494 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:10
Sunday 10 December 2023  04:07:09 +0000 (0:00:00.010)       0:06:59.504 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup

TASK [Collect LUKS info for this volume] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:16
Sunday 10 December 2023  04:07:10 +0000 (0:00:01.235)       0:07:00.740 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:22
Sunday 10 December 2023  04:07:10 +0000 (0:00:00.011)       0:07:00.752 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:29
Sunday 10 December 2023  04:07:10 +0000 (0:00:00.011)       0:07:00.763 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:40
Sunday 10 December 2023  04:07:10 +0000 (0:00:00.023)       0:07:00.787 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:46
Sunday 10 December 2023  04:07:10 +0000 (0:00:00.012)       0:07:00.800 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS version] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:51
Sunday 10 December 2023  04:07:10 +0000 (0:00:00.012)       0:07:00.812 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:63
Sunday 10 December 2023  04:07:10 +0000 (0:00:00.013)       0:07:00.825 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:75
Sunday 10 December 2023  04:07:10 +0000 (0:00:00.011)       0:07:00.836 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:87
Sunday 10 December 2023  04:07:10 +0000 (0:00:00.011)       0:07:00.848 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [],
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:93
Sunday 10 December 2023  04:07:10 +0000 (0:00:00.024)       0:07:00.872 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:100
Sunday 10 December 2023  04:07:10 +0000 (0:00:00.022)       0:07:00.895 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:108
Sunday 10 December 2023  04:07:10 +0000 (0:00:00.019)       0:07:00.914 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:116
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.023)       0:07:00.937 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:124
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.020)       0:07:00.957 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:8
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.012)       0:07:00.970 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:14
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.011)       0:07:00.981 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:19
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.010)       0:07:00.992 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:24
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.011)       0:07:01.004 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set chunk size regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:29
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.012)       0:07:01.017 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:37
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.011)       0:07:01.028 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:46
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.011)       0:07:01.040 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:54
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.011)       0:07:01.052 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:62
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.011)       0:07:01.063 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:70
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.010)       0:07:01.074 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the actual size of the volume] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:3
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.063)       0:07:01.137 ******* 
ok: [sut] => {
    "bytes": 4294967296,
    "changed": false,
    "lvm": "4g",
    "parted": "4GiB",
    "size": "4 GiB"
}

TASK [Parse the requested size of the volume] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:11
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.200)       0:07:01.338 ******* 
ok: [sut] => {
    "bytes": 4294967296,
    "changed": false,
    "lvm": "4g",
    "parted": "4GiB",
    "size": "4 GiB"
}

TASK [Establish base value for expected size] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:20
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.200)       0:07:01.538 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_expected_size": "4294967296"
    },
    "changed": false
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:28
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.024)       0:07:01.563 ******* 
ok: [sut] => {
    "storage_test_expected_size": "4294967296"
}

TASK [Get the size of parent/pool device] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:32
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.013)       0:07:01.576 ******* 
ok: [sut] => {
    "bytes": 10726680821,
    "changed": false,
    "lvm": "9g",
    "parted": "9GiB",
    "size": "9 GiB"
}

TASK [Show test pool] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:46
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.200)       0:07:01.777 ******* 
skipping: [sut] => {
    "false_condition": "'%' in storage_test_volume.size | string"
}

TASK [Show test blockinfo] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:50
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.024)       0:07:01.802 ******* 
skipping: [sut] => {
    "false_condition": "'%' in storage_test_volume.size | string"
}

TASK [Show test pool size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:54
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.021)       0:07:01.823 ******* 
skipping: [sut] => {
    "false_condition": "'%' in storage_test_volume.size | string"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:58
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.021)       0:07:01.845 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "'%' in storage_test_volume.size | string",
    "skip_reason": "Conditional result was False"
}

TASK [Default thin pool reserved space values] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:67
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.022)       0:07:01.867 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default minimal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:71
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.011)       0:07:01.879 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default maximal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:76
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.011)       0:07:01.890 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate maximum usable space in thin pool] *****************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:82
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.013)       0:07:01.904 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply upper size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:86
Sunday 10 December 2023  04:07:11 +0000 (0:00:00.011)       0:07:01.915 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply lower size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:91
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.011)       0:07:01.927 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Convert maximum usable thin pool space from int to Size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:96
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.011)       0:07:01.939 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show max thin pool size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:101
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.010)       0:07:01.950 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show volume thin pool size] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:105
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.010)       0:07:01.960 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show test volume size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:109
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.014)       0:07:01.975 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Establish base value for expected thin pool size] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:113
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.012)       0:07:01.988 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:120
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.011)       0:07:02.000 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected thin pool volume size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:127
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.010)       0:07:02.011 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected thin pool volume size based on percentage value] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:131
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.011)       0:07:02.022 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Replace expected volume size with calculated value] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:137
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.011)       0:07:02.033 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show actual size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:143
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.012)       0:07:02.046 ******* 
ok: [sut] => {
    "storage_test_actual_size": {
        "bytes": 4294967296,
        "changed": false,
        "failed": false,
        "lvm": "4g",
        "parted": "4GiB",
        "size": "4 GiB"
    }
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:147
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.013)       0:07:02.060 ******* 
ok: [sut] => {
    "storage_test_expected_size": "4294967296"
}

TASK [Assert expected size is actual size] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:151
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.013)       0:07:02.073 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:5
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.025)       0:07:02.098 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "lvs",
        "--noheadings",
        "--nameprefixes",
        "--units=b",
        "--nosuffix",
        "--unquoted",
        "-o",
        "name,attr,cache_total_blocks,chunk_size,segtype",
        "foo/test1"
    ],
    "delta": "0:00:00.027995",
    "end": "2023-12-10 04:07:12.375096",
    "rc": 0,
    "start": "2023-12-10 04:07:12.347101"
}

STDOUT:

  LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:13
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.217)       0:07:02.316 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_lv_segtype": [
            "linear"
        ]
    },
    "changed": false
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:17
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.023)       0:07:02.339 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Set LV cache size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:24
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.024)       0:07:02.364 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested cache size] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:31
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.021)       0:07:02.386 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected cache size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:37
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.020)       0:07:02.407 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:42
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.020)       0:07:02.428 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:25
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.019)       0:07:02.447 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:44
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.012)       0:07:02.459 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Clean up variable namespace] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:54
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.011)       0:07:02.471 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null
    },
    "changed": false
}

TASK [Create a file] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/create-test-file.yml:12
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.011)       0:07:02.483 ******* 
changed: [sut] => {
    "changed": true,
    "dest": "/opt/test1/quux",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "secontext": "unconfined_u:object_r:unlabeled_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Test for correct handling of safe_mode] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:449
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.198)       0:07:02.682 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml for sut

TASK [Store global variable value copy] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:4
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.025)       0:07:02.707 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_pools_global": [],
        "storage_safe_mode_global": true,
        "storage_volumes_global": []
    },
    "changed": false
}

TASK [Verify role raises correct error] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:10
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.024)       0:07:02.731 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.019)       0:07:02.751 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.017)       0:07:02.768 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.022)       0:07:02.791 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.032)       0:07:02.823 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.015)       0:07:02.839 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.015)       0:07:02.854 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.013)       0:07:02.868 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.013)       0:07:02.881 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:07:12 +0000 (0:00:00.030)       0:07:02.911 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:07:14 +0000 (0:00:01.233)       0:07:04.144 ******* 
ok: [sut] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "type": "lvm",
            "volumes": [
                {
                    "encryption": true,
                    "encryption_password": "yabbadabbadoo",
                    "mount_point": "/opt/test1",
                    "name": "test1",
                    "size": "4g"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:07:14 +0000 (0:00:00.016)       0:07:04.161 ******* 
ok: [sut] => {
    "storage_volumes": []
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:07:14 +0000 (0:00:00.015)       0:07:04.177 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "cryptsetup",
        "lvm2"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:07:18 +0000 (0:00:04.741)       0:07:08.918 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:07:19 +0000 (0:00:00.024)       0:07:08.942 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:07:19 +0000 (0:00:00.019)       0:07:08.962 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:07:19 +0000 (0:00:00.020)       0:07:08.982 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:07:19 +0000 (0:00:00.018)       0:07:09.000 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup kpartx lvm2

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:07:20 +0000 (0:00:01.246)       0:07:10.246 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-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"
            },
            "lvm2-pvscan@8:0.service": {
                "name": "lvm2-pvscan@8:0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service": {
                "name": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service": {
                "name": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service": {
                "name": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
                "source": "systemd",
                "state": "inactive",
                "status": "generated"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:07:22 +0000 (0:00:01.831)       0:07:12.077 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": [
            "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
            "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:07:22 +0000 (0:00:00.032)       0:07:12.110 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks\x2db2f3a266\x2dc8ff\x2d4434\x2dae08\x2d508a2291a3f3.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "name": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "system-systemd\\x2dcryptsetup.slice dev-mapper-foo\\x2dtest1.device cryptsetup-pre.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "umount.target cryptsetup.target",
        "BindsTo": "dev-mapper-foo\\x2dtest1.device",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "umount.target",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Cryptography Setup for luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3",
        "DevicePolicy": "auto",
        "Documentation": "man:crypttab(5) man:systemd-cryptsetup-generator(8) man:systemd-cryptsetup@.service(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup attach luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3 /dev/mapper/foo-test1 -  ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/lib/systemd/systemd-cryptsetup ; argv[]=/usr/lib/systemd/systemd-cryptsetup detach luks-b2f3a266-c8ff-4434-ae08-508a2291a3f3 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/run/systemd/generator/systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "IgnoreOnIsolate": "yes",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "shared",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "NeedDaemonReload": "yes",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "RequiredBy": "cryptsetup.target",
        "Requires": "system-systemd\\x2dcryptsetup.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system-systemd\\x2dcryptsetup.slice",
        "SourcePath": "/etc/crypttab",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sun 2023-12-10 04:06:15 UTC",
        "StateChangeTimestampMonotonic": "751141413",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopUSec": "infinity",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "generated",
        "UtmpMode": "init",
        "WantedBy": "dev-mapper-foo\\x2dtest1.device",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
changed: [sut] => (item=systemd-cryptsetup@luks…2dc8ff\x2d4434\x2dae08\x2d508a2291a3f3.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "name": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service not found.\"",
        "LoadState": "not-found",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:07:23 +0000 (0:00:01.052)       0:07:13.163 ******* 
fatal: [sut]: FAILED! => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

MSG:

cannot remove existing formatting on device 'test1' in safe mode due to adding encryption

TASK [fedora.linux_system_roles.storage : Failed message] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:91
Sunday 10 December 2023  04:07:27 +0000 (0:00:04.713)       0:07:17.877 ******* 
fatal: [sut]: FAILED! => {
    "changed": false
}

MSG:

{'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'msg': "cannot remove existing formatting on device 'test1' in safe mode due to adding encryption", 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, 'packages_only': False, 'diskvolume_mkfs_option_map': {}}}, '_ansible_no_log': None}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:07:27 +0000 (0:00:00.018)       0:07:17.895 ******* 
changed: [sut] => (item=systemd-cryptsetup@luks\x2db2f3a266\x2dc8ff\x2d4434\x2dae08\x2d508a2291a3f3.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "name": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\x2db2f3a266\\x2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
changed: [sut] => (item=systemd-cryptsetup@luks…2dc8ff\x2d4434\x2dae08\x2d508a2291a3f3.service) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "name": "systemd-cryptsetup@luks…2dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/dev/null",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "67108864",
        "LimitMEMLOCKSoft": "67108864",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1048576",
        "LimitNOFILESoft": "1048576",
        "LimitNPROC": "13957",
        "LimitNPROCSoft": "13957",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13957",
        "LimitSIGPENDINGSoft": "13957",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "systemd-cryptsetup@luks\\xe2\\x80\\xa62dc8ff\\x2d4434\\x2dae08\\x2d508a2291a3f3.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22331",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Check that we failed in the role] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:23
Sunday 10 December 2023  04:07:29 +0000 (0:00:01.058)       0:07:18.954 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the blivet output and error message are correct] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:28
Sunday 10 December 2023  04:07:29 +0000 (0:00:00.013)       0:07:18.967 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify correct exception or error message] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-failed.yml:39
Sunday 10 December 2023  04:07:29 +0000 (0:00:00.022)       0:07:18.990 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_failed_exception is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Stat the file] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml:11
Sunday 10 December 2023  04:07:29 +0000 (0:00:00.014)       0:07:19.004 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181232.7403767,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1702181232.7403767,
        "dev": 64768,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 131,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/x-empty",
        "mode": "0644",
        "mtime": 1702181232.7403767,
        "nlink": 1,
        "path": "/opt/test1/quux",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "1686384657",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Assert file presence] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-data-preservation.yml:16
Sunday 10 December 2023  04:07:29 +0000 (0:00:00.199)       0:07:19.203 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Add encryption to the volume] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:472
Sunday 10 December 2023  04:07:29 +0000 (0:00:00.018)       0:07:19.222 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:07:29 +0000 (0:00:00.107)       0:07:19.330 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:07:29 +0000 (0:00:00.018)       0:07:19.349 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:07:29 +0000 (0:00:00.022)       0:07:19.372 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:07:29 +0000 (0:00:00.030)       0:07:19.402 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:07:29 +0000 (0:00:00.014)       0:07:19.417 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:07:29 +0000 (0:00:00.014)       0:07:19.432 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:07:29 +0000 (0:00:00.012)       0:07:19.445 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:07:29 +0000 (0:00:00.013)       0:07:19.458 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:07:29 +0000 (0:00:00.029)       0:07:19.487 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:07:30 +0000 (0:00:01.233)       0:07:20.720 ******* 
ok: [sut] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "type": "lvm",
            "volumes": [
                {
                    "encryption": true,
                    "encryption_password": "yabbadabbadoo",
                    "mount_point": "/opt/test1",
                    "name": "test1",
                    "size": "4g"
                }
            ]
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:07:30 +0000 (0:00:00.016)       0:07:20.737 ******* 
ok: [sut] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:07:30 +0000 (0:00:00.014)       0:07:20.752 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [
        "cryptsetup",
        "lvm2"
    ],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:07:35 +0000 (0:00:04.312)       0:07:25.064 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:07:35 +0000 (0:00:00.026)       0:07:25.091 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:07:35 +0000 (0:00:00.021)       0:07:25.112 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:07:35 +0000 (0:00:00.022)       0:07:25.134 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:07:35 +0000 (0:00:00.020)       0:07:25.155 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup kpartx lvm2

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:07:36 +0000 (0:00:01.261)       0:07:26.416 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-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"
            },
            "lvm2-pvscan@8:0.service": {
                "name": "lvm2-pvscan@8:0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service": {
                "name": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:07:38 +0000 (0:00:01.778)       0:07:28.195 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:07:38 +0000 (0:00:00.033)       0:07:28.228 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:07:38 +0000 (0:00:00.011)       0:07:28.239 ******* 
changed: [sut] => {
    "actions": [
        {
            "action": "destroy format",
            "device": "/dev/mapper/foo-test1",
            "fs_type": "xfs"
        },
        {
            "action": "create format",
            "device": "/dev/mapper/foo-test1",
            "fs_type": "luks"
        },
        {
            "action": "create device",
            "device": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
            "fs_type": "xfs"
        }
    ],
    "changed": true,
    "crypts": [
        {
            "backing_device": "/dev/mapper/foo-test1",
            "name": "luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
            "password": "-",
            "state": "present"
        }
    ],
    "leaves": [
        "/dev/sdb",
        "/dev/sdc",
        "/dev/sdd",
        "/dev/sde",
        "/dev/sdf",
        "/dev/sdg",
        "/dev/sdh",
        "/dev/sdi",
        "/dev/xvda1",
        "/dev/xvda2",
        "/dev/xvda3",
        "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7"
    ],
    "mounts": [
        {
            "fstype": "xfs",
            "path": "/opt/test1",
            "src": "/dev/mapper/foo-test1",
            "state": "absent"
        },
        {
            "dump": 0,
            "fstype": "xfs",
            "group": null,
            "mode": null,
            "opts": "defaults",
            "owner": null,
            "passno": 0,
            "path": "/opt/test1",
            "src": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
            "state": "mounted"
        }
    ],
    "packages": [
        "lvm2",
        "cryptsetup",
        "dosfstools",
        "xfsprogs"
    ],
    "pools": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                    "_kernel_device": "/dev/dm-1",
                    "_mount_id": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                    "_raw_device": "/dev/mapper/foo-test1",
                    "_raw_kernel_device": "/dev/dm-0",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sda"
                    ],
                    "encryption": true,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": "yabbadabbadoo",
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "/opt/test1",
                    "mount_user": null,
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Sunday 10 December 2023  04:07:52 +0000 (0:00:13.827)       0:07:42.067 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_udevadm_trigger | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:07:52 +0000 (0:00:00.021)       0:07:42.088 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Sunday 10 December 2023  04:07:52 +0000 (0:00:00.011)       0:07:42.099 ******* 
ok: [sut] => {
    "blivet_output": {
        "actions": [
            {
                "action": "destroy format",
                "device": "/dev/mapper/foo-test1",
                "fs_type": "xfs"
            },
            {
                "action": "create format",
                "device": "/dev/mapper/foo-test1",
                "fs_type": "luks"
            },
            {
                "action": "create device",
                "device": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                "fs_type": "xfs"
            }
        ],
        "changed": true,
        "crypts": [
            {
                "backing_device": "/dev/mapper/foo-test1",
                "name": "luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                "password": "-",
                "state": "present"
            }
        ],
        "failed": false,
        "leaves": [
            "/dev/sdb",
            "/dev/sdc",
            "/dev/sdd",
            "/dev/sde",
            "/dev/sdf",
            "/dev/sdg",
            "/dev/sdh",
            "/dev/sdi",
            "/dev/xvda1",
            "/dev/xvda2",
            "/dev/xvda3",
            "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7"
        ],
        "mounts": [
            {
                "fstype": "xfs",
                "path": "/opt/test1",
                "src": "/dev/mapper/foo-test1",
                "state": "absent"
            },
            {
                "dump": 0,
                "fstype": "xfs",
                "group": null,
                "mode": null,
                "opts": "defaults",
                "owner": null,
                "passno": 0,
                "path": "/opt/test1",
                "src": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                "state": "mounted"
            }
        ],
        "packages": [
            "lvm2",
            "cryptsetup",
            "dosfstools",
            "xfsprogs"
        ],
        "pools": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                        "_kernel_device": "/dev/dm-1",
                        "_mount_id": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                        "_raw_device": "/dev/mapper/foo-test1",
                        "_raw_kernel_device": "/dev/dm-0",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sda"
                        ],
                        "encryption": true,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": "yabbadabbadoo",
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "/opt/test1",
                        "mount_user": null,
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:106
Sunday 10 December 2023  04:07:52 +0000 (0:00:00.017)       0:07:42.116 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                        "_kernel_device": "/dev/dm-1",
                        "_mount_id": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                        "_raw_device": "/dev/mapper/foo-test1",
                        "_raw_kernel_device": "/dev/dm-0",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [
                            "sda"
                        ],
                        "encryption": true,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": "yabbadabbadoo",
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_group": null,
                        "mount_mode": null,
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "/opt/test1",
                        "mount_user": null,
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "raid_stripe_size": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110
Sunday 10 December 2023  04:07:52 +0000 (0:00:00.015)       0:07:42.132 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:126
Sunday 10 December 2023  04:07:52 +0000 (0:00:00.015)       0:07:42.148 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "fstype": "xfs",
        "path": "/opt/test1",
        "src": "/dev/mapper/foo-test1",
        "state": "absent"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/foo-test1"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Sunday 10 December 2023  04:07:52 +0000 (0:00:00.217)       0:07:42.366 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:142
Sunday 10 December 2023  04:07:52 +0000 (0:00:00.514)       0:07:42.880 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': '/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
        "state": "mounted"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:153
Sunday 10 December 2023  04:07:53 +0000 (0:00:00.241)       0:07:43.122 ******* 
skipping: [sut] => (item={'src': '/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None})  => {
    "ansible_loop_var": "mount_info",
    "changed": false,
    "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "group": null,
        "mode": null,
        "opts": "defaults",
        "owner": null,
        "passno": 0,
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
        "state": "mounted"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:165
Sunday 10 December 2023  04:07:53 +0000 (0:00:00.028)       0:07:43.151 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:173
Sunday 10 December 2023  04:07:53 +0000 (0:00:00.515)       0:07:43.666 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181227.5364165,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1702181226.0974274,
        "dev": 51715,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 553651649,
        "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": 1702181226.0964274,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "3983250675",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:178
Sunday 10 December 2023  04:07:53 +0000 (0:00:00.202)       0:07:43.869 ******* 
changed: [sut] => (item={'backing_device': '/dev/mapper/foo-test1', 'name': 'luks-1744f487-e3cd-431b-b237-14a324a5fcc7', 'password': '-', 'state': 'present'}) => {
    "ansible_loop_var": "entry",
    "backup": "",
    "changed": true,
    "entry": {
        "backing_device": "/dev/mapper/foo-test1",
        "name": "luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
        "password": "-",
        "state": "present"
    }
}

MSG:

line added

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Sunday 10 December 2023  04:07:54 +0000 (0:00:00.212)       0:07:44.081 ******* 
ok: [sut]

TASK [Verify role results] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:488
Sunday 10 December 2023  04:07:54 +0000 (0:00:00.769)       0:07:44.850 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml for sut

TASK [Print out pool information] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:2
Sunday 10 December 2023  04:07:54 +0000 (0:00:00.029)       0:07:44.880 ******* 
ok: [sut] => {
    "_storage_pools_list": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                    "_kernel_device": "/dev/dm-1",
                    "_mount_id": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                    "_raw_device": "/dev/mapper/foo-test1",
                    "_raw_kernel_device": "/dev/dm-0",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [
                        "sda"
                    ],
                    "encryption": true,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": "yabbadabbadoo",
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_group": null,
                    "mount_mode": null,
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "/opt/test1",
                    "mount_user": null,
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "raid_stripe_size": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ]
}

TASK [Print out volume information] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:7
Sunday 10 December 2023  04:07:54 +0000 (0:00:00.025)       0:07:44.905 ******* 
skipping: [sut] => {
    "false_condition": "_storage_volumes_list | length > 0"
}

TASK [Collect info about the volumes.] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:15
Sunday 10 December 2023  04:07:55 +0000 (0:00:00.020)       0:07:44.925 ******* 
ok: [sut] => {
    "changed": false,
    "info": {
        "/dev/mapper/foo-test1": {
            "fstype": "crypto_LUKS",
            "label": "",
            "name": "/dev/mapper/foo-test1",
            "size": "4G",
            "type": "lvm",
            "uuid": "1744f487-e3cd-431b-b237-14a324a5fcc7"
        },
        "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
            "size": "4G",
            "type": "crypt",
            "uuid": "db8dfcb8-e1dc-410a-9121-dc43963c3821"
        },
        "/dev/sda": {
            "fstype": "LVM2_member",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": "CyL76I-C3IY-yfIB-EBi3-VBEo-1ZEg-VbVwE9"
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdd",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sde": {
            "fstype": "",
            "label": "",
            "name": "/dev/sde",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdg": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdg",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdh": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdh",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdi": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdi",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda",
            "size": "250G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda1": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda1",
            "size": "1M",
            "type": "partition",
            "uuid": ""
        },
        "/dev/xvda2": {
            "fstype": "vfat",
            "label": "",
            "name": "/dev/xvda2",
            "size": "100M",
            "type": "partition",
            "uuid": "7B77-95E7"
        },
        "/dev/xvda3": {
            "fstype": "xfs",
            "label": "root",
            "name": "/dev/xvda3",
            "size": "249.9G",
            "type": "partition",
            "uuid": "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:20
Sunday 10 December 2023  04:07:55 +0000 (0:00:00.197)       0:07:45.123 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003071",
    "end": "2023-12-10 04:07:55.373565",
    "rc": 0,
    "start": "2023-12-10 04:07:55.370494"
}

STDOUT:

UUID=955afcc9-fe7d-43fd-a3a5-1147b25260a6	/	xfs	defaults	0	0
UUID=7B77-95E7	/boot/efi	vfat	defaults,uid=0,gid=0,umask=077,shortname=winnt	0	2
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7 /opt/test1 xfs defaults 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:25
Sunday 10 December 2023  04:07:55 +0000 (0:00:00.190)       0:07:45.314 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003085",
    "end": "2023-12-10 04:07:55.565690",
    "failed_when_result": false,
    "rc": 0,
    "start": "2023-12-10 04:07:55.562605"
}

STDOUT:

luks-1744f487-e3cd-431b-b237-14a324a5fcc7 /dev/mapper/foo-test1 -

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:34
Sunday 10 December 2023  04:07:55 +0000 (0:00:00.193)       0:07:45.508 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'}]})

TASK [Set _storage_pool_tests] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml:5
Sunday 10 December 2023  04:07:55 +0000 (0:00:00.032)       0:07:45.541 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pool_tests": [
            "members",
            "volumes"
        ]
    },
    "changed": false
}

TASK [Verify pool subset] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool.yml:18
Sunday 10 December 2023  04:07:55 +0000 (0:00:00.012)       0:07:45.553 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml for sut => (item=members)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-volumes.yml for sut => (item=volumes)

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:2
Sunday 10 December 2023  04:07:55 +0000 (0:00:00.023)       0:07:45.577 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_pv_count": "1",
        "_storage_test_pool_pvs_lvm": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Get the canonical device path for each member device] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:8
Sunday 10 December 2023  04:07:55 +0000 (0:00:00.030)       0:07:45.607 ******* 
ok: [sut] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "device": "/dev/sda",
    "pv": "/dev/sda"
}

TASK [Set pvs lvm length] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:17
Sunday 10 December 2023  04:07:55 +0000 (0:00:00.191)       0:07:45.798 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__pvs_lvm_len": "1"
    },
    "changed": false
}

TASK [Set pool pvs] ************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:22
Sunday 10 December 2023  04:07:55 +0000 (0:00:00.022)       0:07:45.821 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_pool_pvs": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Verify PV count] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:27
Sunday 10 December 2023  04:07:55 +0000 (0:00:00.024)       0:07:45.845 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:36
Sunday 10 December 2023  04:07:55 +0000 (0:00:00.023)       0:07:45.868 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:41
Sunday 10 December 2023  04:07:55 +0000 (0:00:00.015)       0:07:45.884 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [Set expected pv type] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:46
Sunday 10 December 2023  04:07:55 +0000 (0:00:00.024)       0:07:45.908 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level",
    "skip_reason": "Conditional result was False"
}

TASK [Check the type of each PV] ***********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:51
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.012)       0:07:45.920 ******* 
ok: [sut] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "pv": "/dev/sda"
}

MSG:

All assertions passed

TASK [Check MD RAID] ***********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:64
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.017)       0:07:45.937 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml for sut

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:8
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.021)       0:07:45.959 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:14
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.013)       0:07:45.973 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:19
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.012)       0:07:45.986 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:24
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.012)       0:07:45.998 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Set md chunk size regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:29
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.011)       0:07:46.010 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:37
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.011)       0:07:46.021 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:46
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.010)       0:07:46.032 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:55
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.012)       0:07:46.045 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:64
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.011)       0:07:46.056 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:74
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.010)       0:07:46.067 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_pool.raid_level != none",
    "skip_reason": "Conditional result was False"
}

TASK [Reset variables used by tests] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-md.yml:83
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.010)       0:07:46.078 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": null,
        "storage_test_md_chunk_size_re": null,
        "storage_test_md_metadata_version_re": null,
        "storage_test_md_spare_devices_re": null
    },
    "changed": false
}

TASK [Check LVM RAID] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:67
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.012)       0:07:46.090 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-lvmraid.yml for sut

TASK [Validate pool member LVM RAID settings] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-lvmraid.yml:2
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.030)       0:07:46.121 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:8
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.023)       0:07:46.144 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:16
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.014)       0:07:46.159 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:20
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.014)       0:07:46.173 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV stripe size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:27
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.072)       0:07:46.245 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested stripe size] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:31
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.016)       0:07:46.262 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected stripe size] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:37
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.015)       0:07:46.277 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Check stripe size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-lvmraid.yml:42
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.014)       0:07:46.292 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_lvmraid_volume.raid_level is not none",
    "skip_reason": "Conditional result was False"
}

TASK [Check Thin Pools] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:70
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.014)       0:07:46.306 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-thin.yml for sut

TASK [Validate pool member thinpool settings] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-thin.yml:2
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.025)       0:07:46.332 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml for sut => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about thinpool] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:8
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.021)       0:07:46.354 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_thin_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in correct thinpool (when thinp name is provided)] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:16
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.011)       0:07:46.365 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_thin_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in thinpool (when thinp name is not provided)] ******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:22
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.010)       0:07:46.376 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_thin_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Reset variable used by test] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-thin.yml:26
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.012)       0:07:46.388 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_thin_status": null
    },
    "changed": false
}

TASK [Check member encryption] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:73
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.011)       0:07:46.400 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml for sut

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:5
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.024)       0:07:46.424 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Validate pool member LUKS settings] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:10
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.022)       0:07:46.447 ******* 
skipping: [sut] => (item=/dev/sda)  => {
    "_storage_test_pool_member_path": "/dev/sda",
    "ansible_loop_var": "_storage_test_pool_member_path",
    "changed": false,
    "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [Validate pool member crypttab entries] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:17
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.014)       0:07:46.462 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda)

TASK [Set variables used by tests] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:2
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.024)       0:07:46.486 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": []
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:6
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.026)       0:07:46.513 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:14
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.024)       0:07:46.537 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:23
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.022)       0:07:46.560 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:32
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.024)       0:07:46.584 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-crypttab.yml:41
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.022)       0:07:46.607 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null
    },
    "changed": false
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-encryption.yml:24
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.013)       0:07:46.620 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_crypttab_key_file": null
    },
    "changed": false
}

TASK [Check VDO] ***************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:76
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.018)       0:07:46.638 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-vdo.yml for sut

TASK [Validate pool member VDO settings] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-members-vdo.yml:2
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.028)       0:07:46.667 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about VDO deduplication] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:8
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.023)       0:07:46.691 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is off] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:15
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.012)       0:07:46.704 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is on] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:21
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.012)       0:07:46.716 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Get information about VDO compression] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:27
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.011)       0:07:46.728 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is off] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:34
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.014)       0:07:46.743 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Check if VDO deduplication is on] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:40
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.012)       0:07:46.755 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none",
    "skip_reason": "Conditional result was False"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-pool-member-vdo.yml:46
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.012)       0:07:46.767 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_vdo_status": null
    },
    "changed": false
}

TASK [Clean up test variables] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-members.yml:79
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.012)       0:07:46.779 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__pvs_lvm_len": null,
        "_storage_test_expected_pv_count": null,
        "_storage_test_expected_pv_type": null,
        "_storage_test_pool_pvs": [],
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [Verify the volumes] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-pool-volumes.yml:3
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.013)       0:07:46.792 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml for sut => (item={'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': 'yabbadabbadoo', 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-0'})

TASK [Set storage volume test variables] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:2
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.021)       0:07:46.814 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": true,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [Run test verify for {{ storage_test_volume_subset }}] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:19
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.023)       0:07:46.838 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml for sut => (item=mount)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml for sut => (item=fstab)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml for sut => (item=fs)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml for sut => (item=device)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml for sut => (item=encryption)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml for sut => (item=md)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml for sut => (item=size)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml for sut => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:7
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.049)       0:07:46.888 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:11
Sunday 10 December 2023  04:07:56 +0000 (0:00:00.018)       0:07:46.906 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [
            {
                "block_available": 1026386,
                "block_size": 4096,
                "block_total": 1041920,
                "block_used": 15534,
                "device": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                "fstype": "xfs",
                "inode_available": 2088957,
                "inode_total": 2088960,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 4204077056,
                "size_total": 4267704320,
                "uuid": "db8dfcb8-e1dc-410a-9121-dc43963c3821"
            }
        ],
        "storage_test_mount_expected_match_count": "1",
        "storage_test_mount_point_matches": [
            {
                "block_available": 1026386,
                "block_size": 4096,
                "block_total": 1041920,
                "block_used": 15534,
                "device": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                "fstype": "xfs",
                "inode_available": 2088957,
                "inode_total": 2088960,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 4204077056,
                "size_total": 4267704320,
                "uuid": "db8dfcb8-e1dc-410a-9121-dc43963c3821"
            }
        ],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Get information about the mountpoint directory] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:21
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.029)       0:07:46.936 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the current mount state by device] ********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:30
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.011)       0:07:46.948 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the current mount state by mount point] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:41
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.023)       0:07:46.971 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount directory user] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:48
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.027)       0:07:46.998 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory group] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:54
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.011)       0:07:47.010 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory permissions] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:60
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.011)       0:07:47.021 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mount fs type] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:69
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.011)       0:07:47.033 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get path of test volume device] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:80
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.023)       0:07:47.056 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:86
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.011)       0:07:47.068 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:92
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.012)       0:07:47.080 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:102
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.011)       0:07:47.092 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_found_mount_stat": null,
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:2
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.011)       0:07:47.104 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "1",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "storage_test_fstab_expected_mount_point_matches": "1",
        "storage_test_fstab_id_matches": [
            "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7 "
        ],
        "storage_test_fstab_mount_options_matches": [
            " /opt/test1 xfs defaults "
        ],
        "storage_test_fstab_mount_point_matches": [
            " /opt/test1 "
        ]
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:17
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.034)       0:07:47.138 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the fstab mount point] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:24
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.022)       0:07:47.161 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:33
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.023)       0:07:47.184 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_verify_mount_options | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:45
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.023)       0:07:47.208 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:3
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.012)       0:07:47.221 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify fs label] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:9
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.023)       0:07:47.244 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See whether the device node is present] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:3
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.022)       0:07:47.267 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181271.8250794,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702181271.8250794,
        "dev": 6,
        "device_type": 64768,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 172058,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1702181271.8250794,
        "nlink": 1,
        "path": "/dev/mapper/foo-test1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:9
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.198)       0:07:47.465 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:16
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.015)       0:07:47.480 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')",
    "skip_reason": "Conditional result was False"
}

TASK [Make sure we got info about this volume] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:23
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.013)       0:07:47.493 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Process volume type (set initial value) (1/2)] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:29
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.015)       0:07:47.509 ******* 
ok: [sut] => {
    "ansible_facts": {
        "st_volume_type": "lvm"
    },
    "changed": false
}

TASK [Process volume type (get RAID value) (2/2)] ******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:33
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.013)       0:07:47.522 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"raid\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the volume's device type] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:38
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.011)       0:07:47.534 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:3
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.020)       0:07:47.554 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181272.0420778,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702181272.0420778,
        "dev": 6,
        "device_type": 64769,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 183552,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1702181272.0420778,
        "nlink": 1,
        "path": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:10
Sunday 10 December 2023  04:07:57 +0000 (0:00:00.198)       0:07:47.753 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup

TASK [Collect LUKS info for this volume] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:16
Sunday 10 December 2023  04:07:59 +0000 (0:00:01.230)       0:07:48.984 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cryptsetup",
        "luksDump",
        "/dev/mapper/foo-test1"
    ],
    "delta": "0:00:00.011215",
    "end": "2023-12-10 04:07:59.245418",
    "rc": 0,
    "start": "2023-12-10 04:07:59.234203"
}

STDOUT:

LUKS header information
Version:       	2
Epoch:         	3
Metadata area: 	16384 [bytes]
Keyslots area: 	16744448 [bytes]
UUID:          	1744f487-e3cd-431b-b237-14a324a5fcc7
Label:         	(no label)
Subsystem:     	(no subsystem)
Flags:       	(no flags)

Data segments:
  0: crypt
	offset: 16777216 [bytes]
	length: (whole device)
	cipher: aes-xts-plain64
	sector: 512 [bytes]

Keyslots:
  0: luks2
	Key:        512 bits
	Priority:   normal
	Cipher:     aes-xts-plain64
	Cipher key: 512 bits
	PBKDF:      argon2i
	Time cost:  4
	Memory:     813039
	Threads:    2
	Salt:       a6 87 2a e4 b6 a2 01 1b 89 30 5a 27 82 04 b6 98 
	            bc cd de 5b d5 16 df af be c4 5c b2 63 c2 18 2d 
	AF stripes: 4000
	AF hash:    sha256
	Area offset:32768 [bytes]
	Area length:258048 [bytes]
	Digest ID:  0
Tokens:
Digests:
  0: pbkdf2
	Hash:       sha256
	Iterations: 106562
	Salt:       22 45 bb bd 32 96 a1 df be 87 6b a9 57 22 1c 91 
	            6b 98 30 b2 70 62 12 9f 8c f7 e3 03 73 55 81 12 
	Digest:     52 5e 59 49 f6 02 8c fa 83 6b 52 86 ac 93 9c 67 
	            0b 6c b1 97 ae 4b 82 60 53 be 47 39 7d 9a 40 67 

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:22
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.203)       0:07:49.187 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:29
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.023)       0:07:49.211 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:40
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.023)       0:07:49.235 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:46
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.014)       0:07:49.249 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check LUKS version] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:51
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.013)       0:07:49.263 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_luks_version",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:63
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.013)       0:07:49.276 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_key_size",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:75
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.011)       0:07:49.288 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption_cipher",
    "skip_reason": "Conditional result was False"
}

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:87
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.012)       0:07:49.301 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [
            "luks-1744f487-e3cd-431b-b237-14a324a5fcc7 /dev/mapper/foo-test1 -"
        ],
        "_storage_test_expected_crypttab_entries": "1",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:93
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.028)       0:07:49.330 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:100
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.025)       0:07:49.356 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:108
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.026)       0:07:49.383 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:116
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.029)       0:07:49.412 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:124
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.025)       0:07:49.438 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:8
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.019)       0:07:49.458 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:14
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.012)       0:07:49.470 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:19
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.012)       0:07:49.483 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:24
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.012)       0:07:49.496 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set chunk size regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:29
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.014)       0:07:49.511 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:37
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.014)       0:07:49.525 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:46
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.013)       0:07:49.538 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:54
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.012)       0:07:49.551 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:62
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.012)       0:07:49.563 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:70
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.011)       0:07:49.574 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the actual size of the volume] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:3
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.075)       0:07:49.650 ******* 
ok: [sut] => {
    "bytes": 4294967296,
    "changed": false,
    "lvm": "4g",
    "parted": "4GiB",
    "size": "4 GiB"
}

TASK [Parse the requested size of the volume] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:11
Sunday 10 December 2023  04:07:59 +0000 (0:00:00.200)       0:07:49.850 ******* 
ok: [sut] => {
    "bytes": 4294967296,
    "changed": false,
    "lvm": "4g",
    "parted": "4GiB",
    "size": "4 GiB"
}

TASK [Establish base value for expected size] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:20
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.203)       0:07:50.053 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_expected_size": "4294967296"
    },
    "changed": false
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:28
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.027)       0:07:50.081 ******* 
ok: [sut] => {
    "storage_test_expected_size": "4294967296"
}

TASK [Get the size of parent/pool device] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:32
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.016)       0:07:50.098 ******* 
ok: [sut] => {
    "bytes": 10726680821,
    "changed": false,
    "lvm": "9g",
    "parted": "9GiB",
    "size": "9 GiB"
}

TASK [Show test pool] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:46
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.200)       0:07:50.298 ******* 
skipping: [sut] => {
    "false_condition": "'%' in storage_test_volume.size | string"
}

TASK [Show test blockinfo] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:50
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.024)       0:07:50.322 ******* 
skipping: [sut] => {
    "false_condition": "'%' in storage_test_volume.size | string"
}

TASK [Show test pool size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:54
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.023)       0:07:50.346 ******* 
skipping: [sut] => {
    "false_condition": "'%' in storage_test_volume.size | string"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:58
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.023)       0:07:50.369 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "'%' in storage_test_volume.size | string",
    "skip_reason": "Conditional result was False"
}

TASK [Default thin pool reserved space values] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:67
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.021)       0:07:50.391 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default minimal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:71
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.012)       0:07:50.403 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default maximal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:76
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.011)       0:07:50.414 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate maximum usable space in thin pool] *****************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:82
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.013)       0:07:50.428 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply upper size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:86
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.011)       0:07:50.439 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply lower size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:91
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.011)       0:07:50.451 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Convert maximum usable thin pool space from int to Size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:96
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.011)       0:07:50.463 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show max thin pool size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:101
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.010)       0:07:50.473 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show volume thin pool size] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:105
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.010)       0:07:50.484 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show test volume size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:109
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.012)       0:07:50.497 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Establish base value for expected thin pool size] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:113
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.011)       0:07:50.508 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:120
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.010)       0:07:50.519 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected thin pool volume size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:127
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.010)       0:07:50.530 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected thin pool volume size based on percentage value] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:131
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.011)       0:07:50.542 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Replace expected volume size with calculated value] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:137
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.010)       0:07:50.553 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show actual size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:143
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.013)       0:07:50.566 ******* 
ok: [sut] => {
    "storage_test_actual_size": {
        "bytes": 4294967296,
        "changed": false,
        "failed": false,
        "lvm": "4g",
        "parted": "4GiB",
        "size": "4 GiB"
    }
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:147
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.014)       0:07:50.580 ******* 
ok: [sut] => {
    "storage_test_expected_size": "4294967296"
}

TASK [Assert expected size is actual size] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:151
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.013)       0:07:50.594 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:5
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.027)       0:07:50.622 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "lvs",
        "--noheadings",
        "--nameprefixes",
        "--units=b",
        "--nosuffix",
        "--unquoted",
        "-o",
        "name,attr,cache_total_blocks,chunk_size,segtype",
        "foo/test1"
    ],
    "delta": "0:00:00.025468",
    "end": "2023-12-10 04:08:00.899368",
    "rc": 0,
    "start": "2023-12-10 04:08:00.873900"
}

STDOUT:

  LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:13
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.219)       0:07:50.841 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_lv_segtype": [
            "linear"
        ]
    },
    "changed": false
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:17
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.023)       0:07:50.864 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Set LV cache size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:24
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.025)       0:07:50.890 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested cache size] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:31
Sunday 10 December 2023  04:08:00 +0000 (0:00:00.020)       0:07:50.911 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected cache size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:37
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.020)       0:07:50.931 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:42
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.021)       0:07:50.952 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.cached | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:25
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.022)       0:07:50.974 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:44
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.013)       0:07:50.988 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Clean up variable namespace] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:54
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.011)       0:07:50.999 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null
    },
    "changed": false
}

TASK [Clean up] ****************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:491
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.011)       0:07:51.011 ******* 

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.043)       0:07:51.054 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.021)       0:07:51.076 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.024)       0:07:51.100 ******* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "blivet_package_list": [
            "python3-blivet",
            "libblockdev-crypto",
            "libblockdev-dm",
            "libblockdev-lvm",
            "libblockdev-mdraid",
            "libblockdev-swap",
            "vdo",
            "kmod-kvdo",
            "xfsprogs"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat_8.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Check if system is ostree] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.030)       0:07:51.131 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.015)       0:07:51.146 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __storage_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.022)       0:07:51.168 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.015)       0:07:51.184 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.015)       0:07:51.199 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut

TASK [fedora.linux_system_roles.storage : Make sure blivet is available] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Sunday 10 December 2023  04:08:01 +0000 (0:00:00.029)       0:07:51.229 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs

TASK [fedora.linux_system_roles.storage : Show storage_pools] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9
Sunday 10 December 2023  04:08:02 +0000 (0:00:01.252)       0:07:52.481 ******* 
ok: [sut] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined"
}

TASK [fedora.linux_system_roles.storage : Show storage_volumes] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14
Sunday 10 December 2023  04:08:02 +0000 (0:00:00.016)       0:07:52.498 ******* 
ok: [sut] => {
    "storage_volumes": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "state": "absent",
            "type": "disk"
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Get required packages] ***************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19
Sunday 10 December 2023  04:08:02 +0000 (0:00:00.017)       0:07:52.515 ******* 
ok: [sut] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31
Sunday 10 December 2023  04:08:07 +0000 (0:00:04.880)       0:07:57.396 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut

TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Sunday 10 December 2023  04:08:07 +0000 (0:00:00.024)       0:07:57.420 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Sunday 10 December 2023  04:08:07 +0000 (0:00:00.024)       0:07:57.445 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "install_copr | d(false) | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19
Sunday 10 December 2023  04:08:07 +0000 (0:00:00.022)       0:07:57.467 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37
Sunday 10 December 2023  04:08:07 +0000 (0:00:00.019)       0:07:57.487 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: kpartx

TASK [fedora.linux_system_roles.storage : Get service facts] *******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51
Sunday 10 December 2023  04:08:08 +0000 (0:00:01.229)       0:07:58.716 ******* 
ok: [sut] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "auto-cpufreq.service": {
                "name": "auto-cpufreq.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blivet.service": {
                "name": "blivet.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "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"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "iprdump.service": {
                "name": "iprdump.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprinit.service": {
                "name": "iprinit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "iprupdate.service": {
                "name": "iprupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-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-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"
            },
            "lvm2-pvscan@8:0.service": {
                "name": "lvm2-pvscan@8:0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "mdadm-grow-continue@.service": {
                "name": "mdadm-grow-continue@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdadm-last-resort@.service": {
                "name": "mdadm-last-resort@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdcheck_continue.service": {
                "name": "mdcheck_continue.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdcheck_start.service": {
                "name": "mdcheck_start.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmon@.service": {
                "name": "mdmon@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "mdmonitor-oneshot.service": {
                "name": "mdmonitor-oneshot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "mdmonitor.service": {
                "name": "mdmonitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@efi_pstore.service": {
                "name": "modprobe@efi_pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ndctl-monitor.service": {
                "name": "ndctl-monitor.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "plymouth-halt.service": {
                "name": "plymouth-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-quit.service": {
                "name": "plymouth-quit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "plymouth-switch-root-initramfs.service": {
                "name": "plymouth-switch-root-initramfs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "power-profiles-daemon.service": {
                "name": "power-profiles-daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service": {
                "name": "systemd-cryptsetup@luks\\x2dfa6d4bcf\\x2d92b5\\x2d4a06\\x2d828d\\x2dbe007c1c9083.service",
                "source": "systemd",
                "state": "stopped",
                "status": "failed"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-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"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "target.service": {
                "name": "target.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "targetclid.service": {
                "name": "targetclid.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tlp.service": {
                "name": "tlp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "vdo-start-by-dev@.service": {
                "name": "vdo-start-by-dev@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "vdo.service": {
                "name": "vdo.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "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: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57
Sunday 10 December 2023  04:08:10 +0000 (0:00:01.793)       0:08:00.509 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63
Sunday 10 December 2023  04:08:10 +0000 (0:00:00.034)       0:08:00.544 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69
Sunday 10 December 2023  04:08:10 +0000 (0:00:00.011)       0:08:00.555 ******* 
changed: [sut] => {
    "actions": [
        {
            "action": "destroy format",
            "device": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/mapper/foo-test1",
            "fs_type": "luks"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/foo-test1",
            "fs_type": null
        },
        {
            "action": "destroy device",
            "device": "/dev/foo",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sda",
            "fs_type": "lvmpv"
        }
    ],
    "changed": true,
    "crypts": [
        {
            "backing_device": "/dev/mapper/foo-test1",
            "name": "luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
            "password": "-",
            "state": "absent"
        }
    ],
    "leaves": [
        "/dev/sda",
        "/dev/sdb",
        "/dev/sdc",
        "/dev/sdd",
        "/dev/sde",
        "/dev/sdf",
        "/dev/sdg",
        "/dev/sdh",
        "/dev/sdi",
        "/dev/xvda1",
        "/dev/xvda2",
        "/dev/xvda3"
    ],
    "mounts": [
        {
            "fstype": "xfs",
            "path": "/opt/test1",
            "src": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
            "state": "absent"
        }
    ],
    "packages": [
        "dosfstools",
        "xfsprogs"
    ],
    "pools": [],
    "volumes": [
        {
            "_device": "/dev/sda",
            "_mount_id": "UUID=CyL76I-C3IY-yfIB-EBi3-VBEo-1ZEg-VbVwE9",
            "_raw_device": "/dev/sda",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "fs_create_options": "",
            "fs_label": "",
            "fs_overwrite_existing": true,
            "fs_type": "lvmpv",
            "mount_check": 0,
            "mount_device_identifier": "uuid",
            "mount_group": null,
            "mount_mode": null,
            "mount_options": "defaults",
            "mount_passno": 0,
            "mount_point": null,
            "mount_user": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "raid_stripe_size": null,
            "size": 10737418240,
            "state": "absent",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "disk",
            "vdo_pool_size": null
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83
Sunday 10 December 2023  04:08:16 +0000 (0:00:05.596)       0:08:06.152 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_udevadm_trigger | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95
Sunday 10 December 2023  04:08:16 +0000 (0:00:00.022)       0:08:06.175 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Show blivet_output] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Sunday 10 December 2023  04:08:16 +0000 (0:00:00.011)       0:08:06.186 ******* 
ok: [sut] => {
    "blivet_output": {
        "actions": [
            {
                "action": "destroy format",
                "device": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/mapper/foo-test1",
                "fs_type": "luks"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/foo-test1",
                "fs_type": null
            },
            {
                "action": "destroy device",
                "device": "/dev/foo",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sda",
                "fs_type": "lvmpv"
            }
        ],
        "changed": true,
        "crypts": [
            {
                "backing_device": "/dev/mapper/foo-test1",
                "name": "luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                "password": "-",
                "state": "absent"
            }
        ],
        "failed": false,
        "leaves": [
            "/dev/sda",
            "/dev/sdb",
            "/dev/sdc",
            "/dev/sdd",
            "/dev/sde",
            "/dev/sdf",
            "/dev/sdg",
            "/dev/sdh",
            "/dev/sdi",
            "/dev/xvda1",
            "/dev/xvda2",
            "/dev/xvda3"
        ],
        "mounts": [
            {
                "fstype": "xfs",
                "path": "/opt/test1",
                "src": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
                "state": "absent"
            }
        ],
        "packages": [
            "dosfstools",
            "xfsprogs"
        ],
        "pools": [],
        "volumes": [
            {
                "_device": "/dev/sda",
                "_mount_id": "UUID=CyL76I-C3IY-yfIB-EBi3-VBEo-1ZEg-VbVwE9",
                "_raw_device": "/dev/sda",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "fs_create_options": "",
                "fs_label": "",
                "fs_overwrite_existing": true,
                "fs_type": "lvmpv",
                "mount_check": 0,
                "mount_device_identifier": "uuid",
                "mount_group": null,
                "mount_mode": null,
                "mount_options": "defaults",
                "mount_passno": 0,
                "mount_point": null,
                "mount_user": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "raid_stripe_size": null,
                "size": 10737418240,
                "state": "absent",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "disk",
                "vdo_pool_size": null
            }
        ]
    }
}

TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:106
Sunday 10 December 2023  04:08:16 +0000 (0:00:00.016)       0:08:06.203 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110
Sunday 10 December 2023  04:08:16 +0000 (0:00:00.014)       0:08:06.217 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_volumes_list": [
            {
                "_device": "/dev/sda",
                "_mount_id": "UUID=CyL76I-C3IY-yfIB-EBi3-VBEo-1ZEg-VbVwE9",
                "_raw_device": "/dev/sda",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "fs_create_options": "",
                "fs_label": "",
                "fs_overwrite_existing": true,
                "fs_type": "lvmpv",
                "mount_check": 0,
                "mount_device_identifier": "uuid",
                "mount_group": null,
                "mount_mode": null,
                "mount_options": "defaults",
                "mount_passno": 0,
                "mount_point": null,
                "mount_user": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "raid_stripe_size": null,
                "size": 10737418240,
                "state": "absent",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "disk",
                "vdo_pool_size": null
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] **************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:126
Sunday 10 December 2023  04:08:16 +0000 (0:00:00.015)       0:08:06.232 ******* 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [sut] => (item={'src': '/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "fstype": "xfs",
        "path": "/opt/test1",
        "src": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
        "state": "absent"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "/dev/mapper/luks-1744f487-e3cd-431b-b237-14a324a5fcc7"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Sunday 10 December 2023  04:08:16 +0000 (0:00:00.216)       0:08:06.449 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Set up new/current mounts] ***********
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:142
Sunday 10 December 2023  04:08:17 +0000 (0:00:00.518)       0:08:06.968 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:153
Sunday 10 December 2023  04:08:17 +0000 (0:00:00.024)       0:08:06.992 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:165
Sunday 10 December 2023  04:08:17 +0000 (0:00:00.023)       0:08:07.015 ******* 
ok: [sut] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:173
Sunday 10 December 2023  04:08:17 +0000 (0:00:00.510)       0:08:07.525 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181275.564051,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "96496fa4012c75e285ea24ed6ed6be5663932ad2",
        "ctime": 1702181274.1350617,
        "dev": 51715,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 781474,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1702181274.1340618,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 66,
        "uid": 0,
        "version": "514450777",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:178
Sunday 10 December 2023  04:08:17 +0000 (0:00:00.201)       0:08:07.727 ******* 
changed: [sut] => (item={'backing_device': '/dev/mapper/foo-test1', 'name': 'luks-1744f487-e3cd-431b-b237-14a324a5fcc7', 'password': '-', 'state': 'absent'}) => {
    "ansible_loop_var": "entry",
    "backup": "",
    "changed": true,
    "entry": {
        "backing_device": "/dev/mapper/foo-test1",
        "name": "luks-1744f487-e3cd-431b-b237-14a324a5fcc7",
        "password": "-",
        "state": "absent"
    },
    "found": 1
}

MSG:

1 line(s) removed

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200
Sunday 10 December 2023  04:08:18 +0000 (0:00:00.210)       0:08:07.937 ******* 
ok: [sut]

TASK [Verify role results] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/tests_luks.yml:501
Sunday 10 December 2023  04:08:18 +0000 (0:00:00.931)       0:08:08.868 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml for sut

TASK [Print out pool information] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:2
Sunday 10 December 2023  04:08:18 +0000 (0:00:00.031)       0:08:08.900 ******* 
skipping: [sut] => {
    "false_condition": "_storage_pools_list | length > 0"
}

TASK [Print out volume information] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:7
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.020)       0:08:08.920 ******* 
ok: [sut] => {
    "_storage_volumes_list": [
        {
            "_device": "/dev/sda",
            "_mount_id": "UUID=CyL76I-C3IY-yfIB-EBi3-VBEo-1ZEg-VbVwE9",
            "_raw_device": "/dev/sda",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "fs_create_options": "",
            "fs_label": "",
            "fs_overwrite_existing": true,
            "fs_type": "lvmpv",
            "mount_check": 0,
            "mount_device_identifier": "uuid",
            "mount_group": null,
            "mount_mode": null,
            "mount_options": "defaults",
            "mount_passno": 0,
            "mount_point": null,
            "mount_user": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "raid_stripe_size": null,
            "size": 10737418240,
            "state": "absent",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "disk",
            "vdo_pool_size": null
        }
    ]
}

TASK [Collect info about the volumes.] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:15
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.028)       0:08:08.949 ******* 
ok: [sut] => {
    "changed": false,
    "info": {
        "/dev/sda": {
            "fstype": "",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdd",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sde": {
            "fstype": "",
            "label": "",
            "name": "/dev/sde",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdg": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdg",
            "size": "1T",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdh": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdh",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdi": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdi",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda",
            "size": "250G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/xvda1": {
            "fstype": "",
            "label": "",
            "name": "/dev/xvda1",
            "size": "1M",
            "type": "partition",
            "uuid": ""
        },
        "/dev/xvda2": {
            "fstype": "vfat",
            "label": "",
            "name": "/dev/xvda2",
            "size": "100M",
            "type": "partition",
            "uuid": "7B77-95E7"
        },
        "/dev/xvda3": {
            "fstype": "xfs",
            "label": "root",
            "name": "/dev/xvda3",
            "size": "249.9G",
            "type": "partition",
            "uuid": "955afcc9-fe7d-43fd-a3a5-1147b25260a6"
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:20
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.197)       0:08:09.147 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003109",
    "end": "2023-12-10 04:08:19.398166",
    "rc": 0,
    "start": "2023-12-10 04:08:19.395057"
}

STDOUT:

UUID=955afcc9-fe7d-43fd-a3a5-1147b25260a6	/	xfs	defaults	0	0
UUID=7B77-95E7	/boot/efi	vfat	defaults,uid=0,gid=0,umask=077,shortname=winnt	0	2
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0
ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:25
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.192)       0:08:09.339 ******* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003118",
    "end": "2023-12-10 04:08:19.591829",
    "failed_when_result": false,
    "rc": 0,
    "start": "2023-12-10 04:08:19.588711"
}

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:34
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.192)       0:08:09.532 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:44
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.010)       0:08:09.543 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'lvmpv', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'foo', 'raid_level': None, 'size': 10737418240, 'state': 'absent', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=CyL76I-C3IY-yfIB-EBi3-VBEo-1ZEg-VbVwE9'})

TASK [Set storage volume test variables] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:2
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.033)       0:08:09.576 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": false,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [Run test verify for {{ storage_test_volume_subset }}] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:19
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.025)       0:08:09.601 ******* 
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml for sut => (item=mount)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml for sut => (item=fstab)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml for sut => (item=fs)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml for sut => (item=device)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml for sut => (item=encryption)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml for sut => (item=md)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml for sut => (item=size)
included: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml for sut => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:7
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.047)       0:08:09.649 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/sda"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:11
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.017)       0:08:09.666 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [],
        "storage_test_mount_expected_match_count": "0",
        "storage_test_mount_point_matches": [],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Get information about the mountpoint directory] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:21
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.028)       0:08:09.695 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the current mount state by device] ********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:30
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.011)       0:08:09.706 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the current mount state by mount point] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:41
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.012)       0:08:09.719 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount directory user] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:48
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.023)       0:08:09.742 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory group] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:54
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.011)       0:08:09.754 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group",
    "skip_reason": "Conditional result was False"
}

TASK [Verify mount directory permissions] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:60
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.011)       0:08:09.765 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mount fs type] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:69
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.011)       0:08:09.776 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_mount_expected_match_count | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Get path of test volume device] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:80
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.019)       0:08:09.796 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:86
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.012)       0:08:09.809 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:92
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.011)       0:08:09.820 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type == \"swap\"",
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-mount.yml:102
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.011)       0:08:09.831 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_found_mount_stat": null,
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:2
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.011)       0:08:09.843 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "0",
        "storage_test_fstab_expected_mount_options_matches": "0",
        "storage_test_fstab_expected_mount_point_matches": "0",
        "storage_test_fstab_id_matches": [],
        "storage_test_fstab_mount_options_matches": [],
        "storage_test_fstab_mount_point_matches": []
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:17
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.033)       0:08:09.876 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the fstab mount point] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:24
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.018)       0:08:09.895 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:33
Sunday 10 December 2023  04:08:19 +0000 (0:00:00.024)       0:08:09.919 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__storage_verify_mount_options | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fstab.yml:45
Sunday 10 December 2023  04:08:20 +0000 (0:00:00.019)       0:08:09.938 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:3
Sunday 10 December 2023  04:08:20 +0000 (0:00:00.011)       0:08:09.950 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.fs_type and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Verify fs label] *********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-fs.yml:9
Sunday 10 December 2023  04:08:20 +0000 (0:00:00.011)       0:08:09.961 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present | bool",
    "skip_reason": "Conditional result was False"
}

TASK [See whether the device node is present] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:3
Sunday 10 December 2023  04:08:20 +0000 (0:00:00.018)       0:08:09.980 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1702181296.1168997,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1702181296.1168997,
        "dev": 6,
        "device_type": 2048,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 50773,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/blockdevice",
        "mode": "0660",
        "mtime": 1702181296.1168997,
        "nlink": 1,
        "path": "/dev/sda",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:9
Sunday 10 December 2023  04:08:20 +0000 (0:00:00.197)       0:08:10.177 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the presence/absence of the device node] **************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:16
Sunday 10 December 2023  04:08:20 +0000 (0:00:00.017)       0:08:10.195 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')",
    "skip_reason": "Conditional result was False"
}

TASK [Make sure we got info about this volume] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:23
Sunday 10 December 2023  04:08:20 +0000 (0:00:00.011)       0:08:10.206 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Process volume type (set initial value) (1/2)] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:29
Sunday 10 December 2023  04:08:20 +0000 (0:00:00.011)       0:08:10.218 ******* 
ok: [sut] => {
    "ansible_facts": {
        "st_volume_type": "disk"
    },
    "changed": false
}

TASK [Process volume type (get RAID value) (2/2)] ******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:33
Sunday 10 December 2023  04:08:20 +0000 (0:00:00.013)       0:08:10.232 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == \"raid\"",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the volume's device type] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-device.yml:38
Sunday 10 December 2023  04:08:20 +0000 (0:00:00.011)       0:08:10.244 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:3
Sunday 10 December 2023  04:08:20 +0000 (0:00:00.010)       0:08:10.254 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:10
Sunday 10 December 2023  04:08:20 +0000 (0:00:00.012)       0:08:10.266 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cryptsetup

TASK [Collect LUKS info for this volume] ***************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:16
Sunday 10 December 2023  04:08:21 +0000 (0:00:01.229)       0:08:11.496 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:22
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.012)       0:08:11.508 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:29
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.011)       0:08:11.520 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:40
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.011)       0:08:11.532 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:46
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.012)       0:08:11.544 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present and storage_test_volume.encryption",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS version] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:51
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.014)       0:08:11.559 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:63
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.011)       0:08:11.570 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:75
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.010)       0:08:11.581 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set test variables] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:87
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.010)       0:08:11.591 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [],
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:93
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.024)       0:08:11.615 ******* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:100
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.022)       0:08:11.638 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check backing device of crypttab entry] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:108
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.021)       0:08:11.660 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Check key file of crypttab entry] ****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:116
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.019)       0:08:11.680 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_expected_crypttab_entries | int == 1",
    "skip_reason": "Conditional result was False"
}

TASK [Clear test variables] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-encryption.yml:124
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.020)       0:08:11.700 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [Get information about RAID] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:8
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.012)       0:08:11.713 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set active devices regex] ************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:14
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.011)       0:08:11.724 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set spare devices regex] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:19
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.011)       0:08:11.736 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set md version regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:24
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.015)       0:08:11.752 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Set chunk size regex] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:29
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.012)       0:08:11.765 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the chunk size] ****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:37
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.011)       0:08:11.777 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID active devices count] *****************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:46
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.012)       0:08:11.789 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID spare devices count] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:54
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.012)       0:08:11.801 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID metadata version] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:62
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.011)       0:08:11.812 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Check RAID chunk size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-md.yml:70
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.013)       0:08:11.826 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'raid'",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the actual size of the volume] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:3
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.012)       0:08:11.838 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested size of the volume] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:11
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.019)       0:08:11.857 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected size] **********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:20
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.018)       0:08:11.876 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:28
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.017)       0:08:11.894 ******* 
ok: [sut] => {
    "storage_test_expected_size": "4294967296"
}

TASK [Get the size of parent/pool device] **************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:32
Sunday 10 December 2023  04:08:21 +0000 (0:00:00.012)       0:08:11.907 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Show test pool] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:46
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.019)       0:08:11.926 ******* 
skipping: [sut] => {
    "false_condition": "_storage_test_volume_present | bool"
}

TASK [Show test blockinfo] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:50
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.018)       0:08:11.945 ******* 
skipping: [sut] => {
    "false_condition": "_storage_test_volume_present | bool"
}

TASK [Show test pool size] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:54
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.018)       0:08:11.963 ******* 
skipping: [sut] => {
    "false_condition": "_storage_test_volume_present | bool"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:58
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.019)       0:08:11.983 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Default thin pool reserved space values] *********************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:67
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.019)       0:08:12.003 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default minimal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:71
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.013)       0:08:12.016 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Default maximal thin pool reserved space size] ***************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:76
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.014)       0:08:12.031 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate maximum usable space in thin pool] *****************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:82
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.012)       0:08:12.044 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply upper size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:86
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.011)       0:08:12.056 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Apply lower size limit to max usable thin pool space] ********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:91
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.011)       0:08:12.068 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Convert maximum usable thin pool space from int to Size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:96
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.011)       0:08:12.079 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show max thin pool size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:101
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.011)       0:08:12.091 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show volume thin pool size] **********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:105
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.012)       0:08:12.103 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Show test volume size] ***************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:109
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.011)       0:08:12.115 ******* 
skipping: [sut] => {
    "false_condition": "storage_test_volume.thin"
}

TASK [Establish base value for expected thin pool size] ************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:113
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.011)       0:08:12.127 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:120
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.011)       0:08:12.139 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected thin pool volume size] *****************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:127
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.011)       0:08:12.150 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Calculate the expected thin pool volume size based on percentage value] ***
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:131
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.010)       0:08:12.161 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Replace expected volume size with calculated value] **********************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:137
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.012)       0:08:12.173 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.thin",
    "skip_reason": "Conditional result was False"
}

TASK [Show actual size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:143
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.076)       0:08:12.249 ******* 
ok: [sut] => {
    "storage_test_actual_size": {
        "changed": false,
        "false_condition": "_storage_test_volume_present | bool",
        "skip_reason": "Conditional result was False",
        "skipped": true
    }
}

TASK [Show expected size] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:147
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.014)       0:08:12.264 ******* 
ok: [sut] => {
    "storage_test_expected_size": "4294967296"
}

TASK [Assert expected size is actual size] *************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-size.yml:151
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.012)       0:08:12.277 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "_storage_test_volume_present | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Get information about the LV] ********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:5
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.018)       0:08:12.295 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV segment type] *****************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:13
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.011)       0:08:12.307 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check segment type] ******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:17
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.016)       0:08:12.323 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set LV cache size] *******************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:24
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.015)       0:08:12.339 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Parse the requested cache size] ******************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:31
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.013)       0:08:12.352 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Set expected cache size] *************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:37
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.012)       0:08:12.365 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume-cache.yml:42
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.011)       0:08:12.376 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present",
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/test-verify-volume.yml:25
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.011)       0:08:12.388 ******* 
ok: [sut] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Clean up variable namespace] *********************************************
task path: /WORKDIR/git-weekly-ci4hpleq4p/tests/verify-role-results.yml:54
Sunday 10 December 2023  04:08:22 +0000 (0:00:00.011)       0:08:12.399 ******* 
ok: [sut] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null
    },
    "changed": false
}

PLAY RECAP *********************************************************************
sut                        : ok=1183 changed=62   unreachable=0    failed=0    skipped=1014 rescued=18   ignored=0   

Sunday 10 December 2023  04:08:22 +0000 (0:00:00.023)       0:08:12.423 ******* 
=============================================================================== 
fedora.linux_system_roles.storage : Make sure blivet is available ------ 49.05s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 13.86s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 13.83s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 13.40s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 13.13s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 13.07s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 11.51s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.60s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.57s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.19s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.13s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Get required packages --------------- 4.88s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.84s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Get required packages --------------- 4.82s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 
fedora.linux_system_roles.storage : Get required packages --------------- 4.76s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.76s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Get required packages --------------- 4.74s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.73s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.71s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 
fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.71s
/WORKDIR/git-weekly-ci4hpleq4p/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 

---^---^---^---^---^---

# STDERR:
---v---v---v---v---v---
[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var 
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This 
feature will be removed from ansible-core in version 2.19. Deprecation warnings
 can be disabled by setting deprecation_warnings=False in ansible.cfg.

---^---^---^---^---^---