# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.6/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.6.8 (default, Oct 26 2022, 09:13:21) [GCC 8.5.0 20210514 (Red Hat 8.5.0-17)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_lvm_errors_scsi_generated.yml ********************************** 2 plays in /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors_scsi_generated.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors_scsi_generated.yml:3 Sunday 12 February 2023 11:53:31 +0000 (0:00:00.029) 0:00:00.029 ******* ok: [sut] META: ran handlers TASK [set disk interface for test] ********************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors_scsi_generated.yml:7 Sunday 12 February 2023 11:53:32 +0000 (0:00:00.890) 0:00:00.919 ******* ok: [sut] => { "ansible_facts": { "storage_test_use_interface": "scsi" }, "changed": false } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:2 Sunday 12 February 2023 11:53:32 +0000 (0:00:00.035) 0:00:00.954 ******* ok: [sut] META: ran handlers TASK [include_role : linux-system-roles.storage] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:18 Sunday 12 February 2023 11:53:32 +0000 (0:00:00.629) 0:00:01.584 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 February 2023 11:53:32 +0000 (0:00:00.044) 0:00:01.628 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 February 2023 11:53:32 +0000 (0:00:00.067) 0:00:01.696 ******* ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 February 2023 11:53:33 +0000 (0:00:00.419) 0:00:02.116 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 February 2023 11:53:33 +0000 (0:00:00.087) 0:00:02.203 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 February 2023 11:53:33 +0000 (0:00:00.028) 0:00:02.232 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 February 2023 11:53:33 +0000 (0:00:00.028) 0:00:02.260 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 February 2023 11:53:33 +0000 (0:00:00.080) 0:00:02.340 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: vdo-8.2.0.2-1.el9.x86_64", "Installed: daxctl-libs-71.1-8.el9.x86_64", "Installed: libblockdev-2.28-4.el9.x86_64", "Installed: libblockdev-crypto-2.28-4.el9.x86_64", "Installed: libblockdev-dm-2.28-4.el9.x86_64", "Installed: nspr-4.34.0-14.el9_0.x86_64", "Installed: libblockdev-fs-2.28-4.el9.x86_64", "Installed: libblockdev-kbd-2.28-4.el9.x86_64", "Installed: nss-3.79.0-14.el9_0.x86_64", "Installed: device-mapper-event-9:1.02.187-5.el9.x86_64", "Installed: libblockdev-loop-2.28-4.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.187-5.el9.x86_64", "Installed: libblockdev-lvm-2.28-4.el9.x86_64", "Installed: kmod-kvdo-8.2.1.3-71.el9.x86_64", "Installed: device-mapper-multipath-0.8.7-19.el9.x86_64", "Installed: libblockdev-mdraid-2.28-4.el9.x86_64", "Installed: device-mapper-multipath-libs-0.8.7-19.el9.x86_64", "Installed: device-mapper-persistent-data-0.9.0-13.el9.x86_64", "Installed: libblockdev-mpath-2.28-4.el9.x86_64", "Installed: libblockdev-nvdimm-2.28-4.el9.x86_64", "Installed: nss-softokn-3.79.0-14.el9_0.x86_64", "Installed: nss-softokn-freebl-3.79.0-14.el9_0.x86_64", "Installed: nss-sysinit-3.79.0-14.el9_0.x86_64", "Installed: libblockdev-part-2.28-4.el9.x86_64", "Installed: nss-util-3.79.0-14.el9_0.x86_64", "Installed: volume_key-libs-0.3.12-15.el9.x86_64", "Installed: libblockdev-swap-2.28-4.el9.x86_64", "Installed: blivet-data-1:3.6.0-5.el9.noarch", "Installed: libblockdev-utils-2.28-4.el9.x86_64", "Installed: libaio-0.3.111-13.el9.x86_64", "Installed: libbytesize-2.5-3.el9.x86_64", "Installed: lsof-4.94.0-3.el9.x86_64", "Installed: lvm2-9:2.03.17-5.el9.x86_64", "Installed: lvm2-libs-9:2.03.17-5.el9.x86_64", "Installed: mdadm-4.2-8.el9.x86_64", "Installed: python3-pyparted-1:3.12.0-1.el9.x86_64", "Installed: ndctl-71.1-8.el9.x86_64", "Installed: ndctl-libs-71.1-8.el9.x86_64", "Installed: python3-blivet-1:3.6.0-5.el9.noarch", "Installed: python3-blockdev-2.28-4.el9.x86_64", "Installed: python3-bytesize-2.5-3.el9.x86_64" ] } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 12 February 2023 11:54:25 +0000 (0:00:51.512) 0:00:53.852 ******* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 12 February 2023 11:54:25 +0000 (0:00:00.051) 0:00:53.904 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 12 February 2023 11:54:25 +0000 (0:00:00.052) 0:00:53.957 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 12 February 2023 11:54:25 +0000 (0:00:00.640) 0:00:54.597 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 12 February 2023 11:54:25 +0000 (0:00:00.089) 0:00:54.686 ******* TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 12 February 2023 11:54:25 +0000 (0:00:00.026) 0:00:54.713 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:18 Sunday 12 February 2023 11:54:25 +0000 (0:00:00.030) 0:00:54.743 ******* TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 12 February 2023 11:54:26 +0000 (0:00:00.028) 0:00:54.772 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 12 February 2023 11:54:27 +0000 (0:00:00.997) 0:00:55.770 ******* ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "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-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": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "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" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-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" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "unknown" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-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-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "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-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "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": "inactive", "status": "disabled" }, "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": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "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-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "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": "static" }, "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" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 12 February 2023 11:54:29 +0000 (0:00:02.090) 0:00:57.860 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 12 February 2023 11:54:29 +0000 (0:00:00.059) 0:00:57.919 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 12 February 2023 11:54:29 +0000 (0:00:00.031) 0:00:57.951 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 12 February 2023 11:54:29 +0000 (0:00:00.431) 0:00:58.382 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 12 February 2023 11:54:29 +0000 (0:00:00.036) 0:00:58.419 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 12 February 2023 11:54:29 +0000 (0:00:00.031) 0:00:58.451 ******* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 12 February 2023 11:54:29 +0000 (0:00:00.038) 0:00:58.490 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 12 February 2023 11:54:29 +0000 (0:00:00.039) 0:00:58.529 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 12 February 2023 11:54:29 +0000 (0:00:00.042) 0:00:58.572 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 12 February 2023 11:54:29 +0000 (0:00:00.035) 0:00:58.607 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 12 February 2023 11:54:29 +0000 (0:00:00.037) 0:00:58.645 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 12 February 2023 11:54:29 +0000 (0:00:00.035) 0:00:58.680 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 12 February 2023 11:54:29 +0000 (0:00:00.036) 0:00:58.717 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 12 February 2023 11:54:30 +0000 (0:00:00.370) 0:00:59.087 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 12 February 2023 11:54:30 +0000 (0:00:00.033) 0:00:59.121 ******* ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:21 Sunday 12 February 2023 11:54:31 +0000 (0:00:00.733) 0:00:59.855 ******* ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:28 Sunday 12 February 2023 11:54:31 +0000 (0:00:00.035) 0:00:59.891 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/get_unused_disk.yml for sut TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/get_unused_disk.yml:2 Sunday 12 February 2023 11:54:31 +0000 (0:00:00.052) 0:00:59.943 ******* ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/get_unused_disk.yml:10 Sunday 12 February 2023 11:54:31 +0000 (0:00:00.393) 0:01:00.336 ******* 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/dist-git-storage-weekly-ci-7ln7pxd5/tests/get_unused_disk.yml:15 Sunday 12 February 2023 11:54:31 +0000 (0:00:00.044) 0:01:00.381 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/get_unused_disk.yml:20 Sunday 12 February 2023 11:54:31 +0000 (0:00:00.039) 0:01:00.421 ******* ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Try to create LVM with an invalid disk specification.] ******************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:35 Sunday 12 February 2023 11:54:31 +0000 (0:00:00.041) 0:01:00.463 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 February 2023 11:54:31 +0000 (0:00:00.056) 0:01:00.520 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 February 2023 11:54:31 +0000 (0:00:00.052) 0:01:00.572 ******* ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 February 2023 11:54:32 +0000 (0:00:00.409) 0:01:00.982 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 February 2023 11:54:32 +0000 (0:00:00.084) 0:01:01.067 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 February 2023 11:54:32 +0000 (0:00:00.034) 0:01:01.102 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 February 2023 11:54:32 +0000 (0:00:00.036) 0:01:01.138 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 February 2023 11:54:32 +0000 (0:00:00.073) 0:01:01.212 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 12 February 2023 11:54:32 +0000 (0:00:00.039) 0:01:01.251 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "/non/existent/disk" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 12 February 2023 11:54:32 +0000 (0:00:00.044) 0:01:01.296 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 12 February 2023 11:54:32 +0000 (0:00:00.040) 0:01:01.336 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 12 February 2023 11:54:32 +0000 (0:00:00.040) 0:01:01.377 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 12 February 2023 11:54:32 +0000 (0:00:00.077) 0:01:01.454 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 12 February 2023 11:54:32 +0000 (0:00:00.038) 0:01:01.493 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 12 February 2023 11:54:32 +0000 (0:00:00.039) 0:01:01.533 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 12 February 2023 11:54:32 +0000 (0:00:00.060) 0:01:01.593 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 12 February 2023 11:54:32 +0000 (0:00:00.033) 0:01:01.626 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: unable to resolve any disks specified for pool 'foo' (['/non/existent/disk']) TASK [linux-system-roles.storage : Failed message] ***************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:95 Sunday 12 February 2023 11:54:34 +0000 (0:00:01.765) 0:01:03.392 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'msg': "unable to resolve any disks specified for pool 'foo' (['/non/existent/disk'])", 'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'invocation': {'module_args': {'pools': [{'disks': ['/non/existent/disk'], '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, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': '', 'fs_type': None, 'mount_options': None, 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': None, 'cached': None, 'cache_devices': [], 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None}], 'raid_chunk_size': 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_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': False} TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 12 February 2023 11:54:34 +0000 (0:00:00.046) 0:01:03.438 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:52 Sunday 12 February 2023 11:54:34 +0000 (0:00:00.033) 0:01:03.472 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Try to create LVM with an invalid size specification.] ******************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:73 Sunday 12 February 2023 11:54:34 +0000 (0:00:00.042) 0:01:03.515 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 February 2023 11:54:34 +0000 (0:00:00.055) 0:01:03.570 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 February 2023 11:54:34 +0000 (0:00:00.051) 0:01:03.622 ******* ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 February 2023 11:54:35 +0000 (0:00:00.413) 0:01:04.035 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 February 2023 11:54:35 +0000 (0:00:00.085) 0:01:04.121 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 February 2023 11:54:35 +0000 (0:00:00.035) 0:01:04.157 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 February 2023 11:54:35 +0000 (0:00:00.034) 0:01:04.192 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 February 2023 11:54:35 +0000 (0:00:00.071) 0:01:04.264 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 12 February 2023 11:54:35 +0000 (0:00:00.037) 0:01:04.302 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "xyz GiB" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 12 February 2023 11:54:35 +0000 (0:00:00.043) 0:01:04.345 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 12 February 2023 11:54:35 +0000 (0:00:00.038) 0:01:04.384 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 12 February 2023 11:54:35 +0000 (0:00:00.037) 0:01:04.422 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 12 February 2023 11:54:35 +0000 (0:00:00.038) 0:01:04.460 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 12 February 2023 11:54:35 +0000 (0:00:00.038) 0:01:04.499 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 12 February 2023 11:54:35 +0000 (0:00:00.038) 0:01:04.537 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 12 February 2023 11:54:35 +0000 (0:00:00.059) 0:01:04.597 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 12 February 2023 11:54:35 +0000 (0:00:00.031) 0:01:04.629 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid size specification 'xyz GiB' in pool 'foo' TASK [linux-system-roles.storage : Failed message] ***************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:95 Sunday 12 February 2023 11:54:37 +0000 (0:00:01.584) 0:01:06.214 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'msg': "invalid size specification 'xyz GiB' in pool 'foo'", 'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, '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, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': '', 'fs_type': None, 'mount_options': None, 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': 'xyz GiB', 'state': 'present', 'type': None, 'cached': None, 'cache_devices': [], 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None}], 'raid_chunk_size': 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_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': False} TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 12 February 2023 11:54:37 +0000 (0:00:00.044) 0:01:06.258 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:90 Sunday 12 February 2023 11:54:37 +0000 (0:00:00.032) 0:01:06.291 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Try to create LVM pool with no disks specified.] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:106 Sunday 12 February 2023 11:54:37 +0000 (0:00:00.040) 0:01:06.331 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 February 2023 11:54:37 +0000 (0:00:00.054) 0:01:06.385 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 February 2023 11:54:37 +0000 (0:00:00.050) 0:01:06.436 ******* ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 February 2023 11:54:38 +0000 (0:00:00.423) 0:01:06.859 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 February 2023 11:54:38 +0000 (0:00:00.082) 0:01:06.941 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 February 2023 11:54:38 +0000 (0:00:00.034) 0:01:06.976 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 February 2023 11:54:38 +0000 (0:00:00.034) 0:01:07.011 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 February 2023 11:54:38 +0000 (0:00:00.101) 0:01:07.112 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 12 February 2023 11:54:38 +0000 (0:00:00.039) 0:01:07.152 ******* ok: [sut] => { "storage_pools": [ { "disks": [], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 12 February 2023 11:54:38 +0000 (0:00:00.043) 0:01:07.195 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 12 February 2023 11:54:38 +0000 (0:00:00.039) 0:01:07.235 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 12 February 2023 11:54:38 +0000 (0:00:00.038) 0:01:07.274 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 12 February 2023 11:54:38 +0000 (0:00:00.037) 0:01:07.312 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 12 February 2023 11:54:38 +0000 (0:00:00.036) 0:01:07.348 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 12 February 2023 11:54:38 +0000 (0:00:00.036) 0:01:07.385 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 12 February 2023 11:54:38 +0000 (0:00:00.057) 0:01:07.443 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 12 February 2023 11:54:38 +0000 (0:00:00.034) 0:01:07.477 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: no disks specified for pool 'foo' TASK [linux-system-roles.storage : Failed message] ***************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:95 Sunday 12 February 2023 11:54:40 +0000 (0:00:01.614) 0:01:09.091 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'msg': "no disks specified for pool 'foo'", 'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'invocation': {'module_args': {'pools': [{'disks': [], '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, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': '', 'fs_type': None, 'mount_options': None, 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': None, 'cached': None, 'cache_devices': [], 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None}], 'raid_chunk_size': 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_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': False} TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 12 February 2023 11:54:40 +0000 (0:00:00.046) 0:01:09.138 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:123 Sunday 12 February 2023 11:54:40 +0000 (0:00:00.033) 0:01:09.171 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Try to create LVM volume from outside of any pool.] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:139 Sunday 12 February 2023 11:54:40 +0000 (0:00:00.042) 0:01:09.214 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 February 2023 11:54:40 +0000 (0:00:00.055) 0:01:09.270 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 February 2023 11:54:40 +0000 (0:00:00.051) 0:01:09.321 ******* ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 February 2023 11:54:40 +0000 (0:00:00.409) 0:01:09.731 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 February 2023 11:54:41 +0000 (0:00:00.083) 0:01:09.815 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 February 2023 11:54:41 +0000 (0:00:00.034) 0:01:09.850 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 February 2023 11:54:41 +0000 (0:00:00.034) 0:01:09.884 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 February 2023 11:54:41 +0000 (0:00:00.073) 0:01:09.958 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 12 February 2023 11:54:41 +0000 (0:00:00.038) 0:01:09.997 ******* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 12 February 2023 11:54:41 +0000 (0:00:00.039) 0:01:10.036 ******* ok: [sut] => { "storage_volumes": [ { "disks": [], "mount_point": "/opt/test1", "name": "test1", "size": "5g", "type": "lvm" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 12 February 2023 11:54:41 +0000 (0:00:00.042) 0:01:10.079 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 12 February 2023 11:54:41 +0000 (0:00:00.037) 0:01:10.116 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 12 February 2023 11:54:41 +0000 (0:00:00.039) 0:01:10.155 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 12 February 2023 11:54:41 +0000 (0:00:00.039) 0:01:10.195 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 12 February 2023 11:54:41 +0000 (0:00:00.037) 0:01:10.233 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 12 February 2023 11:54:41 +0000 (0:00:00.059) 0:01:10.292 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 12 February 2023 11:54:41 +0000 (0:00:00.032) 0:01:10.325 ******* fatal: [sut]: FAILED! => { "changed": false, "rc": 1 } MSG: MODULE FAILURE See stdout/stderr for the exact error MODULE_STDERR: ** (process:12870): WARNING **: 11:54:41.851: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory Traceback (most recent call last): File "", line 102, in File "", line 94, in _ansiballz_main File "", line 40, in invoke_module File "/usr/lib64/python3.9/runpy.py", line 225, in run_module return _run_module_code(code, init_globals, run_name, mod_spec) File "/usr/lib64/python3.9/runpy.py", line 97, in _run_module_code _run_code(code, mod_globals, init_globals, File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/tmp/ansible_blivet_payload_6xn6p3qq/ansible_blivet_payload.zip/ansible/modules/blivet.py", line 1930, in File "/tmp/ansible_blivet_payload_6xn6p3qq/ansible_blivet_payload.zip/ansible/modules/blivet.py", line 1926, in main File "/tmp/ansible_blivet_payload_6xn6p3qq/ansible_blivet_payload.zip/ansible/modules/blivet.py", line 1888, in run_module File "/tmp/ansible_blivet_payload_6xn6p3qq/ansible_blivet_payload.zip/ansible/modules/blivet.py", line 1520, in manage_volume File "/tmp/ansible_blivet_payload_6xn6p3qq/ansible_blivet_payload.zip/ansible/modules/blivet.py", line 549, in manage File "/tmp/ansible_blivet_payload_6xn6p3qq/ansible_blivet_payload.zip/ansible/modules/blivet.py", line 357, in _look_up_device File "/tmp/ansible_blivet_payload_6xn6p3qq/ansible_blivet_payload.zip/ansible/modules/blivet.py", line 676, in _get_device_id AttributeError: 'NoneType' object has no attribute '_device' TASK [linux-system-roles.storage : Failed message] ***************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:95 Sunday 12 February 2023 11:54:43 +0000 (0:00:01.531) 0:01:11.856 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'failed': True, 'module_stdout': '', 'module_stderr': '\n** (process:12870): WARNING **: 11:54:41.851: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory\nTraceback (most recent call last):\n File "", line 102, in \n File "", line 94, in _ansiballz_main\n File "", line 40, in invoke_module\n File "/usr/lib64/python3.9/runpy.py", line 225, in run_module\n return _run_module_code(code, init_globals, run_name, mod_spec)\n File "/usr/lib64/python3.9/runpy.py", line 97, in _run_module_code\n _run_code(code, mod_globals, init_globals,\n File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code\n exec(code, run_globals)\n File "/tmp/ansible_blivet_payload_6xn6p3qq/ansible_blivet_payload.zip/ansible/modules/blivet.py", line 1930, in \n File "/tmp/ansible_blivet_payload_6xn6p3qq/ansible_blivet_payload.zip/ansible/modules/blivet.py", line 1926, in main\n File "/tmp/ansible_blivet_payload_6xn6p3qq/ansible_blivet_payload.zip/ansible/modules/blivet.py", line 1888, in run_module\n File "/tmp/ansible_blivet_payload_6xn6p3qq/ansible_blivet_payload.zip/ansible/modules/blivet.py", line 1520, in manage_volume\n File "/tmp/ansible_blivet_payload_6xn6p3qq/ansible_blivet_payload.zip/ansible/modules/blivet.py", line 549, in manage\n File "/tmp/ansible_blivet_payload_6xn6p3qq/ansible_blivet_payload.zip/ansible/modules/blivet.py", line 357, in _look_up_device\n File "/tmp/ansible_blivet_payload_6xn6p3qq/ansible_blivet_payload.zip/ansible/modules/blivet.py", line 676, in _get_device_id\nAttributeError: \'NoneType\' object has no attribute \'_device\'\n', 'msg': 'MODULE FAILURE\nSee stdout/stderr for the exact error', 'rc': 1, '_ansible_no_log': False, 'changed': False} TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 12 February 2023 11:54:43 +0000 (0:00:00.041) 0:01:11.898 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:155 Sunday 12 February 2023 11:54:43 +0000 (0:00:00.032) 0:01:11.930 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Try to create two pools w/ the same name] ******************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:171 Sunday 12 February 2023 11:54:43 +0000 (0:00:00.042) 0:01:11.973 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 February 2023 11:54:43 +0000 (0:00:00.056) 0:01:12.030 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 February 2023 11:54:43 +0000 (0:00:00.085) 0:01:12.115 ******* ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 February 2023 11:54:43 +0000 (0:00:00.411) 0:01:12.527 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 February 2023 11:54:43 +0000 (0:00:00.084) 0:01:12.611 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 February 2023 11:54:43 +0000 (0:00:00.035) 0:01:12.646 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 February 2023 11:54:43 +0000 (0:00:00.034) 0:01:12.681 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 February 2023 11:54:44 +0000 (0:00:00.071) 0:01:12.753 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 12 February 2023 11:54:44 +0000 (0:00:00.037) 0:01:12.791 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "pool1", "type": "lvm" }, { "disks": [ "sda" ], "name": "pool1", "type": "lvm" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 12 February 2023 11:54:44 +0000 (0:00:00.042) 0:01:12.833 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 12 February 2023 11:54:44 +0000 (0:00:00.038) 0:01:12.871 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 12 February 2023 11:54:44 +0000 (0:00:00.036) 0:01:12.908 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 12 February 2023 11:54:44 +0000 (0:00:00.039) 0:01:12.948 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 12 February 2023 11:54:44 +0000 (0:00:00.037) 0:01:12.985 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 12 February 2023 11:54:44 +0000 (0:00:00.037) 0:01:13.023 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 12 February 2023 11:54:44 +0000 (0:00:00.059) 0:01:13.082 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 12 February 2023 11:54:44 +0000 (0:00:00.032) 0:01:13.115 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: multiple pools with the same name: pool1 TASK [linux-system-roles.storage : Failed message] ***************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:95 Sunday 12 February 2023 11:54:45 +0000 (0:00:01.584) 0:01:14.699 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'msg': 'multiple pools with the same name: pool1', 'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'pool1', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': []}, {'disks': ['sda'], 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'pool1', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': []}], '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_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': False} TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 12 February 2023 11:54:45 +0000 (0:00:00.045) 0:01:14.745 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:188 Sunday 12 February 2023 11:54:46 +0000 (0:00:00.032) 0:01:14.778 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the output of the duplicate pools test] *************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:194 Sunday 12 February 2023 11:54:46 +0000 (0:00:00.042) 0:01:14.820 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Try to create two volumes w/ the same name] ****************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:203 Sunday 12 February 2023 11:54:46 +0000 (0:00:00.042) 0:01:14.862 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 February 2023 11:54:46 +0000 (0:00:00.057) 0:01:14.919 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 February 2023 11:54:46 +0000 (0:00:00.051) 0:01:14.971 ******* ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 February 2023 11:54:46 +0000 (0:00:00.420) 0:01:15.392 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 February 2023 11:54:46 +0000 (0:00:00.082) 0:01:15.474 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 February 2023 11:54:46 +0000 (0:00:00.035) 0:01:15.510 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 February 2023 11:54:46 +0000 (0:00:00.035) 0:01:15.545 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 February 2023 11:54:46 +0000 (0:00:00.070) 0:01:15.616 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 12 February 2023 11:54:46 +0000 (0:00:00.040) 0:01:15.656 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "pool1", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g", "type": "lvm" }, { "mount_point": "/opt/test2", "name": "test1", "size": "2g", "type": "lvm" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 12 February 2023 11:54:46 +0000 (0:00:00.046) 0:01:15.703 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 12 February 2023 11:54:46 +0000 (0:00:00.039) 0:01:15.742 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 12 February 2023 11:54:47 +0000 (0:00:00.037) 0:01:15.779 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 12 February 2023 11:54:47 +0000 (0:00:00.036) 0:01:15.816 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 12 February 2023 11:54:47 +0000 (0:00:00.037) 0:01:15.854 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 12 February 2023 11:54:47 +0000 (0:00:00.039) 0:01:15.893 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 12 February 2023 11:54:47 +0000 (0:00:00.059) 0:01:15.953 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 12 February 2023 11:54:47 +0000 (0:00:00.032) 0:01:15.986 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: multiple volumes in pool 'pool1' with the same name: test1 TASK [linux-system-roles.storage : Failed message] ***************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:95 Sunday 12 February 2023 11:54:48 +0000 (0:00:01.559) 0:01:17.545 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'msg': "multiple volumes in pool 'pool1' with the same name: test1", 'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'invocation': {'module_args': {'pools': [{'disks': ['sda'], 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'pool1', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': '', 'fs_type': None, 'mount_options': None, 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': None, 'size': '5g', 'state': 'present', 'type': 'lvm', 'cached': None, 'cache_devices': [], 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None}, {'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': '', 'fs_type': None, 'mount_options': None, 'mount_point': '/opt/test2', 'name': 'test1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': None, 'cache_devices': [], 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': 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_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': False} TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 12 February 2023 11:54:48 +0000 (0:00:00.046) 0:01:17.592 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:226 Sunday 12 February 2023 11:54:48 +0000 (0:00:00.064) 0:01:17.656 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the output of the duplicate volumes test] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:232 Sunday 12 February 2023 11:54:48 +0000 (0:00:00.042) 0:01:17.699 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Create a pool] *********************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:239 Sunday 12 February 2023 11:54:48 +0000 (0:00:00.042) 0:01:17.741 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 February 2023 11:54:49 +0000 (0:00:00.053) 0:01:17.794 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 February 2023 11:54:49 +0000 (0:00:00.051) 0:01:17.846 ******* ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 February 2023 11:54:49 +0000 (0:00:00.408) 0:01:18.255 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 February 2023 11:54:49 +0000 (0:00:00.083) 0:01:18.338 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 February 2023 11:54:49 +0000 (0:00:00.034) 0:01:18.373 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 February 2023 11:54:49 +0000 (0:00:00.034) 0:01:18.407 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 February 2023 11:54:49 +0000 (0:00:00.073) 0:01:18.480 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 12 February 2023 11:54:49 +0000 (0:00:00.038) 0:01:18.519 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "testpool1", "type": "lvm", "volumes": [ { "fs_type": "ext4", "name": "testvol1", "size": "1g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 12 February 2023 11:54:49 +0000 (0:00:00.042) 0:01:18.562 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 12 February 2023 11:54:49 +0000 (0:00:00.040) 0:01:18.602 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 12 February 2023 11:54:49 +0000 (0:00:00.041) 0:01:18.644 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 12 February 2023 11:54:49 +0000 (0:00:00.037) 0:01:18.682 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 12 February 2023 11:54:49 +0000 (0:00:00.037) 0:01:18.719 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 12 February 2023 11:54:50 +0000 (0:00:00.037) 0:01:18.757 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 12 February 2023 11:54:50 +0000 (0:00:00.060) 0:01:18.817 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 12 February 2023 11:54:50 +0000 (0:00:00.033) 0:01:18.850 ******* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/testpool1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/testpool1-testvol1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/testpool1-testvol1", "fs_type": "ext4" } ], "changed": true, "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/xvda4", "/dev/mapper/testpool1-testvol1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2", "dosfstools", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "testpool1", "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/testpool1-testvol1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/testpool1-testvol1", "_raw_device": "/dev/mapper/testpool1-testvol1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "testvol1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "1g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 12 February 2023 11:54:52 +0000 (0:00:02.739) 0:01:21.590 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 12 February 2023 11:54:52 +0000 (0:00:00.038) 0:01:21.628 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 12 February 2023 11:54:52 +0000 (0:00:00.033) 0:01:21.661 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/testpool1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/testpool1-testvol1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/testpool1-testvol1", "fs_type": "ext4" } ], "changed": true, "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/xvda4", "/dev/mapper/testpool1-testvol1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2", "dosfstools", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "testpool1", "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/testpool1-testvol1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/testpool1-testvol1", "_raw_device": "/dev/mapper/testpool1-testvol1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "testvol1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "1g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 12 February 2023 11:54:52 +0000 (0:00:00.045) 0:01:21.706 ******* 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": "testpool1", "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/testpool1-testvol1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/testpool1-testvol1", "_raw_device": "/dev/mapper/testpool1-testvol1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "testvol1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "1g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 12 February 2023 11:54:52 +0000 (0:00:00.043) 0:01:21.750 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 12 February 2023 11:54:53 +0000 (0:00:00.041) 0:01:21.792 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 12 February 2023 11:54:53 +0000 (0:00:00.035) 0:01:21.827 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 12 February 2023 11:54:53 +0000 (0:00:00.036) 0:01:21.864 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 12 February 2023 11:54:53 +0000 (0:00:00.036) 0:01:21.901 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 12 February 2023 11:54:53 +0000 (0:00:00.037) 0:01:21.939 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 12 February 2023 11:54:53 +0000 (0:00:00.236) 0:01:22.175 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 12 February 2023 11:54:53 +0000 (0:00:00.035) 0:01:22.210 ******* ok: [sut] TASK [Try to replace file system in safe mode] ********************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:254 Sunday 12 February 2023 11:54:54 +0000 (0:00:00.731) 0:01:22.942 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 February 2023 11:54:54 +0000 (0:00:00.055) 0:01:22.998 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 February 2023 11:54:54 +0000 (0:00:00.050) 0:01:23.048 ******* ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 February 2023 11:54:54 +0000 (0:00:00.408) 0:01:23.457 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 February 2023 11:54:54 +0000 (0:00:00.084) 0:01:23.542 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 February 2023 11:54:54 +0000 (0:00:00.035) 0:01:23.577 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 February 2023 11:54:54 +0000 (0:00:00.036) 0:01:23.614 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 February 2023 11:54:54 +0000 (0:00:00.073) 0:01:23.687 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 12 February 2023 11:54:54 +0000 (0:00:00.039) 0:01:23.726 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "testpool1", "type": "lvm", "volumes": [ { "fs_type": "ext3", "name": "testvol1", "size": "1g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 12 February 2023 11:54:55 +0000 (0:00:00.044) 0:01:23.771 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 12 February 2023 11:54:55 +0000 (0:00:00.040) 0:01:23.812 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 12 February 2023 11:54:55 +0000 (0:00:00.038) 0:01:23.850 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 12 February 2023 11:54:55 +0000 (0:00:00.037) 0:01:23.888 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 12 February 2023 11:54:55 +0000 (0:00:00.039) 0:01:23.928 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 12 February 2023 11:54:55 +0000 (0:00:00.037) 0:01:23.965 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 12 February 2023 11:54:55 +0000 (0:00:00.062) 0:01:24.028 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 12 February 2023 11:54:55 +0000 (0:00:00.033) 0:01:24.062 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: cannot remove existing formatting on volume 'testvol1' in safe mode TASK [linux-system-roles.storage : Failed message] ***************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:95 Sunday 12 February 2023 11:54:57 +0000 (0:00:02.032) 0:01:26.094 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'msg': "cannot remove existing formatting on volume 'testvol1' in safe mode", 'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, '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': 'testpool1', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'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': 'ext3', 'mount_options': 'defaults', 'mount_point': None, 'name': 'testvol1', 'raid_level': None, 'size': '1g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], '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}], 'raid_chunk_size': 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_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': False} TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 12 February 2023 11:54:57 +0000 (0:00:00.047) 0:01:26.141 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:272 Sunday 12 February 2023 11:54:57 +0000 (0:00:00.034) 0:01:26.176 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the output] ******************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:278 Sunday 12 February 2023 11:54:57 +0000 (0:00:00.040) 0:01:26.217 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Try to create LVM pool on disks that already belong to an existing pool] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:287 Sunday 12 February 2023 11:54:57 +0000 (0:00:00.041) 0:01:26.258 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 February 2023 11:54:57 +0000 (0:00:00.055) 0:01:26.313 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 February 2023 11:54:57 +0000 (0:00:00.053) 0:01:26.367 ******* ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 February 2023 11:54:58 +0000 (0:00:00.419) 0:01:26.786 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 February 2023 11:54:58 +0000 (0:00:00.083) 0:01:26.870 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 February 2023 11:54:58 +0000 (0:00:00.035) 0:01:26.905 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 February 2023 11:54:58 +0000 (0:00:00.035) 0:01:26.940 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 February 2023 11:54:58 +0000 (0:00:00.072) 0:01:27.012 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 12 February 2023 11:54:58 +0000 (0:00:00.038) 0:01:27.051 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 12 February 2023 11:54:58 +0000 (0:00:00.042) 0:01:27.093 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 12 February 2023 11:54:58 +0000 (0:00:00.040) 0:01:27.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 12 February 2023 11:54:58 +0000 (0:00:00.039) 0:01:27.173 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 12 February 2023 11:54:58 +0000 (0:00:00.039) 0:01:27.213 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 12 February 2023 11:54:58 +0000 (0:00:00.039) 0:01:27.252 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 12 February 2023 11:54:58 +0000 (0:00:00.037) 0:01:27.290 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 12 February 2023 11:54:58 +0000 (0:00:00.060) 0:01:27.350 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 12 February 2023 11:54:58 +0000 (0:00:00.032) 0:01:27.383 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: cannot remove existing formatting (lvmpv) and/or devices on disk 'sda' (pool 'foo') in safe mode TASK [linux-system-roles.storage : Failed message] ***************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:95 Sunday 12 February 2023 11:55:00 +0000 (0:00:01.940) 0:01:29.324 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'msg': "cannot remove existing formatting (lvmpv) and/or devices on disk 'sda' (pool 'foo') in safe mode", 'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, '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, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': 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_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': False} TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 12 February 2023 11:55:00 +0000 (0:00:00.081) 0:01:29.406 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:301 Sunday 12 February 2023 11:55:00 +0000 (0:00:00.034) 0:01:29.440 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the output] ******************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:307 Sunday 12 February 2023 11:55:00 +0000 (0:00:00.042) 0:01:29.482 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Try to replace a pool by a file system on disk in safe mode] ************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:316 Sunday 12 February 2023 11:55:00 +0000 (0:00:00.042) 0:01:29.524 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 February 2023 11:55:00 +0000 (0:00:00.058) 0:01:29.583 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 February 2023 11:55:00 +0000 (0:00:00.051) 0:01:29.635 ******* ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 February 2023 11:55:01 +0000 (0:00:00.413) 0:01:30.048 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 February 2023 11:55:01 +0000 (0:00:00.085) 0:01:30.134 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 February 2023 11:55:01 +0000 (0:00:00.037) 0:01:30.171 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 February 2023 11:55:01 +0000 (0:00:00.038) 0:01:30.210 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 February 2023 11:55:01 +0000 (0:00:00.074) 0:01:30.284 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 12 February 2023 11:55:01 +0000 (0:00:00.040) 0:01:30.325 ******* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 12 February 2023 11:55:01 +0000 (0:00:00.042) 0:01:30.367 ******* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 12 February 2023 11:55:01 +0000 (0:00:00.046) 0:01:30.413 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 12 February 2023 11:55:01 +0000 (0:00:00.039) 0:01:30.452 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 12 February 2023 11:55:01 +0000 (0:00:00.039) 0:01:30.492 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 12 February 2023 11:55:01 +0000 (0:00:00.040) 0:01:30.532 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 12 February 2023 11:55:01 +0000 (0:00:00.040) 0:01:30.573 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 12 February 2023 11:55:01 +0000 (0:00:00.064) 0:01:30.638 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 12 February 2023 11:55:01 +0000 (0:00:00.034) 0:01:30.672 ******* fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: cannot remove existing formatting on volume 'test1' in safe mode TASK [linux-system-roles.storage : Failed message] ***************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:95 Sunday 12 February 2023 11:55:03 +0000 (0:00:01.992) 0:01:32.664 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'msg': "cannot remove existing formatting on volume 'test1' in safe mode", 'changed': False, 'actions': [], 'leaves': [], 'mounts': [], 'crypts': [], 'pools': [], 'volumes': [], 'packages': [], 'failed': True, 'invocation': {'module_args': {'pools': [], 'volumes': [{'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': 'ext3', 'mount_options': 'defaults', 'mount_point': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_chunk_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_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': False} TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 12 February 2023 11:55:03 +0000 (0:00:00.047) 0:01:32.712 ******* TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:332 Sunday 12 February 2023 11:55:03 +0000 (0:00:00.033) 0:01:32.745 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the output] ******************************************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:338 Sunday 12 February 2023 11:55:04 +0000 (0:00:00.044) 0:01:32.789 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:345 Sunday 12 February 2023 11:55:04 +0000 (0:00:00.043) 0:01:32.833 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 February 2023 11:55:04 +0000 (0:00:00.056) 0:01:32.889 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 February 2023 11:55:04 +0000 (0:00:00.051) 0:01:32.940 ******* ok: [sut] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 February 2023 11:55:04 +0000 (0:00:00.416) 0:01:33.357 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.2.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.2.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 February 2023 11:55:04 +0000 (0:00:00.086) 0:01:33.443 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 February 2023 11:55:04 +0000 (0:00:00.036) 0:01:33.479 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 February 2023 11:55:04 +0000 (0:00:00.035) 0:01:33.515 ******* included: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 February 2023 11:55:04 +0000 (0:00:00.074) 0:01:33.589 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:9 Sunday 12 February 2023 11:55:04 +0000 (0:00:00.039) 0:01:33.629 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "testpool1", "state": "absent", "type": "lvm" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Sunday 12 February 2023 11:55:04 +0000 (0:00:00.043) 0:01:33.673 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Sunday 12 February 2023 11:55:04 +0000 (0:00:00.040) 0:01:33.713 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:32 Sunday 12 February 2023 11:55:05 +0000 (0:00:00.038) 0:01:33.752 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Sunday 12 February 2023 11:55:05 +0000 (0:00:00.039) 0:01:33.792 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 Sunday 12 February 2023 11:55:05 +0000 (0:00:00.078) 0:01:33.870 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:53 Sunday 12 February 2023 11:55:05 +0000 (0:00:00.039) 0:01:33.910 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:67 Sunday 12 February 2023 11:55:05 +0000 (0:00:00.061) 0:01:33.971 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 Sunday 12 February 2023 11:55:05 +0000 (0:00:00.034) 0:01:34.005 ******* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/testpool1-testvol1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/testpool1-testvol1", "fs_type": null }, { "action": "destroy device", "device": "/dev/testpool1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [], "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": "testpool1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:87 Sunday 12 February 2023 11:55:07 +0000 (0:00:02.560) 0:01:36.566 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:99 Sunday 12 February 2023 11:55:07 +0000 (0:00:00.041) 0:01:36.608 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 12 February 2023 11:55:07 +0000 (0:00:00.035) 0:01:36.643 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/testpool1-testvol1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/testpool1-testvol1", "fs_type": null }, { "action": "destroy device", "device": "/dev/testpool1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [], "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": "testpool1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 12 February 2023 11:55:07 +0000 (0:00:00.046) 0:01:36.690 ******* 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": "testpool1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Sunday 12 February 2023 11:55:07 +0000 (0:00:00.044) 0:01:36.735 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:130 Sunday 12 February 2023 11:55:08 +0000 (0:00:00.043) 0:01:36.779 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:142 Sunday 12 February 2023 11:55:08 +0000 (0:00:00.041) 0:01:36.820 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 12 February 2023 11:55:08 +0000 (0:00:00.040) 0:01:36.860 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:159 Sunday 12 February 2023 11:55:08 +0000 (0:00:00.038) 0:01:36.898 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:167 Sunday 12 February 2023 11:55:08 +0000 (0:00:00.041) 0:01:36.939 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:172 Sunday 12 February 2023 11:55:08 +0000 (0:00:00.237) 0:01:37.177 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 Sunday 12 February 2023 11:55:08 +0000 (0:00:00.037) 0:01:37.214 ******* ok: [sut] META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=153 changed=3 unreachable=0 failed=9 skipped=101 rescued=9 ignored=0 Sunday 12 February 2023 11:55:09 +0000 (0:00:00.709) 0:01:37.924 ******* =============================================================================== linux-system-roles.storage : Make sure blivet is available ------------- 51.51s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.74s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.56s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Get service facts -------------------------- 2.09s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:46 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.03s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 1.99s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 1.94s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 1.77s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 1.61s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 1.58s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 1.58s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 1.56s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 1.53s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:73 linux-system-roles.storage : Make sure required packages are installed --- 1.00s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:39 Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors_scsi_generated.yml:3 linux-system-roles.storage : Update facts ------------------------------- 0.73s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 linux-system-roles.storage : Update facts ------------------------------- 0.73s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 linux-system-roles.storage : Update facts ------------------------------- 0.71s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:194 linux-system-roles.storage : Get required packages ---------------------- 0.64s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Gathering Facts --------------------------------------------------------- 0.63s /WORKDIR/dist-git-storage-weekly-ci-7ln7pxd5/tests/tests_lvm_errors.yml:2 ----- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.exceptions import InvalidSignature ---^---^---^---^---^---