# 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-cirxow0418/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cirxow0418/tests/tests_add_rm.yml:13 Saturday 16 March 2024 14:01:11 +0000 (0:00:00.013) 0:00:00.013 ******** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 16 March 2024 14:01:11 +0000 (0:00:00.029) 0:00:00.043 ******** included: /WORKDIR/git-weekly-cirxow0418/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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 16 March 2024 14:01:11 +0000 (0:00:00.013) 0:00:00.056 ******** ok: [sut] TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 16 March 2024 14:01:12 +0000 (0:00:00.586) 0:00:00.642 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 16 March 2024 14:01:12 +0000 (0:00:00.250) 0:00:00.893 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 16 March 2024 14:01:12 +0000 (0:00:00.020) 0:00:00.914 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 16 March 2024 14:01:12 +0000 (0:00:00.031) 0:00:00.945 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 16 March 2024 14:01:15 +0000 (0:00:02.356) 0:00:03.302 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:21 Saturday 16 March 2024 14:01:15 +0000 (0:00:00.189) 0:00:03.491 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 16 March 2024 14:01:15 +0000 (0:00:00.009) 0:00:03.500 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:38 Saturday 16 March 2024 14:01:15 +0000 (0:00:00.008) 0:00:03.509 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:43 Saturday 16 March 2024 14:01:15 +0000 (0:00:00.173) 0:00:03.682 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 Saturday 16 March 2024 14:01:15 +0000 (0:00:00.014) 0:00:03.697 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597675.2103415, "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Saturday 16 March 2024 14:01:15 +0000 (0:00:00.188) 0:00:03.885 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:64 Saturday 16 March 2024 14:01:15 +0000 (0:00:00.192) 0:00:04.078 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 Saturday 16 March 2024 14:01:15 +0000 (0:00:00.009) 0:00:04.088 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 16 March 2024 14:01:16 +0000 (0:00:00.249) 0:00:04.337 ******** changed: [sut] => { "changed": true } MSG: 6 replacements made TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 16 March 2024 14:01:16 +0000 (0:00:00.180) 0:00:04.517 ******** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:98 Saturday 16 March 2024 14:01:16 +0000 (0:00:00.240) 0:00:04.757 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:110 Saturday 16 March 2024 14:01:16 +0000 (0:00:00.009) 0:00:04.766 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:118 Saturday 16 March 2024 14:01:16 +0000 (0:00:00.007) 0:00:04.774 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Saturday 16 March 2024 14:01:16 +0000 (0:00:00.007) 0:00:04.781 ******** 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-cirxow0418/tests/tests_add_rm.yml:29 Saturday 16 March 2024 14:01:16 +0000 (0:00:00.353) 0:00:05.135 ******** included: /WORKDIR/git-weekly-cirxow0418/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-cirxow0418/tests/tasks/clone_kernel.yml:3 Saturday 16 March 2024 14:01:16 +0000 (0:00:00.012) 0:00:05.147 ******** 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-cirxow0418/tests/tasks/clone_kernel.yml:8 Saturday 16 March 2024 14:01:16 +0000 (0:00:00.009) 0:00:05.157 ******** 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-cirxow0418/tests/tasks/clone_kernel.yml:22 Saturday 16 March 2024 14:01:17 +0000 (0:00:00.938) 0:00:06.096 ******** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 16 March 2024 14:01:17 +0000 (0:00:00.017) 0:00:06.113 ******** included: /WORKDIR/git-weekly-cirxow0418/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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 16 March 2024 14:01:17 +0000 (0:00:00.009) 0:00:06.123 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 16 March 2024 14:01:17 +0000 (0:00:00.008) 0:00:06.132 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 16 March 2024 14:01:17 +0000 (0:00:00.007) 0:00:06.139 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 16 March 2024 14:01:17 +0000 (0:00:00.008) 0:00:06.148 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 16 March 2024 14:01:17 +0000 (0:00:00.018) 0:00:06.166 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 16 March 2024 14:01:19 +0000 (0:00:01.233) 0:00:07.399 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597675.2103415, "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:21 Saturday 16 March 2024 14:01:19 +0000 (0:00:00.189) 0:00:07.589 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 16 March 2024 14:01:19 +0000 (0:00:00.009) 0:00:07.599 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:38 Saturday 16 March 2024 14:01:19 +0000 (0:00:00.007) 0:00:07.606 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:43 Saturday 16 March 2024 14:01:19 +0000 (0:00:00.176) 0:00:07.783 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 Saturday 16 March 2024 14:01:19 +0000 (0:00:00.014) 0:00:07.797 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597675.2103415, "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Saturday 16 March 2024 14:01:19 +0000 (0:00:00.192) 0:00:07.990 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597676.2463334, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "83f88152b19a724c257dcb00b70eccdf0d4ecbc0", "ctime": 1710597676.2463334, "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": 1710597676.2463334, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3616217301", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:64 Saturday 16 March 2024 14:01:19 +0000 (0:00:00.196) 0:00:08.186 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 Saturday 16 March 2024 14:01:19 +0000 (0:00:00.009) 0:00:08.196 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 16 March 2024 14:01:20 +0000 (0:00:00.182) 0:00:08.378 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 16 March 2024 14:01:20 +0000 (0:00:00.182) 0:00:08.561 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:98 Saturday 16 March 2024 14:01:20 +0000 (0:00:00.402) 0:00:08.964 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:110 Saturday 16 March 2024 14:01:20 +0000 (0:00:00.009) 0:00:08.973 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:118 Saturday 16 March 2024 14:01:20 +0000 (0:00:00.007) 0:00:08.981 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Saturday 16 March 2024 14:01:20 +0000 (0:00:00.007) 0:00:08.988 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 16 March 2024 14:01:20 +0000 (0:00:00.006) 0:00:08.994 ******** 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.144819", "end": "2024-03-16 14:01:21.114344", "rc": 0, "start": "2024-03-16 14:01:20.969525" } 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-cirxow0418/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 16 March 2024 14:01:21 +0000 (0:00:00.388) 0:00:09.383 ******** included: /WORKDIR/git-weekly-cirxow0418/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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 16 March 2024 14:01:21 +0000 (0:00:00.008) 0:00:09.392 ******** changed: [sut] => { "changed": true, "elapsed": 40, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 16 March 2024 14:02:01 +0000 (0:00:40.663) 0:00:50.055 ******** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 16 March 2024 14:02:01 +0000 (0:00:00.011) 0:00:50.066 ******** 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-cirxow0418/tests/tasks/clone_kernel.yml:41 Saturday 16 March 2024 14:02:01 +0000 (0:00:00.011) 0:00:50.078 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cirxow0418/tests/tasks/clone_kernel.yml:45 Saturday 16 March 2024 14:02:01 +0000 (0:00:00.011) 0:00:50.090 ******** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 16 March 2024 14:02:01 +0000 (0:00:00.021) 0:00:50.112 ******** included: /WORKDIR/git-weekly-cirxow0418/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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 16 March 2024 14:02:01 +0000 (0:00:00.011) 0:00:50.123 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 16 March 2024 14:02:01 +0000 (0:00:00.010) 0:00:50.134 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 16 March 2024 14:02:01 +0000 (0:00:00.010) 0:00:50.144 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 16 March 2024 14:02:01 +0000 (0:00:00.008) 0:00:50.153 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 16 March 2024 14:02:01 +0000 (0:00:00.066) 0:00:50.219 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 16 March 2024 14:02:04 +0000 (0:00:02.959) 0:00:53.179 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597681.1132948, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1710597681.112295, "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": 1710597681.112295, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "3363827519", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:21 Saturday 16 March 2024 14:02:05 +0000 (0:00:00.230) 0:00:53.410 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 16 March 2024 14:02:05 +0000 (0:00:00.009) 0:00:53.420 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:38 Saturday 16 March 2024 14:02:05 +0000 (0:00:00.008) 0:00:53.429 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:43 Saturday 16 March 2024 14:02:05 +0000 (0:00:00.180) 0:00:53.609 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 Saturday 16 March 2024 14:02:05 +0000 (0:00:00.016) 0:00:53.625 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597681.1132948, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1710597681.112295, "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": 1710597681.112295, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "3363827519", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Saturday 16 March 2024 14:02:05 +0000 (0:00:00.199) 0:00:53.825 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597679.8983045, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "83f88152b19a724c257dcb00b70eccdf0d4ecbc0", "ctime": 1710597676.2463334, "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": 1710597676.2463334, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3616217301", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:64 Saturday 16 March 2024 14:02:05 +0000 (0:00:00.199) 0:00:54.025 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 Saturday 16 March 2024 14:02:05 +0000 (0:00:00.009) 0:00:54.035 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 16 March 2024 14:02:05 +0000 (0:00:00.182) 0:00:54.218 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 16 March 2024 14:02:06 +0000 (0:00:00.180) 0:00:54.398 ******** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:98 Saturday 16 March 2024 14:02:06 +0000 (0:00:00.179) 0:00:54.577 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:110 Saturday 16 March 2024 14:02:06 +0000 (0:00:00.013) 0:00:54.591 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:118 Saturday 16 March 2024 14:02:06 +0000 (0:00:00.009) 0:00:54.600 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Saturday 16 March 2024 14:02:06 +0000 (0:00:00.008) 0:00:54.608 ******** 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" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 test=kernel", "default": false, "id": "a34a038509cb47d386f08db05303fb90-5.14.0-427.el9.x86_64_clone1", "index": "2", "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" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cirxow0418/tests/tests_add_rm.yml:35 Saturday 16 March 2024 14:02:06 +0000 (0:00:00.332) 0:00:54.940 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-cirxow0418/tests/tests_add_rm.yml:47 Saturday 16 March 2024 14:02:06 +0000 (0:00:00.011) 0:00:54.952 ******** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 16 March 2024 14:02:06 +0000 (0:00:00.023) 0:00:54.975 ******** included: /WORKDIR/git-weekly-cirxow0418/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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 16 March 2024 14:02:06 +0000 (0:00:00.011) 0:00:54.986 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 16 March 2024 14:02:06 +0000 (0:00:00.008) 0:00:54.995 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 16 March 2024 14:02:06 +0000 (0:00:00.008) 0:00:55.004 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 16 March 2024 14:02:06 +0000 (0:00:00.008) 0:00:55.012 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 16 March 2024 14:02:06 +0000 (0:00:00.020) 0:00:55.033 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 16 March 2024 14:02:08 +0000 (0:00:01.262) 0:00:56.296 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597681.1132948, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1710597681.112295, "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": 1710597681.112295, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "3363827519", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:21 Saturday 16 March 2024 14:02:08 +0000 (0:00:00.189) 0:00:56.486 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 16 March 2024 14:02:08 +0000 (0:00:00.010) 0:00:56.496 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:38 Saturday 16 March 2024 14:02:08 +0000 (0:00:00.008) 0:00:56.504 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:43 Saturday 16 March 2024 14:02:08 +0000 (0:00:00.177) 0:00:56.681 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 Saturday 16 March 2024 14:02:08 +0000 (0:00:00.016) 0:00:56.697 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597681.1132948, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1710597681.112295, "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": 1710597681.112295, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "3363827519", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Saturday 16 March 2024 14:02:08 +0000 (0:00:00.196) 0:00:56.894 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597679.8983045, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "83f88152b19a724c257dcb00b70eccdf0d4ecbc0", "ctime": 1710597676.2463334, "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": 1710597676.2463334, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3616217301", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:64 Saturday 16 March 2024 14:02:08 +0000 (0:00:00.207) 0:00:57.102 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 Saturday 16 March 2024 14:02:08 +0000 (0:00:00.009) 0:00:57.112 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 16 March 2024 14:02:09 +0000 (0:00:00.183) 0:00:57.296 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 16 March 2024 14:02:09 +0000 (0:00:00.181) 0:00:57.478 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:98 Saturday 16 March 2024 14:02:09 +0000 (0:00:00.438) 0:00:57.916 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:110 Saturday 16 March 2024 14:02:09 +0000 (0:00:00.009) 0:00:57.926 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:118 Saturday 16 March 2024 14:02:09 +0000 (0:00:00.007) 0:00:57.934 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Saturday 16 March 2024 14:02:09 +0000 (0:00:00.007) 0:00:57.941 ******** 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-cirxow0418/tests/tests_add_rm.yml:65 Saturday 16 March 2024 14:02:09 +0000 (0:00:00.292) 0:00:58.234 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-cirxow0418/tests/tests_add_rm.yml:71 Saturday 16 March 2024 14:02:09 +0000 (0:00:00.010) 0:00:58.245 ******** included: /WORKDIR/git-weekly-cirxow0418/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-cirxow0418/tests/tasks/clone_kernel.yml:3 Saturday 16 March 2024 14:02:10 +0000 (0:00:00.015) 0:00:58.260 ******** 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-cirxow0418/tests/tasks/clone_kernel.yml:8 Saturday 16 March 2024 14:02:10 +0000 (0:00:00.009) 0:00:58.270 ******** 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-cirxow0418/tests/tasks/clone_kernel.yml:22 Saturday 16 March 2024 14:02:10 +0000 (0:00:00.803) 0:00:59.073 ******** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 16 March 2024 14:02:10 +0000 (0:00:00.013) 0:00:59.087 ******** included: /WORKDIR/git-weekly-cirxow0418/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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 16 March 2024 14:02:10 +0000 (0:00:00.011) 0:00:59.098 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 16 March 2024 14:02:10 +0000 (0:00:00.010) 0:00:59.109 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 16 March 2024 14:02:10 +0000 (0:00:00.010) 0:00:59.119 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 16 March 2024 14:02:10 +0000 (0:00:00.009) 0:00:59.129 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 16 March 2024 14:02:10 +0000 (0:00:00.019) 0:00:59.148 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 16 March 2024 14:02:12 +0000 (0:00:01.274) 0:01:00.423 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597681.1132948, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1710597681.112295, "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": 1710597681.112295, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "3363827519", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:21 Saturday 16 March 2024 14:02:12 +0000 (0:00:00.199) 0:01:00.622 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 16 March 2024 14:02:12 +0000 (0:00:00.009) 0:01:00.631 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:38 Saturday 16 March 2024 14:02:12 +0000 (0:00:00.008) 0:01:00.640 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:43 Saturday 16 March 2024 14:02:12 +0000 (0:00:00.182) 0:01:00.823 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 Saturday 16 March 2024 14:02:12 +0000 (0:00:00.014) 0:01:00.837 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597681.1132948, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1710597681.112295, "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": 1710597681.112295, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "3363827519", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Saturday 16 March 2024 14:02:12 +0000 (0:00:00.191) 0:01:01.029 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597679.8983045, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "83f88152b19a724c257dcb00b70eccdf0d4ecbc0", "ctime": 1710597676.2463334, "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": 1710597676.2463334, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3616217301", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:64 Saturday 16 March 2024 14:02:12 +0000 (0:00:00.196) 0:01:01.225 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 Saturday 16 March 2024 14:02:12 +0000 (0:00:00.010) 0:01:01.235 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 16 March 2024 14:02:13 +0000 (0:00:00.212) 0:01:01.448 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 16 March 2024 14:02:13 +0000 (0:00:00.182) 0:01:01.630 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:98 Saturday 16 March 2024 14:02:13 +0000 (0:00:00.404) 0:01:02.035 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:110 Saturday 16 March 2024 14:02:13 +0000 (0:00:00.009) 0:01:02.045 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:118 Saturday 16 March 2024 14:02:13 +0000 (0:00:00.008) 0:01:02.053 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Saturday 16 March 2024 14:02:13 +0000 (0:00:00.007) 0:01:02.061 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 16 March 2024 14:02:13 +0000 (0:00:00.006) 0:01:02.067 ******** 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.145391", "end": "2024-03-16 14:02:14.122271", "rc": 0, "start": "2024-03-16 14:02:13.976880" } 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-cirxow0418/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 16 March 2024 14:02:14 +0000 (0:00:00.324) 0:01:02.392 ******** included: /WORKDIR/git-weekly-cirxow0418/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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 16 March 2024 14:02:14 +0000 (0:00:00.008) 0:01:02.400 ******** changed: [sut] => { "changed": true, "elapsed": 40, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 16 March 2024 14:02:55 +0000 (0:00:41.551) 0:01:43.952 ******** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 16 March 2024 14:02:55 +0000 (0:00:00.009) 0:01:43.961 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 16 March 2024 14:02:55 +0000 (0:00:00.010) 0:01:43.971 ******** 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.156052", "end": "2024-03-16 14:02:56.060798", "rc": 0, "start": "2024-03-16 14:02:55.904746" } 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-cirxow0418/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 16 March 2024 14:02:56 +0000 (0:00:00.359) 0:01:44.330 ******** included: /WORKDIR/git-weekly-cirxow0418/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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 16 March 2024 14:02:56 +0000 (0:00:00.008) 0:01:44.338 ******** changed: [sut] => { "changed": true, "elapsed": 38, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 16 March 2024 14:03:35 +0000 (0:00:39.385) 0:02:23.723 ******** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 16 March 2024 14:03:35 +0000 (0:00:00.009) 0:02:23.733 ******** 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-cirxow0418/tests/tasks/clone_kernel.yml:41 Saturday 16 March 2024 14:03:35 +0000 (0:00:00.011) 0:02:23.744 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cirxow0418/tests/tasks/clone_kernel.yml:45 Saturday 16 March 2024 14:03:35 +0000 (0:00:00.008) 0:02:23.753 ******** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 16 March 2024 14:03:35 +0000 (0:00:00.019) 0:02:23.773 ******** included: /WORKDIR/git-weekly-cirxow0418/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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 16 March 2024 14:03:35 +0000 (0:00:00.010) 0:02:23.783 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 16 March 2024 14:03:35 +0000 (0:00:00.008) 0:02:23.791 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 16 March 2024 14:03:35 +0000 (0:00:00.007) 0:02:23.799 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 16 March 2024 14:03:35 +0000 (0:00:00.007) 0:02:23.806 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 16 March 2024 14:03:35 +0000 (0:00:00.018) 0:02:23.825 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 16 March 2024 14:03:38 +0000 (0:00:03.278) 0:02:27.103 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597776.0593355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1710597776.0583355, "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": 1710597776.0583355, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2326089661", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:21 Saturday 16 March 2024 14:03:39 +0000 (0:00:00.216) 0:02:27.320 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 16 March 2024 14:03:39 +0000 (0:00:00.010) 0:02:27.330 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:38 Saturday 16 March 2024 14:03:39 +0000 (0:00:00.009) 0:02:27.339 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:43 Saturday 16 March 2024 14:03:39 +0000 (0:00:00.189) 0:02:27.529 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 Saturday 16 March 2024 14:03:39 +0000 (0:00:00.016) 0:02:27.545 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597776.0593355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1710597776.0583355, "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": 1710597776.0583355, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2326089661", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Saturday 16 March 2024 14:03:39 +0000 (0:00:00.191) 0:02:27.736 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597679.8983045, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "83f88152b19a724c257dcb00b70eccdf0d4ecbc0", "ctime": 1710597676.2463334, "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": 1710597676.2463334, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3616217301", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:64 Saturday 16 March 2024 14:03:39 +0000 (0:00:00.194) 0:02:27.931 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 Saturday 16 March 2024 14:03:39 +0000 (0:00:00.010) 0:02:27.942 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 16 March 2024 14:03:39 +0000 (0:00:00.184) 0:02:28.126 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 16 March 2024 14:03:40 +0000 (0:00:00.183) 0:02:28.310 ******** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:98 Saturday 16 March 2024 14:03:40 +0000 (0:00:00.181) 0:02:28.491 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:110 Saturday 16 March 2024 14:03:40 +0000 (0:00:00.009) 0:02:28.501 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:118 Saturday 16 March 2024 14:03:40 +0000 (0:00:00.008) 0:02:28.510 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Saturday 16 March 2024 14:03:40 +0000 (0:00:00.007) 0:02:28.517 ******** 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" }, { "args": "test=kernel", "default": false, "id": "a34a038509cb47d386f08db05303fb90-5.14.0-427.el9.x86_64_clone2", "index": "2", "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" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cirxow0418/tests/tests_add_rm.yml:77 Saturday 16 March 2024 14:03:40 +0000 (0:00:00.326) 0:02:28.843 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-cirxow0418/tests/tests_add_rm.yml:84 Saturday 16 March 2024 14:03:40 +0000 (0:00:00.011) 0:02:28.855 ******** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 16 March 2024 14:03:40 +0000 (0:00:00.031) 0:02:28.886 ******** included: /WORKDIR/git-weekly-cirxow0418/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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 16 March 2024 14:03:40 +0000 (0:00:00.011) 0:02:28.897 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 16 March 2024 14:03:40 +0000 (0:00:00.008) 0:02:28.906 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 16 March 2024 14:03:40 +0000 (0:00:00.007) 0:02:28.914 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 16 March 2024 14:03:40 +0000 (0:00:00.007) 0:02:28.921 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 16 March 2024 14:03:40 +0000 (0:00:00.019) 0:02:28.941 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 16 March 2024 14:03:41 +0000 (0:00:01.231) 0:02:30.172 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597776.0593355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1710597776.0583355, "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": 1710597776.0583355, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2326089661", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:21 Saturday 16 March 2024 14:03:42 +0000 (0:00:00.191) 0:02:30.363 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 16 March 2024 14:03:42 +0000 (0:00:00.010) 0:02:30.374 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:38 Saturday 16 March 2024 14:03:42 +0000 (0:00:00.008) 0:02:30.382 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:43 Saturday 16 March 2024 14:03:42 +0000 (0:00:00.175) 0:02:30.558 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:54 Saturday 16 March 2024 14:03:42 +0000 (0:00:00.019) 0:02:30.578 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597776.0593355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1710597776.0583355, "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": 1710597776.0583355, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2326089661", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Saturday 16 March 2024 14:03:42 +0000 (0:00:00.194) 0:02:30.773 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710597679.8983045, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "83f88152b19a724c257dcb00b70eccdf0d4ecbc0", "ctime": 1710597676.2463334, "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": 1710597676.2463334, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3616217301", "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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:64 Saturday 16 March 2024 14:03:42 +0000 (0:00:00.195) 0:02:30.968 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 Saturday 16 March 2024 14:03:42 +0000 (0:00:00.037) 0:02:31.006 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 16 March 2024 14:03:42 +0000 (0:00:00.184) 0:02:31.190 ******** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 16 March 2024 14:03:43 +0000 (0:00:00.183) 0:02:31.374 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:98 Saturday 16 March 2024 14:03:43 +0000 (0:00:00.418) 0:02:31.792 ******** 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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:110 Saturday 16 March 2024 14:03:43 +0000 (0:00:00.009) 0:02:31.802 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:118 Saturday 16 March 2024 14:03:43 +0000 (0:00:00.008) 0:02:31.811 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Saturday 16 March 2024 14:03:43 +0000 (0:00:00.007) 0:02:31.819 ******** 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-cirxow0418/tests/tests_add_rm.yml:94 Saturday 16 March 2024 14:03:43 +0000 (0:00:00.291) 0:02:32.110 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-cirxow0418/tests/tests_add_rm.yml:100 Saturday 16 March 2024 14:03:43 +0000 (0:00:00.011) 0:02:32.122 ******** 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.049106", "end": "2024-03-16 14:03:44.083076", "failed_when_result": false, "item": 1, "rc": 1, "start": "2024-03-16 14:03:44.033970" } 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.048986", "end": "2024-03-16 14:03:44.308567", "failed_when_result": false, "item": 2, "rc": 1, "start": "2024-03-16 14:03:44.259581" } 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-cirxow0418/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 16 March 2024 14:03:44 +0000 (0:00:00.458) 0:02:32.580 ******** 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.114970", "end": "2024-03-16 14:03:44.612001", "rc": 0, "start": "2024-03-16 14:03:44.497031" } 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-cirxow0418/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 16 March 2024 14:03:44 +0000 (0:00:00.302) 0:02:32.883 ******** included: /WORKDIR/git-weekly-cirxow0418/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-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 16 March 2024 14:03:44 +0000 (0:00:00.008) 0:02:32.891 ******** changed: [sut] => { "changed": true, "elapsed": 35, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 16 March 2024 14:04:21 +0000 (0:00:36.396) 0:03:09.288 ******** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 16 March 2024 14:04:21 +0000 (0:00:00.007) 0:03:09.296 ******** 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 16 March 2024 14:04:21 +0000 (0:00:00.009) 0:03:09.306 ******** =============================================================================== linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 41.55s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 40.66s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 39.39s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 36.40s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Ensure required packages are installed --- 8.60s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 2.51s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 1.26s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 1.23s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Collect bootloader facts ---------------- 1.01s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:125 Clone test_kernel kernel and initrd for test purposes ------------------- 0.94s /WORKDIR/git-weekly-cirxow0418/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.81s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Clone test_kernel kernel and initrd for test purposes ------------------- 0.80s /WORKDIR/git-weekly-cirxow0418/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Fix default kernel boot parameters ------ 0.71s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.64s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.62s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:71 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.60s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg -------- 0.59s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 linux-system-roles.bootloader : Ensure ansible_facts used by role ------- 0.59s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.58s /WORKDIR/git-weekly-cirxow0418/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.54s /WORKDIR/git-weekly-cirxow0418/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---