# 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-cideqhtyj1/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tests_add_rm.yml:13 Saturday 17 February 2024 22:17:39 +0000 (0:00:00.012) 0:00:00.012 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 22:17:39 +0000 (0:00:00.025) 0:00:00.038 ***** included: /WORKDIR/git-weekly-cideqhtyj1/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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 22:17:39 +0000 (0:00:00.012) 0:00:00.050 ***** ok: [sut] TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 22:17:40 +0000 (0:00:00.502) 0:00:00.552 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 22:17:40 +0000 (0:00:00.246) 0:00:00.799 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 22:17:40 +0000 (0:00:00.019) 0:00:00.818 ***** 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_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 22:17:40 +0000 (0:00:00.027) 0:00:00.845 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 22:21:43 +0000 (0:04:02.854) 0:04:03.700 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 22:21:43 +0000 (0:00:00.249) 0:04:03.950 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 22:21:43 +0000 (0:00:00.173) 0:04:04.124 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 22:21:43 +0000 (0:00:00.029) 0:04:04.154 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707816142.602, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1707816142.409, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4057547, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707816142.409, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "2852534480", "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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 22:21:43 +0000 (0:00:00.188) 0:04:04.343 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 22:21:44 +0000 (0:00:00.243) 0:04:04.586 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707816143.423, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "90a708edb3fb234f2a5f4e28e98a362fad44972c", "ctime": 1707816143.424, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 743562, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707816143.424, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6406, "uid": 0, "version": "3490282986", "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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 22:21:44 +0000 (0:00:00.194) 0:04:04.780 ***** changed: [sut] => { "changed": true } MSG: 5 replacements made TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 22:21:44 +0000 (0:00:00.180) 0:04:04.961 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 22:21:44 +0000 (0:00:00.009) 0:04:04.970 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 22:21:44 +0000 (0:00:00.008) 0:04:04.979 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 22:21:44 +0000 (0:00:00.008) 0:04:04.987 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params", "default": true, "id": "cbcf984f79874cad97fc31a6c318d209-4.18.0-536.el8.x86_64", "index": "0", "initrd": "/boot/initramfs-4.18.0-536.el8.x86_64.img $tuned_initrd", "kernel": "/boot/vmlinuz-4.18.0-536.el8.x86_64", "root": "UUID=b00f4a12-ea3e-4925-b0f5-e1994fd747f6", "title": "CentOS Stream (4.18.0-536.el8.x86_64) 8" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "cbcf984f79874cad97fc31a6c318d209-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-cbcf984f79874cad97fc31a6c318d209.img", "kernel": "/boot/vmlinuz-0-rescue-cbcf984f79874cad97fc31a6c318d209", "root": "UUID=b00f4a12-ea3e-4925-b0f5-e1994fd747f6", "title": "CentOS Stream (0-rescue-cbcf984f79874cad97fc31a6c318d209) 8" } ] }, "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-cideqhtyj1/tests/tests_add_rm.yml:29 Saturday 17 February 2024 22:21:44 +0000 (0:00:00.477) 0:04:05.465 ***** included: /WORKDIR/git-weekly-cideqhtyj1/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tasks/clone_kernel.yml:3 Saturday 17 February 2024 22:21:44 +0000 (0:00:00.013) 0:04:05.478 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params", "default": true, "id": "cbcf984f79874cad97fc31a6c318d209-4.18.0-536.el8.x86_64", "index": "0", "initrd": "/boot/initramfs-4.18.0-536.el8.x86_64.img $tuned_initrd", "kernel": "/boot/vmlinuz-4.18.0-536.el8.x86_64", "root": "UUID=b00f4a12-ea3e-4925-b0f5-e1994fd747f6", "title": "CentOS Stream (4.18.0-536.el8.x86_64) 8" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tasks/clone_kernel.yml:8 Saturday 17 February 2024 22:21:44 +0000 (0:00:00.010) 0:04:05.488 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-4.18.0-536.el8.x86_64', 'dest': '/boot/vmlinuz-4.18.0-536.el8.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "6d3c3269ba472ad87de08aa46eed0c715fd0e7af", "dest": "/boot/vmlinuz-4.18.0-536.el8.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-4.18.0-536.el8.x86_64_clone1", "src": "/boot/vmlinuz-4.18.0-536.el8.x86_64" }, "md5sum": "a71f8e10f5824a9747a6ece11fd3de44", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 11077344, "src": "/boot/vmlinuz-4.18.0-536.el8.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-4.18.0-536.el8.x86_64.img', 'dest': '/boot/initramfs-4.18.0-536.el8.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "ee1fac4cf986bce1fd4d97d7531ab457d6ee43c2", "dest": "/boot/initramfs-4.18.0-536.el8.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-4.18.0-536.el8.x86_64.img_clone1", "src": "/boot/initramfs-4.18.0-536.el8.x86_64.img" }, "md5sum": "77e440a10b8091b55a6f9146a74d5e3b", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 31355563, "src": "/boot/initramfs-4.18.0-536.el8.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tasks/clone_kernel.yml:22 Saturday 17 February 2024 22:21:45 +0000 (0:00:00.791) 0:04:06.280 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 22:21:45 +0000 (0:00:00.015) 0:04:06.295 ***** included: /WORKDIR/git-weekly-cideqhtyj1/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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 22:21:45 +0000 (0:00:00.011) 0:04:06.306 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 22:21:45 +0000 (0:00:00.008) 0:04:06.315 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 22:21:45 +0000 (0:00:00.008) 0:04:06.324 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 22:21:45 +0000 (0:00:00.007) 0:04:06.331 ***** 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_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 22:21:45 +0000 (0:00:00.019) 0:04:06.350 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 22:25:48 +0000 (0:04:02.830) 0:08:09.181 ***** 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-4.18.0-536.el8.x86_64_clone1 --initrd=/boot/initramfs-4.18.0-536.el8.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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 22:25:49 +0000 (0:00:00.445) 0:08:09.626 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 22:25:49 +0000 (0:00:00.176) 0:08:09.802 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 22:25:49 +0000 (0:00:00.014) 0:08:09.817 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708208503.8236258, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1707816142.409, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4057547, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707816142.409, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "2852534480", "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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 22:25:49 +0000 (0:00:00.191) 0:08:10.009 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 22:25:49 +0000 (0:00:00.182) 0:08:10.192 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708208504.4516094, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e38e9f32ea3c10cb44cd42bd9f796af174086dd6", "ctime": 1708208504.4516094, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134217923, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708208504.4516094, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "3425164864", "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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 22:25:49 +0000 (0:00:00.194) 0:08:10.386 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 22:25:50 +0000 (0:00:00.184) 0:08:10.570 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 22:25:50 +0000 (0:00:00.010) 0:08:10.581 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 22:25:50 +0000 (0:00:00.007) 0:08:10.589 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 22:25:50 +0000 (0:00:00.008) 0:08:10.597 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 17 February 2024 22:25:50 +0000 (0:00:00.006) 0:08:10.604 ***** 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.178907", "end": "2024-02-17 22:25:50.522083", "rc": 0, "start": "2024-02-17 22:25:50.343176" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params" 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="crashkernel=auto net.ifnames=0 rhgb quiet" 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 crashkernel=auto net.ifnames=0 rhgb quiet " GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 17 February 2024 22:25:50 +0000 (0:00:00.425) 0:08:11.029 ***** included: /WORKDIR/git-weekly-cideqhtyj1/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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 17 February 2024 22:25:50 +0000 (0:00:00.008) 0:08:11.037 ***** changed: [sut] => { "changed": true, "elapsed": 37, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 17 February 2024 22:26:28 +0000 (0:00:38.340) 0:08:49.378 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 17 February 2024 22:26:28 +0000 (0:00:00.009) 0:08:49.387 ***** 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-cideqhtyj1/tests/tasks/clone_kernel.yml:41 Saturday 17 February 2024 22:26:28 +0000 (0:00:00.010) 0:08:49.398 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tasks/clone_kernel.yml:45 Saturday 17 February 2024 22:26:28 +0000 (0:00:00.009) 0:08:49.408 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 22:26:28 +0000 (0:00:00.017) 0:08:49.425 ***** included: /WORKDIR/git-weekly-cideqhtyj1/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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 22:26:28 +0000 (0:00:00.011) 0:08:49.437 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 22:26:28 +0000 (0:00:00.008) 0:08:49.445 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 22:26:28 +0000 (0:00:00.034) 0:08:49.480 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 22:26:28 +0000 (0:00:00.008) 0:08:49.489 ***** 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_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 22:26:29 +0000 (0:00:00.019) 0:08:49.508 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 22:30:33 +0000 (0:04:04.191) 0:12:53.699 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 22:30:33 +0000 (0:00:00.183) 0:12:53.883 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 22:30:33 +0000 (0:00:00.178) 0:12:54.062 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 22:30:33 +0000 (0:00:00.014) 0:12:54.076 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708208750.5210948, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8106f5ad382722c59d66e60f2e68ccf76a806e5a", "ctime": 1708208750.5200949, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4049601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708208750.5200949, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "version": "2133986542", "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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 22:30:33 +0000 (0:00:00.199) 0:12:54.276 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 22:30:33 +0000 (0:00:00.186) 0:12:54.463 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708208749.8631122, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e38e9f32ea3c10cb44cd42bd9f796af174086dd6", "ctime": 1708208504.4516094, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134217923, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708208504.4516094, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "3425164864", "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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 22:30:34 +0000 (0:00:00.221) 0:12:54.684 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 22:30:34 +0000 (0:00:00.183) 0:12:54.867 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 22:30:34 +0000 (0:00:00.009) 0:12:54.877 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 22:30:34 +0000 (0:00:00.009) 0:12:54.887 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 22:30:34 +0000 (0:00:00.007) 0:12:54.894 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params test=kernel", "default": false, "id": "078b9bdba34942549bb7b5fa73f61cb7-4.18.0-536.el8.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-4.18.0-536.el8.x86_64.img_clone1", "kernel": "/boot/vmlinuz-4.18.0-536.el8.x86_64_clone1", "root": "UUID=b00f4a12-ea3e-4925-b0f5-e1994fd747f6", "title": "Clone1" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params", "default": true, "id": "cbcf984f79874cad97fc31a6c318d209-4.18.0-536.el8.x86_64", "index": "1", "initrd": "/boot/initramfs-4.18.0-536.el8.x86_64.img $tuned_initrd", "kernel": "/boot/vmlinuz-4.18.0-536.el8.x86_64", "root": "UUID=b00f4a12-ea3e-4925-b0f5-e1994fd747f6", "title": "CentOS Stream (4.18.0-536.el8.x86_64) 8" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "cbcf984f79874cad97fc31a6c318d209-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-cbcf984f79874cad97fc31a6c318d209.img", "kernel": "/boot/vmlinuz-0-rescue-cbcf984f79874cad97fc31a6c318d209", "root": "UUID=b00f4a12-ea3e-4925-b0f5-e1994fd747f6", "title": "CentOS Stream (0-rescue-cbcf984f79874cad97fc31a6c318d209) 8" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tests_add_rm.yml:35 Saturday 17 February 2024 22:30:34 +0000 (0:00:00.384) 0:12:55.278 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tests_add_rm.yml:47 Saturday 17 February 2024 22:30:34 +0000 (0:00:00.012) 0:12:55.291 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 22:30:34 +0000 (0:00:00.020) 0:12:55.311 ***** included: /WORKDIR/git-weekly-cideqhtyj1/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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 22:30:34 +0000 (0:00:00.010) 0:12:55.322 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 22:30:34 +0000 (0:00:00.008) 0:12:55.331 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 22:30:34 +0000 (0:00:00.007) 0:12:55.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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 22:30:34 +0000 (0:00:00.007) 0:12:55.346 ***** 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_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 22:30:34 +0000 (0:00:00.018) 0:12:55.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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 22:34:37 +0000 (0:04:02.850) 0:16:58.215 ***** 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-4.18.0-536.el8.x86_64_clone1" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 22:34:38 +0000 (0:00:00.479) 0:16:58.695 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 22:34:38 +0000 (0:00:00.181) 0:16:58.876 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 22:34:38 +0000 (0:00:00.015) 0:16:58.892 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708208750.5210948, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8106f5ad382722c59d66e60f2e68ccf76a806e5a", "ctime": 1708208750.5200949, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4049601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708208750.5200949, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "version": "2133986542", "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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 22:34:38 +0000 (0:00:00.192) 0:16:59.085 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 22:34:38 +0000 (0:00:00.184) 0:16:59.270 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708208749.8631122, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e38e9f32ea3c10cb44cd42bd9f796af174086dd6", "ctime": 1708208504.4516094, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134217923, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708208504.4516094, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "3425164864", "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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 22:34:38 +0000 (0:00:00.193) 0:16:59.463 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 22:34:39 +0000 (0:00:00.183) 0:16:59.647 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 22:34:39 +0000 (0:00:00.010) 0:16:59.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 : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 22:34:39 +0000 (0:00:00.008) 0:16:59.666 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 22:34:39 +0000 (0:00:00.008) 0:16:59.675 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params", "default": true, "id": "cbcf984f79874cad97fc31a6c318d209-4.18.0-536.el8.x86_64", "index": "0", "initrd": "/boot/initramfs-4.18.0-536.el8.x86_64.img $tuned_initrd", "kernel": "/boot/vmlinuz-4.18.0-536.el8.x86_64", "root": "UUID=b00f4a12-ea3e-4925-b0f5-e1994fd747f6", "title": "CentOS Stream (4.18.0-536.el8.x86_64) 8" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "cbcf984f79874cad97fc31a6c318d209-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-cbcf984f79874cad97fc31a6c318d209.img", "kernel": "/boot/vmlinuz-0-rescue-cbcf984f79874cad97fc31a6c318d209", "root": "UUID=b00f4a12-ea3e-4925-b0f5-e1994fd747f6", "title": "CentOS Stream (0-rescue-cbcf984f79874cad97fc31a6c318d209) 8" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tests_add_rm.yml:65 Saturday 17 February 2024 22:34:39 +0000 (0:00:00.320) 0:16:59.996 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tests_add_rm.yml:71 Saturday 17 February 2024 22:34:39 +0000 (0:00:00.011) 0:17:00.007 ***** included: /WORKDIR/git-weekly-cideqhtyj1/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tasks/clone_kernel.yml:3 Saturday 17 February 2024 22:34:39 +0000 (0:00:00.013) 0:17:00.020 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params", "default": true, "id": "cbcf984f79874cad97fc31a6c318d209-4.18.0-536.el8.x86_64", "index": "0", "initrd": "/boot/initramfs-4.18.0-536.el8.x86_64.img $tuned_initrd", "kernel": "/boot/vmlinuz-4.18.0-536.el8.x86_64", "root": "UUID=b00f4a12-ea3e-4925-b0f5-e1994fd747f6", "title": "CentOS Stream (4.18.0-536.el8.x86_64) 8" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tasks/clone_kernel.yml:8 Saturday 17 February 2024 22:34:39 +0000 (0:00:00.009) 0:17:00.030 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-4.18.0-536.el8.x86_64', 'dest': '/boot/vmlinuz-4.18.0-536.el8.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "6d3c3269ba472ad87de08aa46eed0c715fd0e7af", "dest": "/boot/vmlinuz-4.18.0-536.el8.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-4.18.0-536.el8.x86_64_clone2", "src": "/boot/vmlinuz-4.18.0-536.el8.x86_64" }, "md5sum": "a71f8e10f5824a9747a6ece11fd3de44", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 11077344, "src": "/boot/vmlinuz-4.18.0-536.el8.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-4.18.0-536.el8.x86_64.img', 'dest': '/boot/initramfs-4.18.0-536.el8.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "ee1fac4cf986bce1fd4d97d7531ab457d6ee43c2", "dest": "/boot/initramfs-4.18.0-536.el8.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-4.18.0-536.el8.x86_64.img_clone2", "src": "/boot/initramfs-4.18.0-536.el8.x86_64.img" }, "md5sum": "77e440a10b8091b55a6f9146a74d5e3b", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 31355563, "src": "/boot/initramfs-4.18.0-536.el8.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tasks/clone_kernel.yml:22 Saturday 17 February 2024 22:34:40 +0000 (0:00:00.736) 0:17:00.767 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 22:34:40 +0000 (0:00:00.011) 0:17:00.778 ***** included: /WORKDIR/git-weekly-cideqhtyj1/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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 22:34:40 +0000 (0:00:00.011) 0:17:00.789 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 22:34:40 +0000 (0:00:00.008) 0:17:00.797 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 22:34:40 +0000 (0:00:00.007) 0:17:00.805 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 22:34:40 +0000 (0:00:00.008) 0:17:00.814 ***** 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_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 22:34:40 +0000 (0:00:00.020) 0:17:00.835 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 22:38:43 +0000 (0:04:02.716) 0:21:03.551 ***** 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-4.18.0-536.el8.x86_64_clone2 --initrd=/boot/initramfs-4.18.0-536.el8.x86_64.img_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 22:38:43 +0000 (0:00:00.443) 0:21:03.994 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 22:38:43 +0000 (0:00:00.179) 0:21:04.174 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 22:38:43 +0000 (0:00:00.016) 0:21:04.190 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708208750.5210948, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8106f5ad382722c59d66e60f2e68ccf76a806e5a", "ctime": 1708208750.5200949, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4049601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708208750.5200949, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "version": "2133986542", "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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 22:38:43 +0000 (0:00:00.196) 0:21:04.386 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 22:38:44 +0000 (0:00:00.183) 0:21:04.570 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708208749.8631122, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e38e9f32ea3c10cb44cd42bd9f796af174086dd6", "ctime": 1708208504.4516094, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134217923, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708208504.4516094, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "3425164864", "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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 22:38:44 +0000 (0:00:00.199) 0:21:04.770 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 22:38:44 +0000 (0:00:00.183) 0:21:04.953 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 22:38:44 +0000 (0:00:00.010) 0:21:04.964 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 22:38:44 +0000 (0:00:00.009) 0:21:04.973 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 22:38:44 +0000 (0:00:00.008) 0:21:04.982 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 17 February 2024 22:38:44 +0000 (0:00:00.008) 0:21:04.990 ***** 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.174809", "end": "2024-02-17 22:38:44.843879", "rc": 0, "start": "2024-02-17 22:38:44.669070" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params" 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 crashkernel=auto net.ifnames=0 rhgb quiet " 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 crashkernel=auto net.ifnames=0 rhgb quiet " GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 17 February 2024 22:38:44 +0000 (0:00:00.366) 0:21:05.357 ***** included: /WORKDIR/git-weekly-cideqhtyj1/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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 17 February 2024 22:38:44 +0000 (0:00:00.011) 0:21:05.369 ***** changed: [sut] => { "changed": true, "elapsed": 37, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 17 February 2024 22:39:22 +0000 (0:00:37.789) 0:21:43.158 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 17 February 2024 22:39:22 +0000 (0:00:00.009) 0:21:43.167 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 17 February 2024 22:39:22 +0000 (0:00:00.008) 0:21:43.176 ***** 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.211841", "end": "2024-02-17 22:39:22.778720", "rc": 0, "start": "2024-02-17 22:39:22.566879" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params" 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 crashkernel=auto net.ifnames=0 rhgb quiet " 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 crashkernel=auto net.ifnames=0 rhgb quiet " GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 17 February 2024 22:39:23 +0000 (0:00:00.497) 0:21:43.673 ***** included: /WORKDIR/git-weekly-cideqhtyj1/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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 17 February 2024 22:39:23 +0000 (0:00:00.008) 0:21:43.681 ***** changed: [sut] => { "changed": true, "elapsed": 40, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 17 February 2024 22:40:03 +0000 (0:00:40.784) 0:22:24.466 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 17 February 2024 22:40:03 +0000 (0:00:00.009) 0:22:24.475 ***** 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-cideqhtyj1/tests/tasks/clone_kernel.yml:41 Saturday 17 February 2024 22:40:03 +0000 (0:00:00.011) 0:22:24.487 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tasks/clone_kernel.yml:45 Saturday 17 February 2024 22:40:04 +0000 (0:00:00.009) 0:22:24.497 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 22:40:04 +0000 (0:00:00.016) 0:22:24.513 ***** included: /WORKDIR/git-weekly-cideqhtyj1/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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 22:40:04 +0000 (0:00:00.011) 0:22:24.525 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 22:40:04 +0000 (0:00:00.008) 0:22:24.534 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 22:40:04 +0000 (0:00:00.008) 0:22:24.543 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 22:40:04 +0000 (0:00:00.010) 0:22:24.553 ***** 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_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 22:40:04 +0000 (0:00:00.019) 0:22:24.573 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 22:44:08 +0000 (0:04:04.465) 0:26:29.038 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 22:44:08 +0000 (0:00:00.180) 0:26:29.219 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 22:44:08 +0000 (0:00:00.177) 0:26:29.396 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 22:44:08 +0000 (0:00:00.014) 0:26:29.411 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708209562.7777994, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8106f5ad382722c59d66e60f2e68ccf76a806e5a", "ctime": 1708209562.7767994, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4057547, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708209562.7767994, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "version": "3515106156", "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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 22:44:09 +0000 (0:00:00.198) 0:26:29.609 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 22:44:09 +0000 (0:00:00.182) 0:26:29.791 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708208749.8631122, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e38e9f32ea3c10cb44cd42bd9f796af174086dd6", "ctime": 1708208504.4516094, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134217923, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708208504.4516094, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "3425164864", "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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 22:44:09 +0000 (0:00:00.194) 0:26:29.985 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 22:44:09 +0000 (0:00:00.179) 0:26:30.164 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 22:44:09 +0000 (0:00:00.009) 0:26:30.174 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 22:44:09 +0000 (0:00:00.007) 0:26:30.182 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 22:44:09 +0000 (0:00:00.007) 0:26:30.190 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "078b9bdba34942549bb7b5fa73f61cb7-4.18.0-536.el8.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-4.18.0-536.el8.x86_64.img_clone2", "kernel": "/boot/vmlinuz-4.18.0-536.el8.x86_64_clone2", "title": "Clone2" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params", "default": true, "id": "cbcf984f79874cad97fc31a6c318d209-4.18.0-536.el8.x86_64", "index": "1", "initrd": "/boot/initramfs-4.18.0-536.el8.x86_64.img $tuned_initrd", "kernel": "/boot/vmlinuz-4.18.0-536.el8.x86_64", "root": "UUID=b00f4a12-ea3e-4925-b0f5-e1994fd747f6", "title": "CentOS Stream (4.18.0-536.el8.x86_64) 8" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "cbcf984f79874cad97fc31a6c318d209-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-cbcf984f79874cad97fc31a6c318d209.img", "kernel": "/boot/vmlinuz-0-rescue-cbcf984f79874cad97fc31a6c318d209", "root": "UUID=b00f4a12-ea3e-4925-b0f5-e1994fd747f6", "title": "CentOS Stream (0-rescue-cbcf984f79874cad97fc31a6c318d209) 8" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tests_add_rm.yml:77 Saturday 17 February 2024 22:44:10 +0000 (0:00:00.383) 0:26:30.573 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tests_add_rm.yml:84 Saturday 17 February 2024 22:44:10 +0000 (0:00:00.010) 0:26:30.584 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 22:44:10 +0000 (0:00:00.024) 0:26:30.609 ***** included: /WORKDIR/git-weekly-cideqhtyj1/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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 22:44:10 +0000 (0:00:00.011) 0:26:30.620 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 22:44:10 +0000 (0:00:00.008) 0:26:30.629 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 22:44:10 +0000 (0:00:00.008) 0:26:30.638 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 22:44:10 +0000 (0:00:00.007) 0:26:30.645 ***** 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_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 22:44:10 +0000 (0:00:00.018) 0:26:30.664 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 22:48:12 +0000 (0:04:02.821) 0:30:33.486 ***** 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-4.18.0-536.el8.x86_64_clone2" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 22:48:13 +0000 (0:00:00.462) 0:30:33.948 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 22:48:13 +0000 (0:00:00.175) 0:30:34.124 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 22:48:13 +0000 (0:00:00.023) 0:30:34.147 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708209562.7777994, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8106f5ad382722c59d66e60f2e68ccf76a806e5a", "ctime": 1708209562.7767994, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4057547, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708209562.7767994, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "version": "3515106156", "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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 22:48:13 +0000 (0:00:00.195) 0:30:34.342 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 22:48:14 +0000 (0:00:00.182) 0:30:34.524 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708208749.8631122, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e38e9f32ea3c10cb44cd42bd9f796af174086dd6", "ctime": 1708208504.4516094, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134217923, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708208504.4516094, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "3425164864", "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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 22:48:14 +0000 (0:00:00.194) 0:30:34.719 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 22:48:14 +0000 (0:00:00.182) 0:30:34.902 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 22:48:14 +0000 (0:00:00.009) 0:30:34.912 ***** 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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 22:48:14 +0000 (0:00:00.009) 0:30:34.921 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 22:48:14 +0000 (0:00:00.007) 0:30:34.928 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params", "default": true, "id": "cbcf984f79874cad97fc31a6c318d209-4.18.0-536.el8.x86_64", "index": "0", "initrd": "/boot/initramfs-4.18.0-536.el8.x86_64.img $tuned_initrd", "kernel": "/boot/vmlinuz-4.18.0-536.el8.x86_64", "root": "UUID=b00f4a12-ea3e-4925-b0f5-e1994fd747f6", "title": "CentOS Stream (4.18.0-536.el8.x86_64) 8" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "cbcf984f79874cad97fc31a6c318d209-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-cbcf984f79874cad97fc31a6c318d209.img", "kernel": "/boot/vmlinuz-0-rescue-cbcf984f79874cad97fc31a6c318d209", "root": "UUID=b00f4a12-ea3e-4925-b0f5-e1994fd747f6", "title": "CentOS Stream (0-rescue-cbcf984f79874cad97fc31a6c318d209) 8" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tests_add_rm.yml:94 Saturday 17 February 2024 22:48:14 +0000 (0:00:00.322) 0:30:35.251 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/tests_add_rm.yml:100 Saturday 17 February 2024 22:48:14 +0000 (0:00:00.012) 0:30:35.264 ***** changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-4.18.0-536.el8.x86_64_clone1" ], "delta": "0:00:00.053707", "end": "2024-02-17 22:48:15.002018", "failed_when_result": false, "item": 1, "rc": 1, "start": "2024-02-17 22:48:14.948311" } STDERR: The param /boot/vmlinuz-4.18.0-536.el8.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-4.18.0-536.el8.x86_64_clone2" ], "delta": "0:00:00.053289", "end": "2024-02-17 22:48:15.227241", "failed_when_result": false, "item": 2, "rc": 1, "start": "2024-02-17 22:48:15.173952" } STDERR: The param /boot/vmlinuz-4.18.0-536.el8.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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 17 February 2024 22:48:15 +0000 (0:00:00.467) 0:30:35.732 ***** 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.152495", "end": "2024-02-17 22:48:15.564028", "rc": 0, "start": "2024-02-17 22:48:15.411533" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params" 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 crashkernel=auto net.ifnames=0 rhgb quiet " 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 crashkernel=auto net.ifnames=0 rhgb quiet " GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 17 February 2024 22:48:15 +0000 (0:00:00.338) 0:30:36.071 ***** included: /WORKDIR/git-weekly-cideqhtyj1/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-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 17 February 2024 22:48:15 +0000 (0:00:00.009) 0:30:36.080 ***** changed: [sut] => { "changed": true, "elapsed": 36, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 17 February 2024 22:48:52 +0000 (0:00:36.662) 0:31:12.743 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 17 February 2024 22:48:52 +0000 (0:00:00.009) 0:31:12.752 ***** 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 22:48:52 +0000 (0:00:00.009) 0:31:12.762 ***** =============================================================================== linux-system-roles.bootloader : Ensure required packages are installed - 731.51s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed - 485.55s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed - 242.85s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed - 242.82s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 40.78s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 38.34s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 37.79s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 36.66s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Collect bootloader facts ---------------- 1.25s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.89s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Fix default kernel boot parameters ------ 0.79s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Clone test_kernel kernel and initrd for test purposes ------------------- 0.79s /WORKDIR/git-weekly-cideqhtyj1/tests/tasks/clone_kernel.yml:8 ----------------- Clone test_kernel kernel and initrd for test purposes ------------------- 0.74s /WORKDIR/git-weekly-cideqhtyj1/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.61s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.61s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg -------- 0.61s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.59s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.54s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 linux-system-roles.bootloader : Determine platform type ----------------- 0.53s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 linux-system-roles.bootloader : Ensure ansible_facts used by role ------- 0.50s /WORKDIR/git-weekly-cideqhtyj1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---