# 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-ciq31hj6y4/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tests_add_rm.yml:13 Saturday 24 February 2024 13:32:01 +0000 (0:00:00.021) 0:00:00.021 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:32:01 +0000 (0:00:00.028) 0:00:00.050 ***** included: /WORKDIR/git-weekly-ciq31hj6y4/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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:32:01 +0000 (0:00:00.016) 0:00:00.066 ***** ok: [sut] TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 24 February 2024 13:32:02 +0000 (0:00:00.619) 0:00:00.685 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 24 February 2024 13:32:02 +0000 (0:00:00.288) 0:00:00.974 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 24 February 2024 13:32:02 +0000 (0:00:00.033) 0:00:01.007 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:32:02 +0000 (0:00:00.035) 0:00:01.042 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 24 February 2024 13:32:05 +0000 (0:00:02.413) 0:00:03.456 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 24 February 2024 13:32:05 +0000 (0:00:00.265) 0:00:03.721 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 24 February 2024 13:32:05 +0000 (0:00:00.175) 0:00:03.897 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 24 February 2024 13:32:05 +0000 (0:00:00.032) 0:00:03.929 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708435641.64, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1708435641.472, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6730030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708435641.472, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "1870048732", "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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 24 February 2024 13:32:05 +0000 (0:00:00.195) 0:00:04.124 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 24 February 2024 13:32:06 +0000 (0:00:00.252) 0:00:04.377 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708435642.279, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "55c60a165805597c8679516c698bebeaff82c38b", "ctime": 1708435642.279, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2485714, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708435642.279, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "2631421142", "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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 24 February 2024 13:32:06 +0000 (0:00:00.197) 0:00:04.575 ***** changed: [sut] => { "changed": true } MSG: 6 replacements made TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 24 February 2024 13:32:06 +0000 (0:00:00.182) 0:00:04.758 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 24 February 2024 13:32:06 +0000 (0:00:00.010) 0:00:04.769 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 24 February 2024 13:32:06 +0000 (0:00:00.010) 0:00:04.779 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 24 February 2024 13:32:06 +0000 (0:00:00.011) 0:00:04.791 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "71214d8b09664602b3b4283b276deac0-5.14.0-419.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (5.14.0-419.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "71214d8b09664602b3b4283b276deac0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-71214d8b09664602b3b4283b276deac0.img", "kernel": "/boot/vmlinuz-0-rescue-71214d8b09664602b3b4283b276deac0", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (0-rescue-71214d8b09664602b3b4283b276deac0) 9" } ] }, "changed": false } META: end_host conditional evaluated to false, continuing execution for sut META: ran handlers TASK [Clone kernel to Clone1] ************************************************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tests_add_rm.yml:29 Saturday 24 February 2024 13:32:06 +0000 (0:00:00.364) 0:00:05.155 ***** included: /WORKDIR/git-weekly-ciq31hj6y4/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tasks/clone_kernel.yml:3 Saturday 24 February 2024 13:32:06 +0000 (0:00:00.013) 0:00:05.168 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "71214d8b09664602b3b4283b276deac0-5.14.0-419.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (5.14.0-419.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tasks/clone_kernel.yml:8 Saturday 24 February 2024 13:32:06 +0000 (0:00:00.010) 0:00:05.178 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-5.14.0-419.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-419.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "02a30e3d472d69c1dee1aeaae623a82ca85ab1b5", "dest": "/boot/vmlinuz-5.14.0-419.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-419.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-419.el9.x86_64" }, "md5sum": "a085c48cd0b6558754daa389fbf7ef11", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 13576232, "src": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-5.14.0-419.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-419.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "b287ee97cfbe0014a173b499b35084c108cacd50", "dest": "/boot/initramfs-5.14.0-419.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-419.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-419.el9.x86_64.img" }, "md5sum": "ff2987284ec327acecd236992f1475f6", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 34898551, "src": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tasks/clone_kernel.yml:22 Saturday 24 February 2024 13:32:07 +0000 (0:00:00.947) 0:00:06.126 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:32:07 +0000 (0:00:00.016) 0:00:06.143 ***** included: /WORKDIR/git-weekly-ciq31hj6y4/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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:32:07 +0000 (0:00:00.011) 0:00:06.155 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 24 February 2024 13:32:07 +0000 (0:00:00.010) 0:00:06.165 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 24 February 2024 13:32:07 +0000 (0:00:00.009) 0:00:06.174 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 24 February 2024 13:32:07 +0000 (0:00:00.008) 0:00:06.183 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:32:07 +0000 (0:00:00.021) 0:00:06.204 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 24 February 2024 13:32:09 +0000 (0:00:01.251) 0:00:07.455 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-5.14.0-419.el9.x86_64_clone1 --initrd=/boot/initramfs-5.14.0-419.el9.x86_64.img_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 24 February 2024 13:32:09 +0000 (0:00:00.398) 0:00:07.853 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 24 February 2024 13:32:09 +0000 (0:00:00.175) 0:00:08.029 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 24 February 2024 13:32:09 +0000 (0:00:00.016) 0:00:08.045 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781525.8484406, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1708435641.472, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6730030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708435641.472, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "1870048732", "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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 24 February 2024 13:32:09 +0000 (0:00:00.191) 0:00:08.236 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 24 February 2024 13:32:10 +0000 (0:00:00.185) 0:00:08.422 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781526.4934185, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "34e5d1e2fed20f03f516b97b48b17919b1917e9b", "ctime": 1708781526.4934185, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 327156033, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781526.4934185, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "2129089039", "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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 24 February 2024 13:32:10 +0000 (0:00:00.196) 0:00:08.619 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 24 February 2024 13:32:10 +0000 (0:00:00.182) 0:00:08.801 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 24 February 2024 13:32:10 +0000 (0:00:00.014) 0:00:08.815 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 24 February 2024 13:32:10 +0000 (0:00:00.021) 0:00:08.837 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 24 February 2024 13:32:10 +0000 (0:00:00.009) 0:00:08.846 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 24 February 2024 13:32:10 +0000 (0:00:00.008) 0:00:08.854 ***** 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.142875", "end": "2024-02-24 13:32:11.004589", "rc": 0, "start": "2024-02-24 13:32:10.861714" } STDOUT: args="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 24 February 2024 13:32:11 +0000 (0:00:00.411) 0:00:09.266 ***** included: /WORKDIR/git-weekly-ciq31hj6y4/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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 24 February 2024 13:32:11 +0000 (0:00:00.010) 0:00:09.276 ***** changed: [sut] => { "changed": true, "elapsed": 41, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 24 February 2024 13:32:52 +0000 (0:00:41.758) 0:00:51.035 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 24 February 2024 13:32:52 +0000 (0:00:00.010) 0:00:51.045 ***** 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-ciq31hj6y4/tests/tasks/clone_kernel.yml:41 Saturday 24 February 2024 13:32:52 +0000 (0:00:00.013) 0:00:51.058 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tasks/clone_kernel.yml:45 Saturday 24 February 2024 13:32:52 +0000 (0:00:00.010) 0:00:51.069 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:32:52 +0000 (0:00:00.018) 0:00:51.087 ***** included: /WORKDIR/git-weekly-ciq31hj6y4/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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:32:52 +0000 (0:00:00.012) 0:00:51.100 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 24 February 2024 13:32:52 +0000 (0:00:00.010) 0:00:51.110 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 24 February 2024 13:32:52 +0000 (0:00:00.009) 0:00:51.119 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 24 February 2024 13:32:52 +0000 (0:00:00.008) 0:00:51.128 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:32:52 +0000 (0:00:00.019) 0:00:51.148 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 24 February 2024 13:32:55 +0000 (0:00:02.623) 0:00:53.771 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 24 February 2024 13:32:55 +0000 (0:00:00.180) 0:00:53.952 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 24 February 2024 13:32:55 +0000 (0:00:00.180) 0:00:54.132 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 24 February 2024 13:32:55 +0000 (0:00:00.016) 0:00:54.148 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781531.0032637, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708781531.0032637, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6581827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781531.0032637, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2781960365", "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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 24 February 2024 13:32:56 +0000 (0:00:00.218) 0:00:54.367 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 24 February 2024 13:32:56 +0000 (0:00:00.186) 0:00:54.554 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781530.3422863, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "34e5d1e2fed20f03f516b97b48b17919b1917e9b", "ctime": 1708781526.4934185, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 327156033, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781526.4934185, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "2129089039", "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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 24 February 2024 13:32:56 +0000 (0:00:00.202) 0:00:54.756 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 24 February 2024 13:32:56 +0000 (0:00:00.188) 0:00:54.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 : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 24 February 2024 13:32:56 +0000 (0:00:00.010) 0:00:54.955 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 24 February 2024 13:32:56 +0000 (0:00:00.008) 0:00:54.964 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 24 February 2024 13:32:56 +0000 (0:00:00.008) 0:00:54.973 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "71214d8b09664602b3b4283b276deac0-5.14.0-419.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (5.14.0-419.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "71214d8b09664602b3b4283b276deac0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-71214d8b09664602b3b4283b276deac0.img", "kernel": "/boot/vmlinuz-0-rescue-71214d8b09664602b3b4283b276deac0", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (0-rescue-71214d8b09664602b3b4283b276deac0) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 test=kernel", "default": false, "id": "3b0f32fbcda2483ab380e2f584f97e74-5.14.0-419.el9.x86_64_clone1", "index": "2", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64_clone1", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "Clone1" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tests_add_rm.yml:35 Saturday 24 February 2024 13:32:57 +0000 (0:00:00.334) 0:00:55.307 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tests_add_rm.yml:47 Saturday 24 February 2024 13:32:57 +0000 (0:00:00.012) 0:00:55.319 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:32:57 +0000 (0:00:00.022) 0:00:55.341 ***** included: /WORKDIR/git-weekly-ciq31hj6y4/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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:32:57 +0000 (0:00:00.011) 0:00:55.353 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 24 February 2024 13:32:57 +0000 (0:00:00.010) 0:00:55.363 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 24 February 2024 13:32:57 +0000 (0:00:00.008) 0:00:55.372 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 24 February 2024 13:32:57 +0000 (0:00:00.009) 0:00:55.381 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:32:57 +0000 (0:00:00.020) 0:00:55.401 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 24 February 2024 13:32:58 +0000 (0:00:01.264) 0:00:56.665 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-5.14.0-419.el9.x86_64_clone1" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 24 February 2024 13:32:58 +0000 (0:00:00.426) 0:00:57.092 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 24 February 2024 13:32:59 +0000 (0:00:00.185) 0:00:57.278 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 24 February 2024 13:32:59 +0000 (0:00:00.016) 0:00:57.294 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781576.0680382, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708781531.0032637, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6581827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781531.0032637, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2781960365", "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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 24 February 2024 13:32:59 +0000 (0:00:00.196) 0:00:57.491 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 24 February 2024 13:32:59 +0000 (0:00:00.186) 0:00:57.677 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781530.3422863, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "34e5d1e2fed20f03f516b97b48b17919b1917e9b", "ctime": 1708781526.4934185, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 327156033, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781526.4934185, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "2129089039", "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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 24 February 2024 13:32:59 +0000 (0:00:00.200) 0:00:57.877 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 24 February 2024 13:32:59 +0000 (0:00:00.186) 0:00:58.064 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 24 February 2024 13:32:59 +0000 (0:00:00.011) 0:00:58.075 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 24 February 2024 13:32:59 +0000 (0:00:00.011) 0:00:58.087 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 24 February 2024 13:32:59 +0000 (0:00:00.009) 0:00:58.096 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "71214d8b09664602b3b4283b276deac0-5.14.0-419.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (5.14.0-419.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "71214d8b09664602b3b4283b276deac0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-71214d8b09664602b3b4283b276deac0.img", "kernel": "/boot/vmlinuz-0-rescue-71214d8b09664602b3b4283b276deac0", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (0-rescue-71214d8b09664602b3b4283b276deac0) 9" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tests_add_rm.yml:65 Saturday 24 February 2024 13:33:00 +0000 (0:00:00.287) 0:00:58.384 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tests_add_rm.yml:71 Saturday 24 February 2024 13:33:00 +0000 (0:00:00.011) 0:00:58.395 ***** included: /WORKDIR/git-weekly-ciq31hj6y4/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tasks/clone_kernel.yml:3 Saturday 24 February 2024 13:33:00 +0000 (0:00:00.015) 0:00:58.411 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "71214d8b09664602b3b4283b276deac0-5.14.0-419.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (5.14.0-419.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tasks/clone_kernel.yml:8 Saturday 24 February 2024 13:33:00 +0000 (0:00:00.012) 0:00:58.424 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-5.14.0-419.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-419.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "02a30e3d472d69c1dee1aeaae623a82ca85ab1b5", "dest": "/boot/vmlinuz-5.14.0-419.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-419.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-419.el9.x86_64" }, "md5sum": "a085c48cd0b6558754daa389fbf7ef11", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 13576232, "src": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-5.14.0-419.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-419.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "b287ee97cfbe0014a173b499b35084c108cacd50", "dest": "/boot/initramfs-5.14.0-419.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-419.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-419.el9.x86_64.img" }, "md5sum": "ff2987284ec327acecd236992f1475f6", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 34898551, "src": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tasks/clone_kernel.yml:22 Saturday 24 February 2024 13:33:01 +0000 (0:00:00.870) 0:00:59.294 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:33:01 +0000 (0:00:00.020) 0:00:59.315 ***** included: /WORKDIR/git-weekly-ciq31hj6y4/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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:33:01 +0000 (0:00:00.016) 0:00:59.331 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 24 February 2024 13:33:01 +0000 (0:00:00.023) 0:00:59.355 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 24 February 2024 13:33:01 +0000 (0:00:00.018) 0:00:59.373 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 24 February 2024 13:33:01 +0000 (0:00:00.011) 0:00:59.385 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:33:01 +0000 (0:00:00.021) 0:00:59.407 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 24 February 2024 13:33:02 +0000 (0:00:01.264) 0:01:00.671 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-5.14.0-419.el9.x86_64_clone2 --initrd=/boot/initramfs-5.14.0-419.el9.x86_64.img_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 24 February 2024 13:33:02 +0000 (0:00:00.403) 0:01:01.074 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 24 February 2024 13:33:03 +0000 (0:00:00.178) 0:01:01.253 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 24 February 2024 13:33:03 +0000 (0:00:00.015) 0:01:01.268 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781576.0680382, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708781531.0032637, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6581827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781531.0032637, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2781960365", "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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 24 February 2024 13:33:03 +0000 (0:00:00.200) 0:01:01.469 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 24 February 2024 13:33:03 +0000 (0:00:00.190) 0:01:01.660 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781530.3422863, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "34e5d1e2fed20f03f516b97b48b17919b1917e9b", "ctime": 1708781526.4934185, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 327156033, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781526.4934185, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "2129089039", "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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 24 February 2024 13:33:03 +0000 (0:00:00.198) 0:01:01.858 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 24 February 2024 13:33:03 +0000 (0:00:00.187) 0:01:02.045 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 24 February 2024 13:33:03 +0000 (0:00:00.011) 0:01:02.057 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 24 February 2024 13:33:03 +0000 (0:00:00.009) 0:01:02.066 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 24 February 2024 13:33:03 +0000 (0:00:00.009) 0:01:02.075 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 24 February 2024 13:33:03 +0000 (0:00:00.008) 0:01:02.083 ***** 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.142191", "end": "2024-02-24 13:33:04.145454", "rc": 0, "start": "2024-02-24 13:33:04.003263" } STDOUT: args="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 24 February 2024 13:33:04 +0000 (0:00:00.324) 0:01:02.408 ***** included: /WORKDIR/git-weekly-ciq31hj6y4/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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 24 February 2024 13:33:04 +0000 (0:00:00.010) 0:01:02.418 ***** changed: [sut] => { "changed": true, "elapsed": 38, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 24 February 2024 13:33:42 +0000 (0:00:38.799) 0:01:41.217 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 24 February 2024 13:33:42 +0000 (0:00:00.009) 0:01:41.227 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 24 February 2024 13:33:42 +0000 (0:00:00.010) 0:01:41.237 ***** 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.169758", "end": "2024-02-24 13:33:43.081341", "rc": 0, "start": "2024-02-24 13:33:42.911583" } STDOUT: args="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 24 February 2024 13:33:43 +0000 (0:00:00.350) 0:01:41.587 ***** included: /WORKDIR/git-weekly-ciq31hj6y4/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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 24 February 2024 13:33:43 +0000 (0:00:00.009) 0:01:41.596 ***** changed: [sut] => { "changed": true, "elapsed": 40, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 24 February 2024 13:34:24 +0000 (0:00:41.245) 0:02:22.841 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.009) 0:02:22.851 ***** 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-ciq31hj6y4/tests/tasks/clone_kernel.yml:41 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.012) 0:02:22.863 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tasks/clone_kernel.yml:45 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.010) 0:02:22.873 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.017) 0:02:22.890 ***** included: /WORKDIR/git-weekly-ciq31hj6y4/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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.013) 0:02:22.903 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.010) 0:02:22.914 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.009) 0:02:22.923 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.010) 0:02:22.933 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.021) 0:02:22.955 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 24 February 2024 13:34:27 +0000 (0:00:02.669) 0:02:25.624 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.179) 0:02:25.804 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.182) 0:02:25.986 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.016) 0:02:26.002 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781623.0796454, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708781623.078562, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6581827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781623.078562, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "1160380298", "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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.218) 0:02:26.220 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.187) 0:02:26.408 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781530.3422863, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "34e5d1e2fed20f03f516b97b48b17919b1917e9b", "ctime": 1708781526.4934185, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 327156033, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781526.4934185, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "2129089039", "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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.199) 0:02:26.608 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.186) 0:02:26.794 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.011) 0:02:26.806 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.010) 0:02:26.816 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.008) 0:02:26.825 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "71214d8b09664602b3b4283b276deac0-5.14.0-419.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (5.14.0-419.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "71214d8b09664602b3b4283b276deac0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-71214d8b09664602b3b4283b276deac0.img", "kernel": "/boot/vmlinuz-0-rescue-71214d8b09664602b3b4283b276deac0", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (0-rescue-71214d8b09664602b3b4283b276deac0) 9" }, { "args": "test=kernel", "default": false, "id": "3b0f32fbcda2483ab380e2f584f97e74-5.14.0-419.el9.x86_64_clone2", "index": "2", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64_clone2", "title": "Clone2" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tests_add_rm.yml:77 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.326) 0:02:27.152 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tests_add_rm.yml:84 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.011) 0:02:27.163 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.025) 0:02:27.189 ***** included: /WORKDIR/git-weekly-ciq31hj6y4/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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.011) 0:02:27.200 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.010) 0:02:27.211 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.009) 0:02:27.220 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.008) 0:02:27.229 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:34:29 +0000 (0:00:00.023) 0:02:27.252 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 24 February 2024 13:34:30 +0000 (0:00:01.272) 0:02:28.524 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-5.14.0-419.el9.x86_64_clone2" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 24 February 2024 13:34:30 +0000 (0:00:00.414) 0:02:28.939 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 24 February 2024 13:34:30 +0000 (0:00:00.179) 0:02:29.119 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 24 February 2024 13:34:30 +0000 (0:00:00.014) 0:02:29.133 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781623.0796454, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708781623.078562, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6581827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781623.078562, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "1160380298", "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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 24 February 2024 13:34:31 +0000 (0:00:00.195) 0:02:29.328 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 24 February 2024 13:34:31 +0000 (0:00:00.185) 0:02:29.514 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781530.3422863, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "34e5d1e2fed20f03f516b97b48b17919b1917e9b", "ctime": 1708781526.4934185, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 327156033, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781526.4934185, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "2129089039", "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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 24 February 2024 13:34:31 +0000 (0:00:00.198) 0:02:29.712 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 24 February 2024 13:34:31 +0000 (0:00:00.186) 0:02:29.899 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 24 February 2024 13:34:31 +0000 (0:00:00.010) 0:02:29.910 ***** 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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 24 February 2024 13:34:31 +0000 (0:00:00.009) 0:02:29.919 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 24 February 2024 13:34:31 +0000 (0:00:00.009) 0:02:29.928 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "71214d8b09664602b3b4283b276deac0-5.14.0-419.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (5.14.0-419.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "71214d8b09664602b3b4283b276deac0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-71214d8b09664602b3b4283b276deac0.img", "kernel": "/boot/vmlinuz-0-rescue-71214d8b09664602b3b4283b276deac0", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (0-rescue-71214d8b09664602b3b4283b276deac0) 9" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tests_add_rm.yml:94 Saturday 24 February 2024 13:34:31 +0000 (0:00:00.289) 0:02:30.217 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/tests_add_rm.yml:100 Saturday 24 February 2024 13:34:31 +0000 (0:00:00.011) 0:02:30.229 ***** changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-419.el9.x86_64_clone1" ], "delta": "0:00:00.048295", "end": "2024-02-24 13:34:32.196840", "failed_when_result": false, "item": 1, "rc": 1, "start": "2024-02-24 13:34:32.148545" } STDERR: The param /boot/vmlinuz-5.14.0-419.el9.x86_64_clone1 is incorrect MSG: non-zero return code changed: [sut] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-419.el9.x86_64_clone2" ], "delta": "0:00:00.048365", "end": "2024-02-24 13:34:32.419014", "failed_when_result": false, "item": 2, "rc": 1, "start": "2024-02-24 13:34:32.370649" } STDERR: The param /boot/vmlinuz-5.14.0-419.el9.x86_64_clone2 is incorrect MSG: non-zero return code RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 24 February 2024 13:34:32 +0000 (0:00:00.450) 0:02:30.680 ***** 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.112049", "end": "2024-02-24 13:34:32.716046", "rc": 0, "start": "2024-02-24 13:34:32.603997" } STDOUT: args="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 24 February 2024 13:34:32 +0000 (0:00:00.297) 0:02:30.977 ***** included: /WORKDIR/git-weekly-ciq31hj6y4/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-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 24 February 2024 13:34:32 +0000 (0:00:00.009) 0:02:30.987 ***** changed: [sut] => { "changed": true, "elapsed": 38, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 24 February 2024 13:35:11 +0000 (0:00:39.161) 0:03:10.148 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 24 February 2024 13:35:11 +0000 (0:00:00.010) 0:03:10.159 ***** 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 24 February 2024 13:35:11 +0000 (0:00:00.012) 0:03:10.172 ***** =============================================================================== linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 41.76s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 41.25s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 39.16s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 38.80s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Ensure required packages are installed --- 7.71s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 2.52s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 1.27s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 1.26s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Collect bootloader facts ---------------- 1.02s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Clone test_kernel kernel and initrd for test purposes ------------------- 0.95s /WORKDIR/git-weekly-ciq31hj6y4/tests/tasks/clone_kernel.yml:8 ----------------- Clone test_kernel kernel and initrd for test purposes ------------------- 0.87s /WORKDIR/git-weekly-ciq31hj6y4/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.80s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Fix default kernel boot parameters ------ 0.74s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.63s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.63s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.63s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Ensure ansible_facts used by role ------- 0.62s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg -------- 0.60s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.56s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 linux-system-roles.bootloader : Determine platform type ----------------- 0.54s /WORKDIR/git-weekly-ciq31hj6y4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---