# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_add_rm.yml ***************************************************** 1 plays in /WORKDIR/git-weekly-ciupfgy1vz/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tests_add_rm.yml:13 Saturday 17 February 2024 22:29:53 +0000 (0:00:00.013) 0:00:00.013 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 22:29:53 +0000 (0:00:00.026) 0:00:00.040 ***** included: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 22:29:53 +0000 (0:00:00.013) 0:00:00.053 ***** ok: [sut] TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 22:29:54 +0000 (0:00:00.509) 0:00:00.563 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 22:29:54 +0000 (0:00:00.249) 0:00:00.813 ***** ok: [sut] => { "ansible_facts": { "__bootloader_is_ostree": false }, "changed": false } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 22:29:54 +0000 (0:00:00.020) 0:00:00.833 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 22:29:54 +0000 (0:00:00.026) 0:00:00.860 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 22:33:56 +0000 (0:04:02.318) 0:04:03.178 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 22:33:56 +0000 (0:00:00.248) 0:04:03.426 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 22:33:57 +0000 (0:00:00.173) 0:04:03.600 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 22:33:57 +0000 (0:00:00.029) 0:04:03.630 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707816062.331, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1707816062.188, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 7184825, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707816062.188, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "402538370", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 22:33:57 +0000 (0:00:00.187) 0:04:03.817 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 22:33:57 +0000 (0:00:00.244) 0:04:04.061 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707816062.92, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "52cd08909a0fdfc1448e152164457466cc4ffaa9", "ctime": 1707816062.921, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 646136, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707816062.921, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "2656932746", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 22:33:57 +0000 (0:00:00.191) 0:04:04.253 ***** changed: [sut] => { "changed": true } MSG: 6 replacements made TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 22:33:57 +0000 (0:00:00.179) 0:04:04.433 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 22:33:57 +0000 (0:00:00.009) 0:04:04.442 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 22:33:57 +0000 (0:00:00.007) 0:04:04.449 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 22:33:57 +0000 (0:00:00.007) 0:04:04.457 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "ac363cafabb44018ac7ec128d1816466-5.14.0-412.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-412.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-412.el9.x86_64", "root": "UUID=f77e3cee-117f-47f0-9621-6aa83d683dc3", "title": "CentOS Stream (5.14.0-412.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "ac363cafabb44018ac7ec128d1816466-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-ac363cafabb44018ac7ec128d1816466.img", "kernel": "/boot/vmlinuz-0-rescue-ac363cafabb44018ac7ec128d1816466", "root": "UUID=f77e3cee-117f-47f0-9621-6aa83d683dc3", "title": "CentOS Stream (0-rescue-ac363cafabb44018ac7ec128d1816466) 9" } ] }, "changed": false } META: end_host conditional evaluated to false, continuing execution for sut META: ran handlers TASK [Clone kernel to Clone1] ************************************************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tests_add_rm.yml:29 Saturday 17 February 2024 22:33:58 +0000 (0:00:00.356) 0:04:04.813 ***** included: /WORKDIR/git-weekly-ciupfgy1vz/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tasks/clone_kernel.yml:3 Saturday 17 February 2024 22:33:58 +0000 (0:00:00.011) 0:04:04.825 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "ac363cafabb44018ac7ec128d1816466-5.14.0-412.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-412.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-412.el9.x86_64", "root": "UUID=f77e3cee-117f-47f0-9621-6aa83d683dc3", "title": "CentOS Stream (5.14.0-412.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tasks/clone_kernel.yml:8 Saturday 17 February 2024 22:33:58 +0000 (0:00:00.009) 0:04:04.835 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-5.14.0-412.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-412.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "5344a11ad8c2a22ae78e0e263cc46407de5db3de", "dest": "/boot/vmlinuz-5.14.0-412.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-412.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-412.el9.x86_64" }, "md5sum": "fb034a1e5d509142504bf676a334a97e", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 13572136, "src": "/boot/vmlinuz-5.14.0-412.el9.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-5.14.0-412.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-412.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "05d11d79df2efc25aba4b8b4b9b1a51cee273a28", "dest": "/boot/initramfs-5.14.0-412.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-412.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-412.el9.x86_64.img" }, "md5sum": "e50fdebbda468efb4bc187715a531592", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 34851126, "src": "/boot/initramfs-5.14.0-412.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tasks/clone_kernel.yml:22 Saturday 17 February 2024 22:33:59 +0000 (0:00:00.925) 0:04:05.760 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 22:33:59 +0000 (0:00:00.015) 0:04:05.776 ***** included: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 22:33:59 +0000 (0:00:00.011) 0:04:05.787 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 22:33:59 +0000 (0:00:00.008) 0:04:05.795 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 22:33:59 +0000 (0:00:00.007) 0:04:05.803 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 22:33:59 +0000 (0:00:00.007) 0:04:05.810 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 22:33:59 +0000 (0:00:00.019) 0:04:05.830 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 22:38:00 +0000 (0:04:01.253) 0:08:07.084 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-5.14.0-412.el9.x86_64_clone1 --initrd=/boot/initramfs-5.14.0-412.el9.x86_64.img_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 22:38:01 +0000 (0:00:00.404) 0:08:07.488 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 22:38:01 +0000 (0:00:00.177) 0:08:07.666 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 22:38:01 +0000 (0:00:00.014) 0:08:07.681 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708209237.3237119, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1707816062.188, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 7184825, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707816062.188, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "402538370", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 22:38:01 +0000 (0:00:00.194) 0:08:07.875 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 22:38:01 +0000 (0:00:00.185) 0:08:08.060 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708209237.9486969, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b51472e91c6be23805349eb8db33e00d42a824c0", "ctime": 1708209237.9486969, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 427819329, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708209237.9486969, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "4196863581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 22:38:01 +0000 (0:00:00.200) 0:08:08.261 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 22:38:01 +0000 (0:00:00.185) 0:08:08.446 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 22:38:01 +0000 (0:00:00.008) 0:08:08.455 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 22:38:01 +0000 (0:00:00.007) 0:08:08.463 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 22:38:02 +0000 (0:00:00.007) 0:08:08.471 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 17 February 2024 22:38:02 +0000 (0:00:00.006) 0:08:08.477 ***** changed: [sut] => { "changed": true, "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\" /etc/default/grub\ncat /etc/default/grub", "delta": "0:00:00.145900", "end": "2024-02-17 22:38:02.390116", "rc": 0, "start": "2024-02-17 22:38:02.244216" } STDOUT: args="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 17 February 2024 22:38:02 +0000 (0:00:00.395) 0:08:08.872 ***** included: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 17 February 2024 22:38:02 +0000 (0:00:00.009) 0:08:08.882 ***** changed: [sut] => { "changed": true, "elapsed": 44, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 17 February 2024 22:38:47 +0000 (0:00:44.842) 0:08:53.725 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 17 February 2024 22:38:47 +0000 (0:00:00.009) 0:08:53.734 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tasks/clone_kernel.yml:41 Saturday 17 February 2024 22:38:47 +0000 (0:00:00.011) 0:08:53.746 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tasks/clone_kernel.yml:45 Saturday 17 February 2024 22:38:47 +0000 (0:00:00.008) 0:08:53.755 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 22:38:47 +0000 (0:00:00.016) 0:08:53.771 ***** included: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 22:38:47 +0000 (0:00:00.011) 0:08:53.782 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 22:38:47 +0000 (0:00:00.008) 0:08:53.791 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 22:38:47 +0000 (0:00:00.007) 0:08:53.798 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 22:38:47 +0000 (0:00:00.007) 0:08:53.806 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 22:38:47 +0000 (0:00:00.019) 0:08:53.825 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 22:42:50 +0000 (0:04:03.001) 0:12:56.827 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 22:42:50 +0000 (0:00:00.181) 0:12:57.008 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 22:42:50 +0000 (0:00:00.180) 0:12:57.188 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 22:42:50 +0000 (0:00:00.014) 0:12:57.202 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708209482.3888128, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708209482.3878129, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6406839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708209482.3878129, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "1847907289", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 22:42:50 +0000 (0:00:00.221) 0:12:57.424 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 22:42:51 +0000 (0:00:00.184) 0:12:57.608 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708209481.7628279, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b51472e91c6be23805349eb8db33e00d42a824c0", "ctime": 1708209237.9486969, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 427819329, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708209237.9486969, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "4196863581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 22:42:51 +0000 (0:00:00.197) 0:12:57.806 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 22:42:51 +0000 (0:00:00.182) 0:12:57.989 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 22:42:51 +0000 (0:00:00.009) 0:12:57.998 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 22:42:51 +0000 (0:00:00.007) 0:12:58.006 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 22:42:51 +0000 (0:00:00.008) 0:12:58.015 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 test=kernel", "default": false, "id": "561b3e28459740c696e980967851feed-5.14.0-412.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-412.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-412.el9.x86_64_clone1", "root": "UUID=f77e3cee-117f-47f0-9621-6aa83d683dc3", "title": "Clone1" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "ac363cafabb44018ac7ec128d1816466-5.14.0-412.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-412.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-412.el9.x86_64", "root": "UUID=f77e3cee-117f-47f0-9621-6aa83d683dc3", "title": "CentOS Stream (5.14.0-412.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "ac363cafabb44018ac7ec128d1816466-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-ac363cafabb44018ac7ec128d1816466.img", "kernel": "/boot/vmlinuz-0-rescue-ac363cafabb44018ac7ec128d1816466", "root": "UUID=f77e3cee-117f-47f0-9621-6aa83d683dc3", "title": "CentOS Stream (0-rescue-ac363cafabb44018ac7ec128d1816466) 9" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tests_add_rm.yml:35 Saturday 17 February 2024 22:42:51 +0000 (0:00:00.336) 0:12:58.351 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tests_add_rm.yml:47 Saturday 17 February 2024 22:42:51 +0000 (0:00:00.012) 0:12:58.364 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 22:42:51 +0000 (0:00:00.019) 0:12:58.384 ***** included: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 22:42:51 +0000 (0:00:00.011) 0:12:58.395 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 22:42:51 +0000 (0:00:00.008) 0:12:58.404 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 22:42:51 +0000 (0:00:00.007) 0:12:58.411 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 22:42:51 +0000 (0:00:00.007) 0:12:58.419 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 22:42:51 +0000 (0:00:00.018) 0:12:58.437 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 22:46:53 +0000 (0:04:01.267) 0:16:59.705 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-5.14.0-412.el9.x86_64_clone1" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 22:46:53 +0000 (0:00:00.423) 0:17:00.128 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 22:46:53 +0000 (0:00:00.175) 0:17:00.304 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 22:46:53 +0000 (0:00:00.015) 0:17:00.319 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708209482.3888128, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708209482.3878129, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6406839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708209482.3878129, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "1847907289", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 22:46:54 +0000 (0:00:00.191) 0:17:00.511 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 22:46:54 +0000 (0:00:00.186) 0:17:00.698 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708209481.7628279, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b51472e91c6be23805349eb8db33e00d42a824c0", "ctime": 1708209237.9486969, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 427819329, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708209237.9486969, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "4196863581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 22:46:54 +0000 (0:00:00.193) 0:17:00.891 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 22:46:54 +0000 (0:00:00.180) 0:17:01.072 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 22:46:54 +0000 (0:00:00.009) 0:17:01.081 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 22:46:54 +0000 (0:00:00.008) 0:17:01.090 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 22:46:54 +0000 (0:00:00.007) 0:17:01.098 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "ac363cafabb44018ac7ec128d1816466-5.14.0-412.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-412.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-412.el9.x86_64", "root": "UUID=f77e3cee-117f-47f0-9621-6aa83d683dc3", "title": "CentOS Stream (5.14.0-412.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "ac363cafabb44018ac7ec128d1816466-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-ac363cafabb44018ac7ec128d1816466.img", "kernel": "/boot/vmlinuz-0-rescue-ac363cafabb44018ac7ec128d1816466", "root": "UUID=f77e3cee-117f-47f0-9621-6aa83d683dc3", "title": "CentOS Stream (0-rescue-ac363cafabb44018ac7ec128d1816466) 9" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tests_add_rm.yml:65 Saturday 17 February 2024 22:46:54 +0000 (0:00:00.286) 0:17:01.384 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tests_add_rm.yml:71 Saturday 17 February 2024 22:46:54 +0000 (0:00:00.011) 0:17:01.395 ***** included: /WORKDIR/git-weekly-ciupfgy1vz/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tasks/clone_kernel.yml:3 Saturday 17 February 2024 22:46:54 +0000 (0:00:00.013) 0:17:01.409 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "ac363cafabb44018ac7ec128d1816466-5.14.0-412.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-412.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-412.el9.x86_64", "root": "UUID=f77e3cee-117f-47f0-9621-6aa83d683dc3", "title": "CentOS Stream (5.14.0-412.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tasks/clone_kernel.yml:8 Saturday 17 February 2024 22:46:54 +0000 (0:00:00.009) 0:17:01.419 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-5.14.0-412.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-412.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "5344a11ad8c2a22ae78e0e263cc46407de5db3de", "dest": "/boot/vmlinuz-5.14.0-412.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-412.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-412.el9.x86_64" }, "md5sum": "fb034a1e5d509142504bf676a334a97e", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 13572136, "src": "/boot/vmlinuz-5.14.0-412.el9.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-5.14.0-412.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-412.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "05d11d79df2efc25aba4b8b4b9b1a51cee273a28", "dest": "/boot/initramfs-5.14.0-412.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-412.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-412.el9.x86_64.img" }, "md5sum": "e50fdebbda468efb4bc187715a531592", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 34851126, "src": "/boot/initramfs-5.14.0-412.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tasks/clone_kernel.yml:22 Saturday 17 February 2024 22:46:55 +0000 (0:00:00.903) 0:17:02.322 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 22:46:55 +0000 (0:00:00.011) 0:17:02.333 ***** included: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 22:46:55 +0000 (0:00:00.010) 0:17:02.344 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 22:46:55 +0000 (0:00:00.008) 0:17:02.352 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 22:46:55 +0000 (0:00:00.008) 0:17:02.361 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 22:46:55 +0000 (0:00:00.008) 0:17:02.370 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 22:46:55 +0000 (0:00:00.018) 0:17:02.388 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 22:50:57 +0000 (0:04:01.267) 0:21:03.656 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-5.14.0-412.el9.x86_64_clone2 --initrd=/boot/initramfs-5.14.0-412.el9.x86_64.img_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 22:50:57 +0000 (0:00:00.410) 0:21:04.066 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 22:50:57 +0000 (0:00:00.182) 0:21:04.249 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 22:50:57 +0000 (0:00:00.014) 0:21:04.263 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708209482.3888128, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708209482.3878129, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6406839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708209482.3878129, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "1847907289", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 22:50:57 +0000 (0:00:00.197) 0:21:04.461 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 22:50:58 +0000 (0:00:00.189) 0:21:04.651 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708209481.7628279, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b51472e91c6be23805349eb8db33e00d42a824c0", "ctime": 1708209237.9486969, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 427819329, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708209237.9486969, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "4196863581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 22:50:58 +0000 (0:00:00.197) 0:21:04.849 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 22:50:58 +0000 (0:00:00.187) 0:21:05.036 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 22:50:58 +0000 (0:00:00.009) 0:21:05.046 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 22:50:58 +0000 (0:00:00.008) 0:21:05.055 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 22:50:58 +0000 (0:00:00.007) 0:21:05.062 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 17 February 2024 22:50:58 +0000 (0:00:00.006) 0:21:05.069 ***** changed: [sut] => { "changed": true, "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\" /etc/default/grub\ncat /etc/default/grub", "delta": "0:00:00.145474", "end": "2024-02-17 22:50:58.918887", "rc": 0, "start": "2024-02-17 22:50:58.773413" } STDOUT: args="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 17 February 2024 22:50:58 +0000 (0:00:00.331) 0:21:05.401 ***** included: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 17 February 2024 22:50:58 +0000 (0:00:00.007) 0:21:05.409 ***** changed: [sut] => { "changed": true, "elapsed": 36, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 17 February 2024 22:51:36 +0000 (0:00:37.528) 0:21:42.937 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 17 February 2024 22:51:36 +0000 (0:00:00.008) 0:21:42.945 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 17 February 2024 22:51:36 +0000 (0:00:00.009) 0:21:42.955 ***** changed: [sut] => { "changed": true, "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\" /etc/default/grub\ncat /etc/default/grub", "delta": "0:00:00.165386", "end": "2024-02-17 22:51:36.909086", "rc": 0, "start": "2024-02-17 22:51:36.743700" } STDOUT: args="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 17 February 2024 22:51:36 +0000 (0:00:00.357) 0:21:43.313 ***** included: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 17 February 2024 22:51:36 +0000 (0:00:00.008) 0:21:43.322 ***** changed: [sut] => { "changed": true, "elapsed": 43, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 17 February 2024 22:52:20 +0000 (0:00:43.940) 0:22:27.263 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 17 February 2024 22:52:20 +0000 (0:00:00.009) 0:22:27.272 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tasks/clone_kernel.yml:41 Saturday 17 February 2024 22:52:20 +0000 (0:00:00.010) 0:22:27.282 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tasks/clone_kernel.yml:45 Saturday 17 February 2024 22:52:20 +0000 (0:00:00.009) 0:22:27.292 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 22:52:20 +0000 (0:00:00.016) 0:22:27.308 ***** included: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 22:52:20 +0000 (0:00:00.011) 0:22:27.319 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 22:52:20 +0000 (0:00:00.009) 0:22:27.329 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 22:52:20 +0000 (0:00:00.008) 0:22:27.338 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 22:52:20 +0000 (0:00:00.007) 0:22:27.345 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 22:52:20 +0000 (0:00:00.018) 0:22:27.364 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 22:56:23 +0000 (0:04:02.978) 0:26:30.342 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 22:56:24 +0000 (0:00:00.182) 0:26:30.525 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 22:56:24 +0000 (0:00:00.174) 0:26:30.699 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 22:56:24 +0000 (0:00:00.014) 0:26:30.714 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708210296.907976, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708210296.906976, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6406839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708210296.906976, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "1689940593", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 22:56:24 +0000 (0:00:00.229) 0:26:30.944 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 22:56:24 +0000 (0:00:00.189) 0:26:31.133 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708209481.7628279, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b51472e91c6be23805349eb8db33e00d42a824c0", "ctime": 1708209237.9486969, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 427819329, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708209237.9486969, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "4196863581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 22:56:24 +0000 (0:00:00.194) 0:26:31.328 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 22:56:25 +0000 (0:00:00.181) 0:26:31.510 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 22:56:25 +0000 (0:00:00.010) 0:26:31.520 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 22:56:25 +0000 (0:00:00.008) 0:26:31.529 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 22:56:25 +0000 (0:00:00.008) 0:26:31.537 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "561b3e28459740c696e980967851feed-5.14.0-412.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-412.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-412.el9.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "ac363cafabb44018ac7ec128d1816466-5.14.0-412.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-412.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-412.el9.x86_64", "root": "UUID=f77e3cee-117f-47f0-9621-6aa83d683dc3", "title": "CentOS Stream (5.14.0-412.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "ac363cafabb44018ac7ec128d1816466-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-ac363cafabb44018ac7ec128d1816466.img", "kernel": "/boot/vmlinuz-0-rescue-ac363cafabb44018ac7ec128d1816466", "root": "UUID=f77e3cee-117f-47f0-9621-6aa83d683dc3", "title": "CentOS Stream (0-rescue-ac363cafabb44018ac7ec128d1816466) 9" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tests_add_rm.yml:77 Saturday 17 February 2024 22:56:25 +0000 (0:00:00.332) 0:26:31.870 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tests_add_rm.yml:84 Saturday 17 February 2024 22:56:25 +0000 (0:00:00.011) 0:26:31.881 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 22:56:25 +0000 (0:00:00.027) 0:26:31.909 ***** included: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 22:56:25 +0000 (0:00:00.011) 0:26:31.920 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 22:56:25 +0000 (0:00:00.008) 0:26:31.929 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 22:56:25 +0000 (0:00:00.008) 0:26:31.938 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 22:56:25 +0000 (0:00:00.007) 0:26:31.946 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 22:56:25 +0000 (0:00:00.019) 0:26:31.965 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 23:00:26 +0000 (0:04:01.286) 0:30:33.252 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-5.14.0-412.el9.x86_64_clone2" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 23:00:27 +0000 (0:00:00.432) 0:30:33.685 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 23:00:27 +0000 (0:00:00.182) 0:30:33.867 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 23:00:27 +0000 (0:00:00.015) 0:30:33.882 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708210296.907976, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708210296.906976, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6406839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708210296.906976, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "1689940593", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 23:00:27 +0000 (0:00:00.194) 0:30:34.077 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 23:00:27 +0000 (0:00:00.192) 0:30:34.269 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708209481.7628279, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b51472e91c6be23805349eb8db33e00d42a824c0", "ctime": 1708209237.9486969, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 427819329, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708209237.9486969, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "4196863581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 23:00:28 +0000 (0:00:00.202) 0:30:34.471 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 23:00:28 +0000 (0:00:00.185) 0:30:34.657 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 23:00:28 +0000 (0:00:00.010) 0:30:34.667 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 23:00:28 +0000 (0:00:00.009) 0:30:34.676 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 23:00:28 +0000 (0:00:00.008) 0:30:34.685 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "ac363cafabb44018ac7ec128d1816466-5.14.0-412.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-412.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-412.el9.x86_64", "root": "UUID=f77e3cee-117f-47f0-9621-6aa83d683dc3", "title": "CentOS Stream (5.14.0-412.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "ac363cafabb44018ac7ec128d1816466-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-ac363cafabb44018ac7ec128d1816466.img", "kernel": "/boot/vmlinuz-0-rescue-ac363cafabb44018ac7ec128d1816466", "root": "UUID=f77e3cee-117f-47f0-9621-6aa83d683dc3", "title": "CentOS Stream (0-rescue-ac363cafabb44018ac7ec128d1816466) 9" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tests_add_rm.yml:94 Saturday 17 February 2024 23:00:28 +0000 (0:00:00.293) 0:30:34.979 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/tests_add_rm.yml:100 Saturday 17 February 2024 23:00:28 +0000 (0:00:00.011) 0:30:34.991 ***** changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-412.el9.x86_64_clone1" ], "delta": "0:00:00.048710", "end": "2024-02-17 23:00:28.738742", "failed_when_result": false, "item": 1, "rc": 1, "start": "2024-02-17 23:00:28.690032" } STDERR: The param /boot/vmlinuz-5.14.0-412.el9.x86_64_clone1 is incorrect MSG: non-zero return code changed: [sut] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-412.el9.x86_64_clone2" ], "delta": "0:00:00.048387", "end": "2024-02-17 23:00:28.963551", "failed_when_result": false, "item": 2, "rc": 1, "start": "2024-02-17 23:00:28.915164" } STDERR: The param /boot/vmlinuz-5.14.0-412.el9.x86_64_clone2 is incorrect MSG: non-zero return code RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 17 February 2024 23:00:28 +0000 (0:00:00.453) 0:30:35.444 ***** changed: [sut] => { "changed": true, "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\" /etc/default/grub\ncat /etc/default/grub", "delta": "0:00:00.113762", "end": "2024-02-17 23:00:29.259417", "rc": 0, "start": "2024-02-17 23:00:29.145655" } STDOUT: args="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 17 February 2024 23:00:29 +0000 (0:00:00.297) 0:30:35.741 ***** included: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 17 February 2024 23:00:29 +0000 (0:00:00.008) 0:30:35.749 ***** changed: [sut] => { "changed": true, "elapsed": 44, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 17 February 2024 23:01:14 +0000 (0:00:45.244) 0:31:20.993 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 17 February 2024 23:01:14 +0000 (0:00:00.009) 0:31:21.003 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=100 changed=16 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Saturday 17 February 2024 23:01:14 +0000 (0:00:00.009) 0:31:21.013 ***** =============================================================================== linux-system-roles.bootloader : Ensure required packages are installed - 728.30s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed - 482.52s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed - 241.29s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed - 241.27s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 45.24s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 44.84s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 43.94s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 37.53s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Collect bootloader facts ---------------- 1.03s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Clone test_kernel kernel and initrd for test purposes ------------------- 0.93s /WORKDIR/git-weekly-ciupfgy1vz/tests/tasks/clone_kernel.yml:8 ----------------- Clone test_kernel kernel and initrd for test purposes ------------------- 0.90s /WORKDIR/git-weekly-ciupfgy1vz/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.81s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Fix default kernel boot parameters ------ 0.73s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.64s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.62s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.61s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg -------- 0.58s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.54s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 linux-system-roles.bootloader : Determine platform type ----------------- 0.53s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 linux-system-roles.bootloader : Ensure ansible_facts used by role ------- 0.51s /WORKDIR/git-weekly-ciupfgy1vz/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---