# 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-fix-timeout3nyeaiv5/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tests_add_rm.yml:13 Thursday 08 February 2024 17:04:14 +0000 (0:00:00.026) 0:00:00.026 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:04:14 +0000 (0:00:00.056) 0:00:00.082 ***** included: /WORKDIR/git-fix-timeout3nyeaiv5/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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:04:14 +0000 (0:00:00.045) 0:00:00.127 ***** ok: [sut] TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 17:04:15 +0000 (0:00:00.791) 0:00:00.919 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 17:04:15 +0000 (0:00:00.254) 0:00:01.174 ***** ok: [sut] => { "ansible_facts": { "__bootloader_is_ostree": false }, "changed": false } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 17:04:15 +0000 (0:00:00.019) 0:00:01.193 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:04:15 +0000 (0:00:00.029) 0:00:01.222 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 17:04:17 +0000 (0:00:02.344) 0:00:03.567 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 17:04:18 +0000 (0:00:00.232) 0:00:03.799 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 17:04:18 +0000 (0:00:00.174) 0:00:03.974 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 17:04:18 +0000 (0:00:00.036) 0:00:04.010 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1706607077.486, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1706607077.323, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5299727, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1706607077.323, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "3104425556", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 17:04:18 +0000 (0:00:00.192) 0:00:04.203 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 17:04:18 +0000 (0:00:00.246) 0:00:04.450 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1706607078.078, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "15db67584821c63266f12fc0ade86d361e246279", "ctime": 1706607078.078, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2409146, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1706607078.078, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "2995642306", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 17:04:18 +0000 (0:00:00.194) 0:00:04.644 ***** changed: [sut] => { "changed": true } MSG: 6 replacements made TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 17:04:19 +0000 (0:00:00.182) 0:00:04.827 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 17:04:19 +0000 (0:00:00.008) 0:00:04.835 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 17:04:19 +0000 (0:00:00.007) 0:00:04.843 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 17:04:19 +0000 (0:00:00.007) 0:00:04.850 ***** 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": "a29c76f772404570873b9d042a7e0534-5.14.0-410.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-410.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-410.el9.x86_64", "root": "UUID=f72128f2-bcfd-46ab-b509-3a36632be876", "title": "CentOS Stream (5.14.0-410.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "a29c76f772404570873b9d042a7e0534-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a29c76f772404570873b9d042a7e0534.img", "kernel": "/boot/vmlinuz-0-rescue-a29c76f772404570873b9d042a7e0534", "root": "UUID=f72128f2-bcfd-46ab-b509-3a36632be876", "title": "CentOS Stream (0-rescue-a29c76f772404570873b9d042a7e0534) 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-fix-timeout3nyeaiv5/tests/tests_add_rm.yml:29 Thursday 08 February 2024 17:04:19 +0000 (0:00:00.368) 0:00:05.218 ***** included: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tasks/clone_kernel.yml:1 Thursday 08 February 2024 17:04:19 +0000 (0:00:00.013) 0:00:05.231 ***** 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": "a29c76f772404570873b9d042a7e0534-5.14.0-410.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-410.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-410.el9.x86_64", "root": "UUID=f72128f2-bcfd-46ab-b509-3a36632be876", "title": "CentOS Stream (5.14.0-410.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tasks/clone_kernel.yml:6 Thursday 08 February 2024 17:04:19 +0000 (0:00:00.010) 0:00:05.242 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-5.14.0-410.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-410.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "5b36fc7acee861f76118c3c6451bb3f37572ec3c", "dest": "/boot/vmlinuz-5.14.0-410.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-410.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-410.el9.x86_64" }, "md5sum": "60d52aaaff6c97080ef34cd863c13c4a", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 13563944, "src": "/boot/vmlinuz-5.14.0-410.el9.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-5.14.0-410.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-410.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "67a64f04b1142de79770821fd1bfe8dd84655cf6", "dest": "/boot/initramfs-5.14.0-410.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-410.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-410.el9.x86_64.img" }, "md5sum": "950e8564a54b6cd24d4baab107937977", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 34864043, "src": "/boot/initramfs-5.14.0-410.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create Clone1 kernel with copy_defaults=true] **************************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tasks/clone_kernel.yml:20 Thursday 08 February 2024 17:04:20 +0000 (0:00:00.947) 0:00:06.190 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:04:20 +0000 (0:00:00.019) 0:00:06.209 ***** included: /WORKDIR/git-fix-timeout3nyeaiv5/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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:04:20 +0000 (0:00:00.013) 0:00:06.222 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 17:04:20 +0000 (0:00:00.036) 0:00:06.259 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 17:04:20 +0000 (0:00:00.015) 0:00:06.275 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 17:04:20 +0000 (0:00:00.032) 0:00:06.308 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:04:20 +0000 (0:00:00.022) 0:00:06.331 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 17:04:21 +0000 (0:00:01.322) 0:00:07.653 ***** 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-410.el9.x86_64_clone1 --initrd=/boot/initramfs-5.14.0-410.el9.x86_64.img_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 17:04:22 +0000 (0:00:00.415) 0:00:08.069 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 17:04:22 +0000 (0:00:00.208) 0:00:08.278 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 17:04:22 +0000 (0:00:00.039) 0:00:08.317 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411858.5119276, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1706607077.323, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5299727, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1706607077.323, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "3104425556", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 17:04:22 +0000 (0:00:00.219) 0:00:08.536 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 17:04:23 +0000 (0:00:00.181) 0:00:08.717 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411859.1459243, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "848dd94c3165e239dc3ec0757f5e1fb464eaeea2", "ctime": 1707411859.1469243, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 335544641, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707411859.1459243, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "137526734", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 17:04:23 +0000 (0:00:00.191) 0:00:08.909 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 17:04:23 +0000 (0:00:00.181) 0:00:09.091 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 17:04:23 +0000 (0:00:00.010) 0:00:09.101 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 17:04:23 +0000 (0:00:00.007) 0:00:09.109 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 17:04:23 +0000 (0:00:00.010) 0:00:09.119 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Thursday 08 February 2024 17:04:23 +0000 (0:00:00.012) 0:00:09.132 ***** 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.141952", "end": "2024-02-08 17:04:23.845911", "rc": 0, "start": "2024-02-08 17:04:23.703959" } 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Thursday 08 February 2024 17:04:23 +0000 (0:00:00.389) 0:00:09.521 ***** included: /WORKDIR/git-fix-timeout3nyeaiv5/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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Thursday 08 February 2024 17:04:23 +0000 (0:00:00.008) 0:00:09.530 ***** changed: [sut] => { "changed": true, "elapsed": 50, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Thursday 08 February 2024 17:05:15 +0000 (0:00:51.516) 0:01:01.046 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Thursday 08 February 2024 17:05:15 +0000 (0:00:00.009) 0:01:01.056 ***** 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-fix-timeout3nyeaiv5/tests/tasks/clone_kernel.yml:39 Thursday 08 February 2024 17:05:15 +0000 (0:00:00.010) 0:01:01.066 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tasks/clone_kernel.yml:43 Thursday 08 February 2024 17:05:15 +0000 (0:00:00.009) 0:01:01.076 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:05:15 +0000 (0:00:00.015) 0:01:01.091 ***** included: /WORKDIR/git-fix-timeout3nyeaiv5/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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:05:15 +0000 (0:00:00.010) 0:01:01.102 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 17:05:15 +0000 (0:00:00.008) 0:01:01.111 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 17:05:15 +0000 (0:00:00.007) 0:01:01.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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 17:05:15 +0000 (0:00:00.007) 0:01:01.126 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:05:15 +0000 (0:00:00.018) 0:01:01.144 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 17:05:18 +0000 (0:00:02.841) 0:01:03.986 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 17:05:18 +0000 (0:00:00.176) 0:01:04.162 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 17:05:18 +0000 (0:00:00.174) 0:01:04.337 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 17:05:18 +0000 (0:00:00.014) 0:01:04.351 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411863.8439002, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1707411863.8429003, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4516547, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411863.8429003, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "3958797087", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 17:05:18 +0000 (0:00:00.277) 0:01:04.629 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 17:05:19 +0000 (0:00:00.180) 0:01:04.810 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411863.2189035, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "848dd94c3165e239dc3ec0757f5e1fb464eaeea2", "ctime": 1707411859.1469243, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 335544641, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707411859.1459243, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "137526734", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 17:05:19 +0000 (0:00:00.196) 0:01:05.006 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 17:05:19 +0000 (0:00:00.203) 0:01:05.210 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 17:05:19 +0000 (0:00:00.009) 0:01:05.219 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 17:05:19 +0000 (0:00:00.010) 0:01:05.230 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 17:05:19 +0000 (0:00:00.008) 0:01:05.238 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 test=kernel", "default": false, "id": "bcfe993c89964b8aabd7e36b09c5fb6c-5.14.0-410.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-410.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-410.el9.x86_64_clone1", "root": "UUID=f72128f2-bcfd-46ab-b509-3a36632be876", "title": "Clone1" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "a29c76f772404570873b9d042a7e0534-5.14.0-410.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-410.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-410.el9.x86_64", "root": "UUID=f72128f2-bcfd-46ab-b509-3a36632be876", "title": "CentOS Stream (5.14.0-410.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "a29c76f772404570873b9d042a7e0534-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-a29c76f772404570873b9d042a7e0534.img", "kernel": "/boot/vmlinuz-0-rescue-a29c76f772404570873b9d042a7e0534", "root": "UUID=f72128f2-bcfd-46ab-b509-3a36632be876", "title": "CentOS Stream (0-rescue-a29c76f772404570873b9d042a7e0534) 9" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tests_add_rm.yml:35 Thursday 08 February 2024 17:05:19 +0000 (0:00:00.343) 0:01:05.582 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tests_add_rm.yml:47 Thursday 08 February 2024 17:05:19 +0000 (0:00:00.011) 0:01:05.593 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:05:19 +0000 (0:00:00.021) 0:01:05.615 ***** included: /WORKDIR/git-fix-timeout3nyeaiv5/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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:05:19 +0000 (0:00:00.012) 0:01:05.627 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 17:05:19 +0000 (0:00:00.010) 0:01:05.638 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 17:05:19 +0000 (0:00:00.007) 0:01:05.645 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 17:05:19 +0000 (0:00:00.008) 0:01:05.654 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:05:20 +0000 (0:00:00.028) 0:01:05.682 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 17:05:21 +0000 (0:00:01.222) 0:01:06.905 ***** 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-410.el9.x86_64_clone1" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 17:05:21 +0000 (0:00:00.416) 0:01:07.322 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 17:05:21 +0000 (0:00:00.173) 0:01:07.495 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 17:05:21 +0000 (0:00:00.014) 0:01:07.509 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411863.8439002, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1707411863.8429003, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4516547, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411863.8429003, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "3958797087", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 17:05:22 +0000 (0:00:00.188) 0:01:07.698 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 17:05:22 +0000 (0:00:00.179) 0:01:07.878 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411863.2189035, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "848dd94c3165e239dc3ec0757f5e1fb464eaeea2", "ctime": 1707411859.1469243, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 335544641, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707411859.1459243, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "137526734", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 17:05:22 +0000 (0:00:00.190) 0:01:08.068 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 17:05:22 +0000 (0:00:00.175) 0:01:08.244 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 17:05:22 +0000 (0:00:00.009) 0:01:08.253 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 17:05:22 +0000 (0:00:00.007) 0:01:08.261 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 17:05:22 +0000 (0:00:00.007) 0:01:08.268 ***** 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": "a29c76f772404570873b9d042a7e0534-5.14.0-410.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-410.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-410.el9.x86_64", "root": "UUID=f72128f2-bcfd-46ab-b509-3a36632be876", "title": "CentOS Stream (5.14.0-410.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "a29c76f772404570873b9d042a7e0534-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a29c76f772404570873b9d042a7e0534.img", "kernel": "/boot/vmlinuz-0-rescue-a29c76f772404570873b9d042a7e0534", "root": "UUID=f72128f2-bcfd-46ab-b509-3a36632be876", "title": "CentOS Stream (0-rescue-a29c76f772404570873b9d042a7e0534) 9" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tests_add_rm.yml:65 Thursday 08 February 2024 17:05:22 +0000 (0:00:00.280) 0:01:08.548 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tests_add_rm.yml:71 Thursday 08 February 2024 17:05:22 +0000 (0:00:00.009) 0:01:08.558 ***** included: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tasks/clone_kernel.yml:1 Thursday 08 February 2024 17:05:22 +0000 (0:00:00.013) 0:01:08.571 ***** 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": "a29c76f772404570873b9d042a7e0534-5.14.0-410.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-410.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-410.el9.x86_64", "root": "UUID=f72128f2-bcfd-46ab-b509-3a36632be876", "title": "CentOS Stream (5.14.0-410.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tasks/clone_kernel.yml:6 Thursday 08 February 2024 17:05:22 +0000 (0:00:00.009) 0:01:08.581 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-5.14.0-410.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-410.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "5b36fc7acee861f76118c3c6451bb3f37572ec3c", "dest": "/boot/vmlinuz-5.14.0-410.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-410.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-410.el9.x86_64" }, "md5sum": "60d52aaaff6c97080ef34cd863c13c4a", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 13563944, "src": "/boot/vmlinuz-5.14.0-410.el9.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-5.14.0-410.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-410.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "67a64f04b1142de79770821fd1bfe8dd84655cf6", "dest": "/boot/initramfs-5.14.0-410.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-410.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-410.el9.x86_64.img" }, "md5sum": "950e8564a54b6cd24d4baab107937977", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 34864043, "src": "/boot/initramfs-5.14.0-410.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create Clone2 kernel with copy_defaults=true] **************************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tasks/clone_kernel.yml:20 Thursday 08 February 2024 17:05:23 +0000 (0:00:00.909) 0:01:09.490 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:05:23 +0000 (0:00:00.012) 0:01:09.502 ***** included: /WORKDIR/git-fix-timeout3nyeaiv5/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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:05:23 +0000 (0:00:00.010) 0:01:09.513 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 17:05:23 +0000 (0:00:00.008) 0:01:09.521 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 17:05:23 +0000 (0:00:00.007) 0:01:09.529 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 17:05:23 +0000 (0:00:00.008) 0:01:09.538 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:05:23 +0000 (0:00:00.020) 0:01:09.558 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 17:05:25 +0000 (0:00:01.206) 0:01:10.764 ***** 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-410.el9.x86_64_clone2 --initrd=/boot/initramfs-5.14.0-410.el9.x86_64.img_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 17:05:25 +0000 (0:00:00.396) 0:01:11.160 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 17:05:25 +0000 (0:00:00.175) 0:01:11.336 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 17:05:25 +0000 (0:00:00.015) 0:01:11.352 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411863.8439002, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1707411863.8429003, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4516547, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411863.8429003, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "3958797087", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 17:05:25 +0000 (0:00:00.197) 0:01:11.549 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 17:05:26 +0000 (0:00:00.213) 0:01:11.763 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411863.2189035, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "848dd94c3165e239dc3ec0757f5e1fb464eaeea2", "ctime": 1707411859.1469243, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 335544641, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707411859.1459243, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "137526734", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 17:05:26 +0000 (0:00:00.210) 0:01:11.973 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 17:05:26 +0000 (0:00:00.179) 0:01:12.153 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 17:05:26 +0000 (0:00:00.010) 0:01:12.163 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 17:05:26 +0000 (0:00:00.010) 0:01:12.173 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 17:05:26 +0000 (0:00:00.008) 0:01:12.182 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Thursday 08 February 2024 17:05:26 +0000 (0:00:00.008) 0:01:12.191 ***** 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.140750", "end": "2024-02-08 17:05:26.834140", "rc": 0, "start": "2024-02-08 17:05:26.693390" } 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Thursday 08 February 2024 17:05:26 +0000 (0:00:00.318) 0:01:12.509 ***** included: /WORKDIR/git-fix-timeout3nyeaiv5/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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Thursday 08 February 2024 17:05:26 +0000 (0:00:00.008) 0:01:12.518 ***** changed: [sut] => { "changed": true, "elapsed": 49, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Thursday 08 February 2024 17:06:16 +0000 (0:00:50.081) 0:02:02.599 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Thursday 08 February 2024 17:06:16 +0000 (0:00:00.009) 0:02:02.609 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Thursday 08 February 2024 17:06:16 +0000 (0:00:00.015) 0:02:02.624 ***** 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.151417", "end": "2024-02-08 17:06:17.324700", "rc": 0, "start": "2024-02-08 17:06:17.173283" } 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Thursday 08 February 2024 17:06:17 +0000 (0:00:00.375) 0:02:03.000 ***** included: /WORKDIR/git-fix-timeout3nyeaiv5/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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Thursday 08 February 2024 17:06:17 +0000 (0:00:00.009) 0:02:03.009 ***** changed: [sut] => { "changed": true, "elapsed": 36, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Thursday 08 February 2024 17:06:54 +0000 (0:00:37.252) 0:02:40.261 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Thursday 08 February 2024 17:06:54 +0000 (0:00:00.008) 0:02:40.270 ***** 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-fix-timeout3nyeaiv5/tests/tasks/clone_kernel.yml:39 Thursday 08 February 2024 17:06:54 +0000 (0:00:00.010) 0:02:40.281 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tasks/clone_kernel.yml:43 Thursday 08 February 2024 17:06:54 +0000 (0:00:00.009) 0:02:40.290 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:06:54 +0000 (0:00:00.016) 0:02:40.306 ***** included: /WORKDIR/git-fix-timeout3nyeaiv5/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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:06:54 +0000 (0:00:00.010) 0:02:40.317 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 17:06:54 +0000 (0:00:00.008) 0:02:40.326 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 17:06:54 +0000 (0:00:00.008) 0:02:40.334 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 17:06:54 +0000 (0:00:00.007) 0:02:40.341 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:06:54 +0000 (0:00:00.018) 0:02:40.360 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 17:06:58 +0000 (0:00:03.422) 0:02:43.783 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 17:06:58 +0000 (0:00:00.177) 0:02:43.960 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 17:06:58 +0000 (0:00:00.175) 0:02:44.135 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 17:06:58 +0000 (0:00:00.014) 0:02:44.150 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411977.323463, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1707411977.3224628, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4516550, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411977.3224628, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2223159539", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 17:06:58 +0000 (0:00:00.228) 0:02:44.378 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 17:06:58 +0000 (0:00:00.183) 0:02:44.562 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411863.2189035, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "848dd94c3165e239dc3ec0757f5e1fb464eaeea2", "ctime": 1707411859.1469243, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 335544641, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707411859.1459243, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "137526734", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 17:06:59 +0000 (0:00:00.196) 0:02:44.758 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 17:06:59 +0000 (0:00:00.184) 0:02:44.943 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 17:06:59 +0000 (0:00:00.010) 0:02:44.954 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 17:06:59 +0000 (0:00:00.020) 0:02:44.974 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 17:06:59 +0000 (0:00:00.011) 0:02:44.985 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "bcfe993c89964b8aabd7e36b09c5fb6c-5.14.0-410.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-410.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-410.el9.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "a29c76f772404570873b9d042a7e0534-5.14.0-410.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-410.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-410.el9.x86_64", "root": "UUID=f72128f2-bcfd-46ab-b509-3a36632be876", "title": "CentOS Stream (5.14.0-410.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "a29c76f772404570873b9d042a7e0534-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-a29c76f772404570873b9d042a7e0534.img", "kernel": "/boot/vmlinuz-0-rescue-a29c76f772404570873b9d042a7e0534", "root": "UUID=f72128f2-bcfd-46ab-b509-3a36632be876", "title": "CentOS Stream (0-rescue-a29c76f772404570873b9d042a7e0534) 9" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tests_add_rm.yml:77 Thursday 08 February 2024 17:06:59 +0000 (0:00:00.336) 0:02:45.322 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tests_add_rm.yml:84 Thursday 08 February 2024 17:06:59 +0000 (0:00:00.011) 0:02:45.334 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:06:59 +0000 (0:00:00.025) 0:02:45.360 ***** included: /WORKDIR/git-fix-timeout3nyeaiv5/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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:06:59 +0000 (0:00:00.010) 0:02:45.370 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 17:06:59 +0000 (0:00:00.008) 0:02:45.379 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 17:06:59 +0000 (0:00:00.015) 0:02:45.395 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 17:06:59 +0000 (0:00:00.009) 0:02:45.404 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:06:59 +0000 (0:00:00.019) 0:02:45.424 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 17:07:01 +0000 (0:00:01.265) 0:02:46.690 ***** 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-410.el9.x86_64_clone2" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 17:07:01 +0000 (0:00:00.431) 0:02:47.121 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 17:07:01 +0000 (0:00:00.188) 0:02:47.310 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 17:07:01 +0000 (0:00:00.014) 0:02:47.324 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411977.323463, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1707411977.3224628, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4516550, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411977.3224628, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "2223159539", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 17:07:01 +0000 (0:00:00.193) 0:02:47.517 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 17:07:02 +0000 (0:00:00.188) 0:02:47.705 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411863.2189035, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "848dd94c3165e239dc3ec0757f5e1fb464eaeea2", "ctime": 1707411859.1469243, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 335544641, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707411859.1459243, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "137526734", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 17:07:02 +0000 (0:00:00.203) 0:02:47.909 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 17:07:02 +0000 (0:00:00.188) 0:02:48.097 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 17:07:02 +0000 (0:00:00.008) 0:02:48.106 ***** 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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 17:07:02 +0000 (0:00:00.009) 0:02:48.115 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 17:07:02 +0000 (0:00:00.009) 0:02:48.124 ***** 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": "a29c76f772404570873b9d042a7e0534-5.14.0-410.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-410.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-410.el9.x86_64", "root": "UUID=f72128f2-bcfd-46ab-b509-3a36632be876", "title": "CentOS Stream (5.14.0-410.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "a29c76f772404570873b9d042a7e0534-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a29c76f772404570873b9d042a7e0534.img", "kernel": "/boot/vmlinuz-0-rescue-a29c76f772404570873b9d042a7e0534", "root": "UUID=f72128f2-bcfd-46ab-b509-3a36632be876", "title": "CentOS Stream (0-rescue-a29c76f772404570873b9d042a7e0534) 9" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tests_add_rm.yml:94 Thursday 08 February 2024 17:07:02 +0000 (0:00:00.292) 0:02:48.416 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/tests_add_rm.yml:100 Thursday 08 February 2024 17:07:02 +0000 (0:00:00.010) 0:02:48.427 ***** failed: [sut] (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-410.el9.x86_64_clone1" ], "delta": "0:00:00.047945", "end": "2024-02-08 17:07:02.977476", "item": 1, "rc": 1, "start": "2024-02-08 17:07:02.929531" } STDERR: The param /boot/vmlinuz-5.14.0-410.el9.x86_64_clone1 is incorrect MSG: non-zero return code failed: [sut] (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-410.el9.x86_64_clone2" ], "delta": "0:00:00.047740", "end": "2024-02-08 17:07:03.199611", "item": 2, "rc": 1, "start": "2024-02-08 17:07:03.151871" } STDERR: The param /boot/vmlinuz-5.14.0-410.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-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Thursday 08 February 2024 17:07:03 +0000 (0:00:00.451) 0:02:48.878 ***** RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Thursday 08 February 2024 17:07:03 +0000 (0:00:00.000) 0:02:48.878 ***** to retry, use: --limit @/tmp/tests_add_rm.retry PLAY RECAP ********************************************************************* sut : ok=95 changed=13 unreachable=0 failed=1 skipped=51 rescued=0 ignored=0 Thursday 08 February 2024 17:07:03 +0000 (0:00:00.000) 0:02:48.879 ***** =============================================================================== linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 51.52s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 50.08s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 37.25s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Ensure required packages are installed --- 8.61s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 2.53s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 1.27s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 1.22s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Collect bootloader facts ---------------- 1.05s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Clone test_kernel kernel and initrd for test purposes ------------------- 0.95s /WORKDIR/git-fix-timeout3nyeaiv5/tests/tasks/clone_kernel.yml:6 --------------- Clone test_kernel kernel and initrd for test purposes ------------------- 0.91s /WORKDIR/git-fix-timeout3nyeaiv5/tests/tasks/clone_kernel.yml:6 --------------- linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.81s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Ensure ansible_facts used by role ------- 0.79s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 linux-system-roles.bootloader : Fix default kernel boot parameters ------ 0.71s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.70s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.61s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg -------- 0.59s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.59s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.57s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 linux-system-roles.bootloader : Determine platform type ----------------- 0.52s /WORKDIR/git-fix-timeout3nyeaiv5/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Remove cloned kernels --------------------------------------------------- 0.45s /WORKDIR/git-fix-timeout3nyeaiv5/tests/tests_add_rm.yml:100 ------------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---