# 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-cityev9ohq/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/tests_add_rm.yml:13 Saturday 30 March 2024 15:37:36 +0000 (0:00:00.012) 0:00:00.012 ******** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 30 March 2024 15:37:37 +0000 (0:00:00.027) 0:00:00.039 ******** included: /WORKDIR/git-weekly-cityev9ohq/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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 30 March 2024 15:37:37 +0000 (0:00:00.011) 0:00:00.051 ******** ok: [sut] TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 30 March 2024 15:37:37 +0000 (0:00:00.613) 0:00:00.664 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 30 March 2024 15:37:37 +0000 (0:00:00.266) 0:00:00.931 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 30 March 2024 15:37:37 +0000 (0:00:00.018) 0:00:00.950 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 30 March 2024 15:37:37 +0000 (0:00:00.025) 0:00:00.976 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 30 March 2024 15:37:40 +0000 (0:00:02.650) 0:00:03.626 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709714778.566, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1709714778.407, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2375171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1709714778.407, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "3323824319", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:21 Saturday 30 March 2024 15:37:40 +0000 (0:00:00.216) 0:00:03.842 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 30 March 2024 15:37:40 +0000 (0:00:00.008) 0:00:03.851 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:38 Saturday 30 March 2024 15:37:40 +0000 (0:00:00.007) 0:00:03.858 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:43 Saturday 30 March 2024 15:37:41 +0000 (0:00:00.200) 0:00:04.058 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 Saturday 30 March 2024 15:37:41 +0000 (0:00:00.013) 0:00:04.072 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813060.770414, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1709714778.407, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2375171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1709714778.407, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "3323824319", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Saturday 30 March 2024 15:37:41 +0000 (0:00:00.215) 0:00:04.288 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709714779.266, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "daa1c061ec5c47702d0be4b0e626b39f42774879", "ctime": 1709714779.267, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 7301772, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1709714779.267, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "1839740860", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Use a general grub conf path if UEFI path is a stub] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:64 Saturday 30 March 2024 15:37:41 +0000 (0:00:00.219) 0:00:04.507 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 Saturday 30 March 2024 15:37:41 +0000 (0:00:00.008) 0:00:04.515 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 30 March 2024 15:37:41 +0000 (0:00:00.265) 0:00:04.780 ******** changed: [sut] => { "changed": true } MSG: 6 replacements made TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 30 March 2024 15:37:41 +0000 (0:00:00.206) 0:00:04.986 ******** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:98 Saturday 30 March 2024 15:37:42 +0000 (0:00:00.262) 0:00:05.248 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:110 Saturday 30 March 2024 15:37:42 +0000 (0:00:00.008) 0:00:05.257 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:118 Saturday 30 March 2024 15:37:42 +0000 (0:00:00.007) 0:00:05.265 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Saturday 30 March 2024 15:37:42 +0000 (0:00:00.006) 0:00:05.272 ******** 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": "c349f2226fa046be8eb58571fe1f537b-5.14.0-427.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-427.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-427.el9.x86_64", "root": "UUID=d673fe01-b454-4235-b8eb-90a73d08e5be", "title": "CentOS Stream (5.14.0-427.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "c349f2226fa046be8eb58571fe1f537b-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-c349f2226fa046be8eb58571fe1f537b.img", "kernel": "/boot/vmlinuz-0-rescue-c349f2226fa046be8eb58571fe1f537b", "root": "UUID=d673fe01-b454-4235-b8eb-90a73d08e5be", "title": "CentOS Stream (0-rescue-c349f2226fa046be8eb58571fe1f537b) 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-cityev9ohq/tests/tests_add_rm.yml:29 Saturday 30 March 2024 15:37:42 +0000 (0:00:00.389) 0:00:05.661 ******** included: /WORKDIR/git-weekly-cityev9ohq/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/tasks/clone_kernel.yml:3 Saturday 30 March 2024 15:37:42 +0000 (0:00:00.012) 0:00:05.673 ******** 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": "c349f2226fa046be8eb58571fe1f537b-5.14.0-427.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-427.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-427.el9.x86_64", "root": "UUID=d673fe01-b454-4235-b8eb-90a73d08e5be", "title": "CentOS Stream (5.14.0-427.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-cityev9ohq/tests/tasks/clone_kernel.yml:8 Saturday 30 March 2024 15:37:42 +0000 (0:00:00.009) 0:00:05.682 ******** changed: [sut] => (item={'src': '/boot/vmlinuz-5.14.0-427.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-427.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "7f2676bfd37bf1f31b636df2357f44546a4079b9", "dest": "/boot/vmlinuz-5.14.0-427.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-427.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-427.el9.x86_64" }, "md5sum": "43a3cf55442c0e5c727e668e302ef871", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 13592616, "src": "/boot/vmlinuz-5.14.0-427.el9.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-5.14.0-427.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-427.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "5ed43ca12f706c87a1e2574d50758d13c0cd79e9", "dest": "/boot/initramfs-5.14.0-427.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-427.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-427.el9.x86_64.img" }, "md5sum": "0105704be09346d448b705624f67eb28", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 35036566, "src": "/boot/initramfs-5.14.0-427.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/tasks/clone_kernel.yml:22 Saturday 30 March 2024 15:37:43 +0000 (0:00:00.979) 0:00:06.662 ******** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 30 March 2024 15:37:43 +0000 (0:00:00.017) 0:00:06.679 ******** included: /WORKDIR/git-weekly-cityev9ohq/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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 30 March 2024 15:37:43 +0000 (0:00:00.009) 0:00:06.689 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 30 March 2024 15:37:43 +0000 (0:00:00.008) 0:00:06.697 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 30 March 2024 15:37:43 +0000 (0:00:00.007) 0:00:06.705 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 30 March 2024 15:37:43 +0000 (0:00:00.007) 0:00:06.712 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 30 March 2024 15:37:43 +0000 (0:00:00.017) 0:00:06.730 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 30 March 2024 15:37:45 +0000 (0:00:01.380) 0:00:08.111 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813060.770414, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1709714778.407, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2375171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1709714778.407, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "3323824319", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:21 Saturday 30 March 2024 15:37:45 +0000 (0:00:00.216) 0:00:08.327 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 30 March 2024 15:37:45 +0000 (0:00:00.008) 0:00:08.335 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:38 Saturday 30 March 2024 15:37:45 +0000 (0:00:00.007) 0:00:08.343 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:43 Saturday 30 March 2024 15:37:45 +0000 (0:00:00.198) 0:00:08.541 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 Saturday 30 March 2024 15:37:45 +0000 (0:00:00.013) 0:00:08.555 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813060.770414, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1709714778.407, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2375171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1709714778.407, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "3323824319", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Saturday 30 March 2024 15:37:45 +0000 (0:00:00.215) 0:00:08.771 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813061.926421, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "83f88152b19a724c257dcb00b70eccdf0d4ecbc0", "ctime": 1711813061.9274209, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 329253185, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1711813061.926421, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3089131959", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Use a general grub conf path if UEFI path is a stub] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:64 Saturday 30 March 2024 15:37:45 +0000 (0:00:00.216) 0:00:08.987 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 Saturday 30 March 2024 15:37:45 +0000 (0:00:00.009) 0:00:08.997 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 30 March 2024 15:37:46 +0000 (0:00:00.204) 0:00:09.201 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 30 March 2024 15:37:46 +0000 (0:00:00.202) 0:00:09.404 ******** 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-427.el9.x86_64_clone1 --initrd=/boot/initramfs-5.14.0-427.el9.x86_64.img_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:98 Saturday 30 March 2024 15:37:46 +0000 (0:00:00.441) 0:00:09.846 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:110 Saturday 30 March 2024 15:37:46 +0000 (0:00:00.008) 0:00:09.854 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:118 Saturday 30 March 2024 15:37:46 +0000 (0:00:00.007) 0:00:09.861 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Saturday 30 March 2024 15:37:46 +0000 (0:00:00.007) 0:00:09.869 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 30 March 2024 15:37:46 +0000 (0:00:00.005) 0:00:09.875 ******** 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.156337", "end": "2024-03-30 15:37:47.236889", "rc": 0, "start": "2024-03-30 15:37:47.080552" } 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 30 March 2024 15:37:47 +0000 (0:00:00.419) 0:00:10.294 ******** included: /WORKDIR/git-weekly-cityev9ohq/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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 30 March 2024 15:37:47 +0000 (0:00:00.008) 0:00:10.303 ******** changed: [sut] => { "changed": true, "elapsed": 25, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 30 March 2024 15:38:13 +0000 (0:00:26.227) 0:00:36.530 ******** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 30 March 2024 15:38:13 +0000 (0:00:00.009) 0:00:36.539 ******** 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-cityev9ohq/tests/tasks/clone_kernel.yml:41 Saturday 30 March 2024 15:38:13 +0000 (0:00:00.010) 0:00:36.549 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/tasks/clone_kernel.yml:45 Saturday 30 March 2024 15:38:13 +0000 (0:00:00.008) 0:00:36.558 ******** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 30 March 2024 15:38:13 +0000 (0:00:00.019) 0:00:36.577 ******** included: /WORKDIR/git-weekly-cityev9ohq/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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 30 March 2024 15:38:13 +0000 (0:00:00.009) 0:00:36.586 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 30 March 2024 15:38:13 +0000 (0:00:00.008) 0:00:36.595 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 30 March 2024 15:38:13 +0000 (0:00:00.007) 0:00:36.602 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 30 March 2024 15:38:13 +0000 (0:00:00.007) 0:00:36.609 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 30 March 2024 15:38:13 +0000 (0:00:00.017) 0:00:36.627 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 30 March 2024 15:38:16 +0000 (0:00:02.520) 0:00:39.147 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813067.2354515, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1711813067.2344515, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2375228, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1711813067.2344515, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2337038683", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:21 Saturday 30 March 2024 15:38:16 +0000 (0:00:00.236) 0:00:39.384 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 30 March 2024 15:38:16 +0000 (0:00:00.009) 0:00:39.393 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:38 Saturday 30 March 2024 15:38:16 +0000 (0:00:00.007) 0:00:39.401 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:43 Saturday 30 March 2024 15:38:16 +0000 (0:00:00.202) 0:00:39.603 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 Saturday 30 March 2024 15:38:16 +0000 (0:00:00.013) 0:00:39.617 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813067.2354515, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1711813067.2344515, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2375228, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1711813067.2344515, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2337038683", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Saturday 30 March 2024 15:38:16 +0000 (0:00:00.215) 0:00:39.833 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813065.9124439, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "83f88152b19a724c257dcb00b70eccdf0d4ecbc0", "ctime": 1711813061.9274209, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 329253185, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1711813061.926421, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3089131959", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Use a general grub conf path if UEFI path is a stub] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:64 Saturday 30 March 2024 15:38:17 +0000 (0:00:00.217) 0:00:40.050 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 Saturday 30 March 2024 15:38:17 +0000 (0:00:00.009) 0:00:40.060 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 30 March 2024 15:38:17 +0000 (0:00:00.205) 0:00:40.265 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 30 March 2024 15:38:17 +0000 (0:00:00.206) 0:00:40.472 ******** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:98 Saturday 30 March 2024 15:38:17 +0000 (0:00:00.207) 0:00:40.679 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:110 Saturday 30 March 2024 15:38:17 +0000 (0:00:00.008) 0:00:40.687 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:118 Saturday 30 March 2024 15:38:17 +0000 (0:00:00.008) 0:00:40.696 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Saturday 30 March 2024 15:38:17 +0000 (0:00:00.006) 0:00:40.703 ******** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 test=kernel", "default": false, "id": "20379077dd47449ca586001830e25236-5.14.0-427.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-427.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-427.el9.x86_64_clone1", "root": "UUID=d673fe01-b454-4235-b8eb-90a73d08e5be", "title": "Clone1" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "c349f2226fa046be8eb58571fe1f537b-5.14.0-427.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-427.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-427.el9.x86_64", "root": "UUID=d673fe01-b454-4235-b8eb-90a73d08e5be", "title": "CentOS Stream (5.14.0-427.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "c349f2226fa046be8eb58571fe1f537b-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-c349f2226fa046be8eb58571fe1f537b.img", "kernel": "/boot/vmlinuz-0-rescue-c349f2226fa046be8eb58571fe1f537b", "root": "UUID=d673fe01-b454-4235-b8eb-90a73d08e5be", "title": "CentOS Stream (0-rescue-c349f2226fa046be8eb58571fe1f537b) 9" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cityev9ohq/tests/tests_add_rm.yml:35 Saturday 30 March 2024 15:38:18 +0000 (0:00:00.369) 0:00:41.072 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-cityev9ohq/tests/tests_add_rm.yml:47 Saturday 30 March 2024 15:38:18 +0000 (0:00:00.010) 0:00:41.083 ******** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 30 March 2024 15:38:18 +0000 (0:00:00.022) 0:00:41.105 ******** included: /WORKDIR/git-weekly-cityev9ohq/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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 30 March 2024 15:38:18 +0000 (0:00:00.009) 0:00:41.115 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 30 March 2024 15:38:18 +0000 (0:00:00.008) 0:00:41.123 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 30 March 2024 15:38:18 +0000 (0:00:00.007) 0:00:41.130 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 30 March 2024 15:38:18 +0000 (0:00:00.007) 0:00:41.137 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 30 March 2024 15:38:18 +0000 (0:00:00.017) 0:00:41.155 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 30 March 2024 15:38:19 +0000 (0:00:01.380) 0:00:42.536 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813067.2354515, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1711813067.2344515, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2375228, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1711813067.2344515, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2337038683", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:21 Saturday 30 March 2024 15:38:19 +0000 (0:00:00.218) 0:00:42.754 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 30 March 2024 15:38:19 +0000 (0:00:00.009) 0:00:42.764 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:38 Saturday 30 March 2024 15:38:19 +0000 (0:00:00.007) 0:00:42.772 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:43 Saturday 30 March 2024 15:38:19 +0000 (0:00:00.201) 0:00:42.973 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 Saturday 30 March 2024 15:38:19 +0000 (0:00:00.013) 0:00:42.987 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813067.2354515, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1711813067.2344515, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2375228, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1711813067.2344515, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2337038683", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Saturday 30 March 2024 15:38:20 +0000 (0:00:00.218) 0:00:43.206 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813065.9124439, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "83f88152b19a724c257dcb00b70eccdf0d4ecbc0", "ctime": 1711813061.9274209, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 329253185, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1711813061.926421, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3089131959", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Use a general grub conf path if UEFI path is a stub] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:64 Saturday 30 March 2024 15:38:20 +0000 (0:00:00.220) 0:00:43.426 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 Saturday 30 March 2024 15:38:20 +0000 (0:00:00.009) 0:00:43.436 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 30 March 2024 15:38:20 +0000 (0:00:00.207) 0:00:43.643 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 30 March 2024 15:38:20 +0000 (0:00:00.205) 0:00:43.849 ******** 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-427.el9.x86_64_clone1" ], "changed": true } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:98 Saturday 30 March 2024 15:38:21 +0000 (0:00:00.465) 0:00:44.314 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:110 Saturday 30 March 2024 15:38:21 +0000 (0:00:00.008) 0:00:44.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 : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:118 Saturday 30 March 2024 15:38:21 +0000 (0:00:00.007) 0:00:44.331 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Saturday 30 March 2024 15:38:21 +0000 (0:00:00.007) 0:00:44.338 ******** 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": "c349f2226fa046be8eb58571fe1f537b-5.14.0-427.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-427.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-427.el9.x86_64", "root": "UUID=d673fe01-b454-4235-b8eb-90a73d08e5be", "title": "CentOS Stream (5.14.0-427.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "c349f2226fa046be8eb58571fe1f537b-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-c349f2226fa046be8eb58571fe1f537b.img", "kernel": "/boot/vmlinuz-0-rescue-c349f2226fa046be8eb58571fe1f537b", "root": "UUID=d673fe01-b454-4235-b8eb-90a73d08e5be", "title": "CentOS Stream (0-rescue-c349f2226fa046be8eb58571fe1f537b) 9" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-cityev9ohq/tests/tests_add_rm.yml:65 Saturday 30 March 2024 15:38:21 +0000 (0:00:00.317) 0:00:44.656 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/tests_add_rm.yml:71 Saturday 30 March 2024 15:38:21 +0000 (0:00:00.010) 0:00:44.666 ******** included: /WORKDIR/git-weekly-cityev9ohq/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/tasks/clone_kernel.yml:3 Saturday 30 March 2024 15:38:21 +0000 (0:00:00.014) 0:00:44.681 ******** 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": "c349f2226fa046be8eb58571fe1f537b-5.14.0-427.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-427.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-427.el9.x86_64", "root": "UUID=d673fe01-b454-4235-b8eb-90a73d08e5be", "title": "CentOS Stream (5.14.0-427.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-cityev9ohq/tests/tasks/clone_kernel.yml:8 Saturday 30 March 2024 15:38:21 +0000 (0:00:00.008) 0:00:44.690 ******** changed: [sut] => (item={'src': '/boot/vmlinuz-5.14.0-427.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-427.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "7f2676bfd37bf1f31b636df2357f44546a4079b9", "dest": "/boot/vmlinuz-5.14.0-427.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-427.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-427.el9.x86_64" }, "md5sum": "43a3cf55442c0e5c727e668e302ef871", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 13592616, "src": "/boot/vmlinuz-5.14.0-427.el9.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-5.14.0-427.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-427.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "5ed43ca12f706c87a1e2574d50758d13c0cd79e9", "dest": "/boot/initramfs-5.14.0-427.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-427.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-427.el9.x86_64.img" }, "md5sum": "0105704be09346d448b705624f67eb28", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 35036566, "src": "/boot/initramfs-5.14.0-427.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/tasks/clone_kernel.yml:22 Saturday 30 March 2024 15:38:22 +0000 (0:00:00.894) 0:00:45.584 ******** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 30 March 2024 15:38:22 +0000 (0:00:00.011) 0:00:45.596 ******** included: /WORKDIR/git-weekly-cityev9ohq/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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 30 March 2024 15:38:22 +0000 (0:00:00.009) 0:00:45.606 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 30 March 2024 15:38:22 +0000 (0:00:00.008) 0:00:45.614 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 30 March 2024 15:38:22 +0000 (0:00:00.007) 0:00:45.622 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 30 March 2024 15:38:22 +0000 (0:00:00.007) 0:00:45.629 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 30 March 2024 15:38:22 +0000 (0:00:00.017) 0:00:45.646 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 30 March 2024 15:38:23 +0000 (0:00:01.361) 0:00:47.008 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813067.2354515, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1711813067.2344515, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2375228, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1711813067.2344515, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2337038683", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:21 Saturday 30 March 2024 15:38:24 +0000 (0:00:00.217) 0:00:47.226 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 30 March 2024 15:38:24 +0000 (0:00:00.009) 0:00:47.236 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:38 Saturday 30 March 2024 15:38:24 +0000 (0:00:00.007) 0:00:47.243 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:43 Saturday 30 March 2024 15:38:24 +0000 (0:00:00.200) 0:00:47.444 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 Saturday 30 March 2024 15:38:24 +0000 (0:00:00.014) 0:00:47.458 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813067.2354515, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1711813067.2344515, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2375228, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1711813067.2344515, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2337038683", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Saturday 30 March 2024 15:38:24 +0000 (0:00:00.214) 0:00:47.673 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813065.9124439, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "83f88152b19a724c257dcb00b70eccdf0d4ecbc0", "ctime": 1711813061.9274209, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 329253185, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1711813061.926421, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3089131959", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Use a general grub conf path if UEFI path is a stub] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:64 Saturday 30 March 2024 15:38:24 +0000 (0:00:00.220) 0:00:47.893 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 Saturday 30 March 2024 15:38:24 +0000 (0:00:00.009) 0:00:47.903 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 30 March 2024 15:38:25 +0000 (0:00:00.208) 0:00:48.111 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 30 March 2024 15:38:25 +0000 (0:00:00.205) 0:00:48.317 ******** 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-427.el9.x86_64_clone2 --initrd=/boot/initramfs-5.14.0-427.el9.x86_64.img_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:98 Saturday 30 March 2024 15:38:25 +0000 (0:00:00.438) 0:00:48.755 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:110 Saturday 30 March 2024 15:38:25 +0000 (0:00:00.009) 0:00:48.765 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:118 Saturday 30 March 2024 15:38:25 +0000 (0:00:00.007) 0:00:48.772 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Saturday 30 March 2024 15:38:25 +0000 (0:00:00.007) 0:00:48.780 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 30 March 2024 15:38:25 +0000 (0:00:00.005) 0:00:48.786 ******** 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.154702", "end": "2024-03-30 15:38:26.088657", "rc": 0, "start": "2024-03-30 15:38:25.933955" } 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 30 March 2024 15:38:26 +0000 (0:00:00.358) 0:00:49.145 ******** included: /WORKDIR/git-weekly-cityev9ohq/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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 30 March 2024 15:38:26 +0000 (0:00:00.007) 0:00:49.153 ******** changed: [sut] => { "changed": true, "elapsed": 27, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 30 March 2024 15:38:53 +0000 (0:00:27.697) 0:01:16.850 ******** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 30 March 2024 15:38:53 +0000 (0:00:00.007) 0:01:16.857 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 30 March 2024 15:38:53 +0000 (0:00:00.008) 0:01:16.866 ******** 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.186688", "end": "2024-03-30 15:38:53.777225", "rc": 0, "start": "2024-03-30 15:38:53.590537" } 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 30 March 2024 15:38:54 +0000 (0:00:00.388) 0:01:17.254 ******** included: /WORKDIR/git-weekly-cityev9ohq/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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 30 March 2024 15:38:54 +0000 (0:00:00.007) 0:01:17.262 ******** changed: [sut] => { "changed": true, "elapsed": 25, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 30 March 2024 15:39:20 +0000 (0:00:26.494) 0:01:43.756 ******** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 30 March 2024 15:39:20 +0000 (0:00:00.007) 0:01:43.764 ******** 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-cityev9ohq/tests/tasks/clone_kernel.yml:41 Saturday 30 March 2024 15:39:20 +0000 (0:00:00.009) 0:01:43.774 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/tasks/clone_kernel.yml:45 Saturday 30 March 2024 15:39:20 +0000 (0:00:00.008) 0:01:43.783 ******** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 30 March 2024 15:39:20 +0000 (0:00:00.018) 0:01:43.801 ******** included: /WORKDIR/git-weekly-cityev9ohq/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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 30 March 2024 15:39:20 +0000 (0:00:00.009) 0:01:43.811 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 30 March 2024 15:39:20 +0000 (0:00:00.008) 0:01:43.820 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 30 March 2024 15:39:20 +0000 (0:00:00.009) 0:01:43.829 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 30 March 2024 15:39:20 +0000 (0:00:00.007) 0:01:43.836 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 30 March 2024 15:39:20 +0000 (0:00:00.018) 0:01:43.855 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 30 March 2024 15:39:23 +0000 (0:00:02.559) 0:01:46.414 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813133.775807, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1711813133.7747235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2375171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1711813133.7747235, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "1385896122", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:21 Saturday 30 March 2024 15:39:23 +0000 (0:00:00.243) 0:01:46.657 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 30 March 2024 15:39:23 +0000 (0:00:00.009) 0:01:46.667 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:38 Saturday 30 March 2024 15:39:23 +0000 (0:00:00.007) 0:01:46.674 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:43 Saturday 30 March 2024 15:39:23 +0000 (0:00:00.200) 0:01:46.875 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 Saturday 30 March 2024 15:39:23 +0000 (0:00:00.014) 0:01:46.889 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813133.775807, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1711813133.7747235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2375171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1711813133.7747235, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "1385896122", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Saturday 30 March 2024 15:39:24 +0000 (0:00:00.217) 0:01:47.107 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813065.9124439, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "83f88152b19a724c257dcb00b70eccdf0d4ecbc0", "ctime": 1711813061.9274209, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 329253185, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1711813061.926421, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3089131959", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Use a general grub conf path if UEFI path is a stub] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:64 Saturday 30 March 2024 15:39:24 +0000 (0:00:00.221) 0:01:47.328 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 Saturday 30 March 2024 15:39:24 +0000 (0:00:00.009) 0:01:47.338 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 30 March 2024 15:39:24 +0000 (0:00:00.207) 0:01:47.546 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 30 March 2024 15:39:24 +0000 (0:00:00.208) 0:01:47.754 ******** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:98 Saturday 30 March 2024 15:39:24 +0000 (0:00:00.202) 0:01:47.957 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:110 Saturday 30 March 2024 15:39:24 +0000 (0:00:00.008) 0:01:47.966 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:118 Saturday 30 March 2024 15:39:24 +0000 (0:00:00.007) 0:01:47.973 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Saturday 30 March 2024 15:39:24 +0000 (0:00:00.007) 0:01:47.980 ******** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "20379077dd47449ca586001830e25236-5.14.0-427.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-427.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-427.el9.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "c349f2226fa046be8eb58571fe1f537b-5.14.0-427.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-427.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-427.el9.x86_64", "root": "UUID=d673fe01-b454-4235-b8eb-90a73d08e5be", "title": "CentOS Stream (5.14.0-427.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "c349f2226fa046be8eb58571fe1f537b-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-c349f2226fa046be8eb58571fe1f537b.img", "kernel": "/boot/vmlinuz-0-rescue-c349f2226fa046be8eb58571fe1f537b", "root": "UUID=d673fe01-b454-4235-b8eb-90a73d08e5be", "title": "CentOS Stream (0-rescue-c349f2226fa046be8eb58571fe1f537b) 9" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cityev9ohq/tests/tests_add_rm.yml:77 Saturday 30 March 2024 15:39:25 +0000 (0:00:00.366) 0:01:48.347 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/tests_add_rm.yml:84 Saturday 30 March 2024 15:39:25 +0000 (0:00:00.010) 0:01:48.358 ******** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 30 March 2024 15:39:25 +0000 (0:00:00.029) 0:01:48.387 ******** included: /WORKDIR/git-weekly-cityev9ohq/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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 30 March 2024 15:39:25 +0000 (0:00:00.010) 0:01:48.397 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 30 March 2024 15:39:25 +0000 (0:00:00.008) 0:01:48.406 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 30 March 2024 15:39:25 +0000 (0:00:00.007) 0:01:48.413 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 30 March 2024 15:39:25 +0000 (0:00:00.007) 0:01:48.420 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 30 March 2024 15:39:25 +0000 (0:00:00.018) 0:01:48.439 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 30 March 2024 15:39:26 +0000 (0:00:01.382) 0:01:49.821 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813133.775807, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1711813133.7747235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2375171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1711813133.7747235, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "1385896122", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:21 Saturday 30 March 2024 15:39:27 +0000 (0:00:00.225) 0:01:50.047 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 30 March 2024 15:39:27 +0000 (0:00:00.009) 0:01:50.056 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:38 Saturday 30 March 2024 15:39:27 +0000 (0:00:00.007) 0:01:50.064 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:43 Saturday 30 March 2024 15:39:27 +0000 (0:00:00.196) 0:01:50.260 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 Saturday 30 March 2024 15:39:27 +0000 (0:00:00.013) 0:01:50.274 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813133.775807, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1711813133.7747235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2375171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1711813133.7747235, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "1385896122", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Saturday 30 March 2024 15:39:27 +0000 (0:00:00.215) 0:01:50.490 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711813065.9124439, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "83f88152b19a724c257dcb00b70eccdf0d4ecbc0", "ctime": 1711813061.9274209, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 329253185, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1711813061.926421, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3089131959", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Use a general grub conf path if UEFI path is a stub] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:64 Saturday 30 March 2024 15:39:27 +0000 (0:00:00.220) 0:01:50.710 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 Saturday 30 March 2024 15:39:27 +0000 (0:00:00.009) 0:01:50.720 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 30 March 2024 15:39:27 +0000 (0:00:00.213) 0:01:50.933 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 30 March 2024 15:39:28 +0000 (0:00:00.208) 0:01:51.141 ******** 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-427.el9.x86_64_clone2" ], "changed": true } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:98 Saturday 30 March 2024 15:39:28 +0000 (0:00:00.465) 0:01:51.606 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:110 Saturday 30 March 2024 15:39:28 +0000 (0:00:00.008) 0:01:51.615 ******** 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:118 Saturday 30 March 2024 15:39:28 +0000 (0:00:00.007) 0:01:51.622 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Saturday 30 March 2024 15:39:28 +0000 (0:00:00.007) 0:01:51.630 ******** 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": "c349f2226fa046be8eb58571fe1f537b-5.14.0-427.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-427.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-427.el9.x86_64", "root": "UUID=d673fe01-b454-4235-b8eb-90a73d08e5be", "title": "CentOS Stream (5.14.0-427.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "c349f2226fa046be8eb58571fe1f537b-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-c349f2226fa046be8eb58571fe1f537b.img", "kernel": "/boot/vmlinuz-0-rescue-c349f2226fa046be8eb58571fe1f537b", "root": "UUID=d673fe01-b454-4235-b8eb-90a73d08e5be", "title": "CentOS Stream (0-rescue-c349f2226fa046be8eb58571fe1f537b) 9" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-cityev9ohq/tests/tests_add_rm.yml:94 Saturday 30 March 2024 15:39:28 +0000 (0:00:00.322) 0:01:51.952 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-cityev9ohq/tests/tests_add_rm.yml:100 Saturday 30 March 2024 15:39:28 +0000 (0:00:00.009) 0:01:51.962 ******** changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-427.el9.x86_64_clone1" ], "delta": "0:00:00.052839", "end": "2024-03-30 15:39:29.163939", "failed_when_result": false, "item": 1, "rc": 1, "start": "2024-03-30 15:39:29.111100" } STDERR: The param /boot/vmlinuz-5.14.0-427.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-427.el9.x86_64_clone2" ], "delta": "0:00:00.053601", "end": "2024-03-30 15:39:29.415534", "failed_when_result": false, "item": 2, "rc": 1, "start": "2024-03-30 15:39:29.361933" } STDERR: The param /boot/vmlinuz-5.14.0-427.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-cityev9ohq/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 30 March 2024 15:39:29 +0000 (0:00:00.508) 0:01:52.471 ******** 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.124805", "end": "2024-03-30 15:39:29.743610", "rc": 0, "start": "2024-03-30 15:39:29.618805" } 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-cityev9ohq/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 30 March 2024 15:39:29 +0000 (0:00:00.329) 0:01:52.800 ******** included: /WORKDIR/git-weekly-cityev9ohq/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-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 30 March 2024 15:39:29 +0000 (0:00:00.007) 0:01:52.808 ******** changed: [sut] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 30 March 2024 15:39:52 +0000 (0:00:22.897) 0:02:15.705 ******** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 30 March 2024 15:39:52 +0000 (0:00:00.008) 0:02:15.714 ******** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=107 changed=16 unreachable=0 failed=0 skipped=73 rescued=0 ignored=0 Saturday 30 March 2024 15:39:52 +0000 (0:00:00.009) 0:02:15.723 ******** =============================================================================== linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 27.70s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 26.49s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 26.23s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 22.90s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Ensure required packages are installed --- 7.73s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 2.74s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 1.38s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 1.38s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Collect bootloader facts ---------------- 1.12s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Clone test_kernel kernel and initrd for test purposes ------------------- 0.98s /WORKDIR/git-weekly-cityev9ohq/tests/tasks/clone_kernel.yml:8 ----------------- Clone test_kernel kernel and initrd for test purposes ------------------- 0.89s /WORKDIR/git-weekly-cityev9ohq/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.88s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 linux-system-roles.bootloader : Fix default kernel boot parameters ------ 0.78s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.70s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.68s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.67s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg -------- 0.66s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.65s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.62s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 linux-system-roles.bootloader : Ensure ansible_facts used by role ------- 0.61s /WORKDIR/git-weekly-cityev9ohq/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---