# 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-ciwyl1gb4m/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tests_add_rm.yml:13 Saturday 10 February 2024 13:49:24 +0000 (0:00:00.012) 0:00:00.012 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 February 2024 13:49:24 +0000 (0:00:00.026) 0:00:00.039 ***** included: /WORKDIR/git-weekly-ciwyl1gb4m/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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 February 2024 13:49:24 +0000 (0:00:00.015) 0:00:00.054 ***** ok: [sut] TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 February 2024 13:49:25 +0000 (0:00:00.409) 0:00:00.464 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 February 2024 13:49:25 +0000 (0:00:00.244) 0:00:00.709 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 February 2024 13:49:25 +0000 (0:00:00.018) 0:00:00.728 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 February 2024 13:49:25 +0000 (0:00:00.027) 0:00:00.755 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 February 2024 13:49:28 +0000 (0:00:02.839) 0:00:03.595 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 February 2024 13:49:28 +0000 (0:00:00.254) 0:00:03.849 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 10 February 2024 13:49:28 +0000 (0:00:00.175) 0:00:04.025 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 10 February 2024 13:49:28 +0000 (0:00:00.032) 0:00:04.058 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1706607197.501, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1706607197.294, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3946247, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1706607197.294, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "1076451407", "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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 10 February 2024 13:49:28 +0000 (0:00:00.194) 0:00:04.252 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 February 2024 13:49:29 +0000 (0:00:00.252) 0:00:04.504 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1706607198.322, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "f54bc73a7929c00a376609c4783329b3b0755748", "ctime": 1706607198.322, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 794988, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1706607198.322, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6406, "uid": 0, "version": "1403227692", "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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 10 February 2024 13:49:29 +0000 (0:00:00.194) 0:00:04.699 ***** changed: [sut] => { "changed": true } MSG: 5 replacements made TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 February 2024 13:49:29 +0000 (0:00:00.180) 0:00:04.879 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 10 February 2024 13:49:29 +0000 (0:00:00.009) 0:00:04.889 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 10 February 2024 13:49:29 +0000 (0:00:00.007) 0:00:04.896 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 10 February 2024 13:49:29 +0000 (0:00:00.007) 0:00:04.903 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params", "default": true, "id": "a1d64965b37f47e9a08470e182aea3b0-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=929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe", "title": "CentOS Stream (4.18.0-536.el8.x86_64) 8" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "a1d64965b37f47e9a08470e182aea3b0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a1d64965b37f47e9a08470e182aea3b0.img", "kernel": "/boot/vmlinuz-0-rescue-a1d64965b37f47e9a08470e182aea3b0", "root": "UUID=929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe", "title": "CentOS Stream (0-rescue-a1d64965b37f47e9a08470e182aea3b0) 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-ciwyl1gb4m/tests/tests_add_rm.yml:29 Saturday 10 February 2024 13:49:30 +0000 (0:00:00.413) 0:00:05.316 ***** included: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tasks/clone_kernel.yml:3 Saturday 10 February 2024 13:49:30 +0000 (0:00:00.011) 0:00:05.328 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params", "default": true, "id": "a1d64965b37f47e9a08470e182aea3b0-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=929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe", "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-ciwyl1gb4m/tests/tasks/clone_kernel.yml:8 Saturday 10 February 2024 13:49:30 +0000 (0:00:00.009) 0:00:05.337 ***** 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": "1d6f3475d4985403b1630b76e717ad467c373bf0", "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": "f35d904dd9c66f91b6728b69fcde7110", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 31358941, "src": "/boot/initramfs-4.18.0-536.el8.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tasks/clone_kernel.yml:22 Saturday 10 February 2024 13:49:30 +0000 (0:00:00.783) 0:00:06.120 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 February 2024 13:49:30 +0000 (0:00:00.015) 0:00:06.136 ***** included: /WORKDIR/git-weekly-ciwyl1gb4m/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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 February 2024 13:49:30 +0000 (0:00:00.010) 0:00:06.147 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 February 2024 13:49:30 +0000 (0:00:00.008) 0:00:06.155 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 February 2024 13:49:30 +0000 (0:00:00.007) 0:00:06.163 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 February 2024 13:49:30 +0000 (0:00:00.007) 0:00:06.170 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 February 2024 13:49:30 +0000 (0:00:00.017) 0:00:06.187 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 February 2024 13:49:33 +0000 (0:00:02.765) 0:00:08.953 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 February 2024 13:49:34 +0000 (0:00:00.444) 0:00:09.397 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 10 February 2024 13:49:34 +0000 (0:00:00.174) 0:00:09.571 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 10 February 2024 13:49:34 +0000 (0:00:00.013) 0:00:09.585 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707572968.9231026, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1706607197.294, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3946247, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1706607197.294, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "1076451407", "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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 10 February 2024 13:49:34 +0000 (0:00:00.186) 0:00:09.772 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 February 2024 13:49:34 +0000 (0:00:00.180) 0:00:09.953 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707572969.5600986, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "6f4e82dd0129d34cf8d0bfc56c15bd4db76e6241", "ctime": 1707572969.5610988, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 31457601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707572969.5600986, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "1430575460", "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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 10 February 2024 13:49:34 +0000 (0:00:00.189) 0:00:10.143 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 February 2024 13:49:35 +0000 (0:00:00.180) 0:00:10.323 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 10 February 2024 13:49:35 +0000 (0:00:00.009) 0:00:10.333 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 10 February 2024 13:49:35 +0000 (0:00:00.008) 0:00:10.341 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 10 February 2024 13:49:35 +0000 (0:00:00.007) 0:00:10.349 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 10 February 2024 13:49:35 +0000 (0:00:00.005) 0:00:10.355 ***** 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.179921", "end": "2024-02-10 13:49:35.458933", "rc": 0, "start": "2024-02-10 13:49:35.279012" } 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 10 February 2024 13:49:35 +0000 (0:00:00.418) 0:00:10.774 ***** included: /WORKDIR/git-weekly-ciwyl1gb4m/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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 10 February 2024 13:49:35 +0000 (0:00:00.009) 0:00:10.783 ***** changed: [sut] => { "changed": true, "elapsed": 40, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 10 February 2024 13:50:16 +0000 (0:00:41.089) 0:00:51.873 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 10 February 2024 13:50:16 +0000 (0:00:00.009) 0:00:51.882 ***** 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-ciwyl1gb4m/tests/tasks/clone_kernel.yml:41 Saturday 10 February 2024 13:50:16 +0000 (0:00:00.010) 0:00:51.892 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tasks/clone_kernel.yml:45 Saturday 10 February 2024 13:50:16 +0000 (0:00:00.008) 0:00:51.901 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 February 2024 13:50:16 +0000 (0:00:00.016) 0:00:51.917 ***** included: /WORKDIR/git-weekly-ciwyl1gb4m/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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 February 2024 13:50:16 +0000 (0:00:00.011) 0:00:51.928 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 February 2024 13:50:16 +0000 (0:00:00.008) 0:00:51.937 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 February 2024 13:50:16 +0000 (0:00:00.007) 0:00:51.944 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 February 2024 13:50:16 +0000 (0:00:00.007) 0:00:51.951 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 February 2024 13:50:16 +0000 (0:00:00.018) 0:00:51.970 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 February 2024 13:50:20 +0000 (0:00:04.265) 0:00:56.235 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 February 2024 13:50:21 +0000 (0:00:00.178) 0:00:56.414 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 10 February 2024 13:50:21 +0000 (0:00:00.177) 0:00:56.591 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 10 February 2024 13:50:21 +0000 (0:00:00.013) 0:00:56.605 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707572975.4570622, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8106f5ad382722c59d66e60f2e68ccf76a806e5a", "ctime": 1707572975.4560623, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3946251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707572975.4560623, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "version": "955106881", "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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 10 February 2024 13:50:21 +0000 (0:00:00.195) 0:00:56.800 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 February 2024 13:50:21 +0000 (0:00:00.182) 0:00:56.983 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707572974.8110662, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "6f4e82dd0129d34cf8d0bfc56c15bd4db76e6241", "ctime": 1707572969.5610988, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 31457601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707572969.5600986, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "1430575460", "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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 10 February 2024 13:50:21 +0000 (0:00:00.196) 0:00:57.179 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 February 2024 13:50:22 +0000 (0:00:00.182) 0:00:57.361 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 10 February 2024 13:50:22 +0000 (0:00:00.009) 0:00:57.371 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 10 February 2024 13:50:22 +0000 (0:00:00.007) 0:00:57.378 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 10 February 2024 13:50:22 +0000 (0:00:00.007) 0:00:57.385 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params test=kernel", "default": false, "id": "57b3974a20de4b3dac85ccf21d52c2fe-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=929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe", "title": "Clone1" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params", "default": true, "id": "a1d64965b37f47e9a08470e182aea3b0-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=929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe", "title": "CentOS Stream (4.18.0-536.el8.x86_64) 8" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "a1d64965b37f47e9a08470e182aea3b0-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-a1d64965b37f47e9a08470e182aea3b0.img", "kernel": "/boot/vmlinuz-0-rescue-a1d64965b37f47e9a08470e182aea3b0", "root": "UUID=929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe", "title": "CentOS Stream (0-rescue-a1d64965b37f47e9a08470e182aea3b0) 8" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tests_add_rm.yml:35 Saturday 10 February 2024 13:50:22 +0000 (0:00:00.378) 0:00:57.764 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tests_add_rm.yml:47 Saturday 10 February 2024 13:50:22 +0000 (0:00:00.010) 0:00:57.775 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 February 2024 13:50:22 +0000 (0:00:00.020) 0:00:57.796 ***** included: /WORKDIR/git-weekly-ciwyl1gb4m/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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 February 2024 13:50:22 +0000 (0:00:00.010) 0:00:57.806 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 February 2024 13:50:22 +0000 (0:00:00.008) 0:00:57.814 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 February 2024 13:50:22 +0000 (0:00:00.007) 0:00:57.822 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 February 2024 13:50:22 +0000 (0:00:00.007) 0:00:57.829 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 February 2024 13:50:22 +0000 (0:00:00.017) 0:00:57.846 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 February 2024 13:50:25 +0000 (0:00:02.666) 0:01:00.513 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 February 2024 13:50:25 +0000 (0:00:00.482) 0:01:00.996 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 10 February 2024 13:50:25 +0000 (0:00:00.176) 0:01:01.172 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 10 February 2024 13:50:25 +0000 (0:00:00.013) 0:01:01.186 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707572975.4570622, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8106f5ad382722c59d66e60f2e68ccf76a806e5a", "ctime": 1707572975.4560623, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3946251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707572975.4560623, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "version": "955106881", "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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 10 February 2024 13:50:26 +0000 (0:00:00.192) 0:01:01.379 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 February 2024 13:50:26 +0000 (0:00:00.183) 0:01:01.562 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707572974.8110662, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "6f4e82dd0129d34cf8d0bfc56c15bd4db76e6241", "ctime": 1707572969.5610988, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 31457601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707572969.5600986, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "1430575460", "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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 10 February 2024 13:50:26 +0000 (0:00:00.193) 0:01:01.756 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 February 2024 13:50:26 +0000 (0:00:00.178) 0:01:01.934 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 10 February 2024 13:50:26 +0000 (0:00:00.009) 0:01:01.944 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 10 February 2024 13:50:26 +0000 (0:00:00.007) 0:01:01.951 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 10 February 2024 13:50:26 +0000 (0:00:00.007) 0:01:01.958 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params", "default": true, "id": "a1d64965b37f47e9a08470e182aea3b0-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=929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe", "title": "CentOS Stream (4.18.0-536.el8.x86_64) 8" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "a1d64965b37f47e9a08470e182aea3b0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a1d64965b37f47e9a08470e182aea3b0.img", "kernel": "/boot/vmlinuz-0-rescue-a1d64965b37f47e9a08470e182aea3b0", "root": "UUID=929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe", "title": "CentOS Stream (0-rescue-a1d64965b37f47e9a08470e182aea3b0) 8" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tests_add_rm.yml:65 Saturday 10 February 2024 13:50:26 +0000 (0:00:00.321) 0:01:02.280 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tests_add_rm.yml:71 Saturday 10 February 2024 13:50:26 +0000 (0:00:00.010) 0:01:02.290 ***** included: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tasks/clone_kernel.yml:3 Saturday 10 February 2024 13:50:27 +0000 (0:00:00.013) 0:01:02.304 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params", "default": true, "id": "a1d64965b37f47e9a08470e182aea3b0-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=929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe", "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-ciwyl1gb4m/tests/tasks/clone_kernel.yml:8 Saturday 10 February 2024 13:50:27 +0000 (0:00:00.009) 0:01:02.313 ***** 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": "1d6f3475d4985403b1630b76e717ad467c373bf0", "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": "f35d904dd9c66f91b6728b69fcde7110", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 31358941, "src": "/boot/initramfs-4.18.0-536.el8.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tasks/clone_kernel.yml:22 Saturday 10 February 2024 13:50:27 +0000 (0:00:00.721) 0:01:03.035 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 February 2024 13:50:27 +0000 (0:00:00.010) 0:01:03.046 ***** included: /WORKDIR/git-weekly-ciwyl1gb4m/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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 February 2024 13:50:27 +0000 (0:00:00.010) 0:01:03.056 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 February 2024 13:50:27 +0000 (0:00:00.008) 0:01:03.065 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 February 2024 13:50:27 +0000 (0:00:00.007) 0:01:03.072 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 February 2024 13:50:27 +0000 (0:00:00.007) 0:01:03.079 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 February 2024 13:50:27 +0000 (0:00:00.017) 0:01:03.097 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 February 2024 13:50:30 +0000 (0:00:02.665) 0:01:05.763 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 February 2024 13:50:30 +0000 (0:00:00.443) 0:01:06.206 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 10 February 2024 13:50:31 +0000 (0:00:00.177) 0:01:06.384 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 10 February 2024 13:50:31 +0000 (0:00:00.014) 0:01:06.398 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707572975.4570622, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8106f5ad382722c59d66e60f2e68ccf76a806e5a", "ctime": 1707572975.4560623, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3946251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707572975.4560623, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "version": "955106881", "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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 10 February 2024 13:50:31 +0000 (0:00:00.189) 0:01:06.587 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 February 2024 13:50:31 +0000 (0:00:00.180) 0:01:06.768 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707572974.8110662, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "6f4e82dd0129d34cf8d0bfc56c15bd4db76e6241", "ctime": 1707572969.5610988, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 31457601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707572969.5600986, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "1430575460", "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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 10 February 2024 13:50:31 +0000 (0:00:00.192) 0:01:06.960 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 February 2024 13:50:31 +0000 (0:00:00.179) 0:01:07.140 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 10 February 2024 13:50:31 +0000 (0:00:00.009) 0:01:07.149 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 10 February 2024 13:50:31 +0000 (0:00:00.007) 0:01:07.157 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 10 February 2024 13:50:31 +0000 (0:00:00.007) 0:01:07.164 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 10 February 2024 13:50:31 +0000 (0:00:00.006) 0:01:07.170 ***** 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.179288", "end": "2024-02-10 13:50:32.213499", "rc": 0, "start": "2024-02-10 13:50:32.034211" } 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 10 February 2024 13:50:32 +0000 (0:00:00.358) 0:01:07.529 ***** included: /WORKDIR/git-weekly-ciwyl1gb4m/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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 10 February 2024 13:50:32 +0000 (0:00:00.007) 0:01:07.536 ***** changed: [sut] => { "changed": true, "elapsed": 36, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 10 February 2024 13:51:09 +0000 (0:00:36.818) 0:01:44.355 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 10 February 2024 13:51:09 +0000 (0:00:00.008) 0:01:44.363 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 10 February 2024 13:51:09 +0000 (0:00:00.008) 0:01:44.372 ***** 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.204348", "end": "2024-02-10 13:51:09.038646", "rc": 0, "start": "2024-02-10 13:51:08.834298" } 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 10 February 2024 13:51:09 +0000 (0:00:00.393) 0:01:44.765 ***** included: /WORKDIR/git-weekly-ciwyl1gb4m/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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 10 February 2024 13:51:09 +0000 (0:00:00.007) 0:01:44.773 ***** changed: [sut] => { "changed": true, "elapsed": 41, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 10 February 2024 13:51:51 +0000 (0:00:41.915) 0:02:26.689 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 10 February 2024 13:51:51 +0000 (0:00:00.007) 0:02:26.697 ***** 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-ciwyl1gb4m/tests/tasks/clone_kernel.yml:41 Saturday 10 February 2024 13:51:51 +0000 (0:00:00.010) 0:02:26.707 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tasks/clone_kernel.yml:45 Saturday 10 February 2024 13:51:51 +0000 (0:00:00.008) 0:02:26.715 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 February 2024 13:51:51 +0000 (0:00:00.016) 0:02:26.732 ***** included: /WORKDIR/git-weekly-ciwyl1gb4m/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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 February 2024 13:51:51 +0000 (0:00:00.011) 0:02:26.743 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 February 2024 13:51:51 +0000 (0:00:00.008) 0:02:26.751 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 February 2024 13:51:51 +0000 (0:00:00.007) 0:02:26.758 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 February 2024 13:51:51 +0000 (0:00:00.007) 0:02:26.766 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 February 2024 13:51:51 +0000 (0:00:00.017) 0:02:26.783 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 February 2024 13:51:55 +0000 (0:00:04.289) 0:02:31.073 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 February 2024 13:51:55 +0000 (0:00:00.178) 0:02:31.251 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 10 February 2024 13:51:56 +0000 (0:00:00.173) 0:02:31.425 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 10 February 2024 13:51:56 +0000 (0:00:00.014) 0:02:31.439 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707573069.0373466, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8106f5ad382722c59d66e60f2e68ccf76a806e5a", "ctime": 1707573069.0363467, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3946251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707573069.0363467, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "version": "2613552756", "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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 10 February 2024 13:51:56 +0000 (0:00:00.193) 0:02:31.632 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 February 2024 13:51:56 +0000 (0:00:00.181) 0:02:31.814 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707572974.8110662, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "6f4e82dd0129d34cf8d0bfc56c15bd4db76e6241", "ctime": 1707572969.5610988, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 31457601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707572969.5600986, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "1430575460", "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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 10 February 2024 13:51:56 +0000 (0:00:00.193) 0:02:32.008 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 February 2024 13:51:56 +0000 (0:00:00.181) 0:02:32.189 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 10 February 2024 13:51:56 +0000 (0:00:00.009) 0:02:32.199 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 10 February 2024 13:51:56 +0000 (0:00:00.007) 0:02:32.206 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 10 February 2024 13:51:56 +0000 (0:00:00.007) 0:02:32.213 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "57b3974a20de4b3dac85ccf21d52c2fe-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": "a1d64965b37f47e9a08470e182aea3b0-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=929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe", "title": "CentOS Stream (4.18.0-536.el8.x86_64) 8" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "a1d64965b37f47e9a08470e182aea3b0-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-a1d64965b37f47e9a08470e182aea3b0.img", "kernel": "/boot/vmlinuz-0-rescue-a1d64965b37f47e9a08470e182aea3b0", "root": "UUID=929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe", "title": "CentOS Stream (0-rescue-a1d64965b37f47e9a08470e182aea3b0) 8" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tests_add_rm.yml:77 Saturday 10 February 2024 13:51:57 +0000 (0:00:00.360) 0:02:32.574 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tests_add_rm.yml:84 Saturday 10 February 2024 13:51:57 +0000 (0:00:00.010) 0:02:32.584 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 February 2024 13:51:57 +0000 (0:00:00.025) 0:02:32.610 ***** included: /WORKDIR/git-weekly-ciwyl1gb4m/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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 February 2024 13:51:57 +0000 (0:00:00.009) 0:02:32.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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 February 2024 13:51:57 +0000 (0:00:00.008) 0:02:32.628 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 February 2024 13:51:57 +0000 (0:00:00.007) 0:02:32.636 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 February 2024 13:51:57 +0000 (0:00:00.007) 0:02:32.643 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 February 2024 13:51:57 +0000 (0:00:00.017) 0:02:32.661 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 February 2024 13:52:00 +0000 (0:00:02.742) 0:02:35.403 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 February 2024 13:52:00 +0000 (0:00:00.461) 0:02:35.865 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 10 February 2024 13:52:00 +0000 (0:00:00.175) 0:02:36.040 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 10 February 2024 13:52:00 +0000 (0:00:00.014) 0:02:36.054 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707573069.0373466, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8106f5ad382722c59d66e60f2e68ccf76a806e5a", "ctime": 1707573069.0363467, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3946251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707573069.0363467, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "version": "2613552756", "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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 10 February 2024 13:52:00 +0000 (0:00:00.190) 0:02:36.244 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 February 2024 13:52:01 +0000 (0:00:00.180) 0:02:36.424 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707572974.8110662, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "6f4e82dd0129d34cf8d0bfc56c15bd4db76e6241", "ctime": 1707572969.5610988, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 31457601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707572969.5600986, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "1430575460", "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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 10 February 2024 13:52:01 +0000 (0:00:00.194) 0:02:36.619 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 February 2024 13:52:01 +0000 (0:00:00.182) 0:02:36.802 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 10 February 2024 13:52:01 +0000 (0:00:00.009) 0:02:36.811 ***** 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 10 February 2024 13:52:01 +0000 (0:00:00.007) 0:02:36.818 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 10 February 2024 13:52:01 +0000 (0:00:00.007) 0:02:36.826 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet $tuned_params", "default": true, "id": "a1d64965b37f47e9a08470e182aea3b0-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=929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe", "title": "CentOS Stream (4.18.0-536.el8.x86_64) 8" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "a1d64965b37f47e9a08470e182aea3b0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a1d64965b37f47e9a08470e182aea3b0.img", "kernel": "/boot/vmlinuz-0-rescue-a1d64965b37f47e9a08470e182aea3b0", "root": "UUID=929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe", "title": "CentOS Stream (0-rescue-a1d64965b37f47e9a08470e182aea3b0) 8" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tests_add_rm.yml:94 Saturday 10 February 2024 13:52:01 +0000 (0:00:00.321) 0:02:37.147 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/tests_add_rm.yml:100 Saturday 10 February 2024 13:52:01 +0000 (0:00:00.009) 0:02:37.157 ***** 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.055898", "end": "2024-02-10 13:52:02.074988", "failed_when_result": false, "item": 1, "rc": 1, "start": "2024-02-10 13:52:02.019090" } 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.053995", "end": "2024-02-10 13:52:02.300874", "failed_when_result": false, "item": 2, "rc": 1, "start": "2024-02-10 13:52:02.246879" } 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 10 February 2024 13:52:02 +0000 (0:00:00.458) 0:02:37.615 ***** 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.146257", "end": "2024-02-10 13:52:02.624729", "rc": 0, "start": "2024-02-10 13:52:02.478472" } 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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 10 February 2024 13:52:02 +0000 (0:00:00.324) 0:02:37.940 ***** included: /WORKDIR/git-weekly-ciwyl1gb4m/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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 10 February 2024 13:52:02 +0000 (0:00:00.007) 0:02:37.948 ***** changed: [sut] => { "changed": true, "elapsed": 36, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 10 February 2024 13:52:40 +0000 (0:00:37.478) 0:03:15.426 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 10 February 2024 13:52:40 +0000 (0:00:00.007) 0:03:15.434 ***** 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 10 February 2024 13:52:40 +0000 (0:00:00.009) 0:03:15.443 ***** =============================================================================== linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 41.92s /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 41.09s /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 37.48s /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 36.82s /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Ensure required packages are installed -- 11.40s /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 5.43s /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 2.74s /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 2.67s /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Collect bootloader facts ---------------- 1.15s /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.89s /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Clone test_kernel kernel and initrd for test purposes ------------------- 0.78s /WORKDIR/git-weekly-ciwyl1gb4m/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Fix default kernel boot parameters ------ 0.78s /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Clone test_kernel kernel and initrd for test purposes ------------------- 0.72s /WORKDIR/git-weekly-ciwyl1gb4m/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.62s /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.61s /WORKDIR/git-weekly-ciwyl1gb4m/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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.58s /WORKDIR/git-weekly-ciwyl1gb4m/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-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 linux-system-roles.bootloader : Determine platform type ----------------- 0.53s /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.48s /WORKDIR/git-weekly-ciwyl1gb4m/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---