# 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-timeoutirwnmxoa/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tests_add_rm.yml:13 Thursday 08 February 2024 17:50:01 +0000 (0:00:00.012) 0:00:00.012 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:50:01 +0000 (0:00:00.026) 0:00:00.039 ***** included: /WORKDIR/git-fix-timeoutirwnmxoa/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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:50:01 +0000 (0:00:00.012) 0:00:00.051 ***** ok: [sut] TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 17:50:02 +0000 (0:00:01.408) 0:00:01.460 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 17:50:03 +0000 (0:00:00.263) 0:00:01.724 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 17:50:03 +0000 (0:00:00.024) 0:00:01.748 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:50:03 +0000 (0:00:00.028) 0:00:01.777 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 17:50:06 +0000 (0:00:03.220) 0:00:04.997 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 17:50:06 +0000 (0:00:00.274) 0:00:05.272 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 17:50:06 +0000 (0:00:00.196) 0:00:05.468 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 17:50:06 +0000 (0:00:00.031) 0:00:05.499 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1706607240.985, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1706607372.285, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 165251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1706607240.439, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "1602805550", "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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 17:50:07 +0000 (0:00:00.217) 0:00:05.716 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 17:50:07 +0000 (0:00:00.283) 0:00:05.999 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1706607243.272, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "c95137d049a628e61167f82a9531b2452eef1884", "ctime": 1706607243.272, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 357, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1706607243.272, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6787, "uid": 0, "version": "387680093", "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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 17:50:07 +0000 (0:00:00.239) 0:00:06.238 ***** changed: [sut] => { "changed": true } MSG: 6 replacements made TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 17:50:07 +0000 (0:00:00.207) 0:00:06.446 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 17:50:07 +0000 (0:00:00.009) 0:00:06.456 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 17:50:07 +0000 (0:00:00.007) 0:00:06.463 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 17:50:07 +0000 (0:00:00.008) 0:00:06.472 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "4717b0c8f8e94397b4a05d08461304bd-6.6.13-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.6.13-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.6.13-100.fc38.x86_64", "root": "UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2", "title": "Fedora Linux (6.6.13-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "4717b0c8f8e94397b4a05d08461304bd-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4717b0c8f8e94397b4a05d08461304bd.img", "kernel": "/boot/vmlinuz-0-rescue-4717b0c8f8e94397b4a05d08461304bd", "root": "UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2", "title": "Fedora Linux (0-rescue-4717b0c8f8e94397b4a05d08461304bd) 38 (Thirty Eight)" } ] }, "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-timeoutirwnmxoa/tests/tests_add_rm.yml:29 Thursday 08 February 2024 17:50:08 +0000 (0:00:00.585) 0:00:07.058 ***** included: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tasks/clone_kernel.yml:3 Thursday 08 February 2024 17:50:08 +0000 (0:00:00.022) 0:00:07.081 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "4717b0c8f8e94397b4a05d08461304bd-6.6.13-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.6.13-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.6.13-100.fc38.x86_64", "root": "UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2", "title": "Fedora Linux (6.6.13-100.fc38.x86_64) 38 (Thirty Eight)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tasks/clone_kernel.yml:8 Thursday 08 February 2024 17:50:08 +0000 (0:00:00.022) 0:00:07.104 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-6.6.13-100.fc38.x86_64', 'dest': '/boot/vmlinuz-6.6.13-100.fc38.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "1e90573164f241691ae4553ea7f5e6e2e8a69dd4", "dest": "/boot/vmlinuz-6.6.13-100.fc38.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.6.13-100.fc38.x86_64_clone1", "src": "/boot/vmlinuz-6.6.13-100.fc38.x86_64" }, "md5sum": "27b190e90ba2d83a4422137400c491bc", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14676712, "src": "/boot/vmlinuz-6.6.13-100.fc38.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-6.6.13-100.fc38.x86_64.img', 'dest': '/boot/initramfs-6.6.13-100.fc38.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "edc1c2b87c444402c90d04cd7ccfd724a5fab97b", "dest": "/boot/initramfs-6.6.13-100.fc38.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.6.13-100.fc38.x86_64.img_clone1", "src": "/boot/initramfs-6.6.13-100.fc38.x86_64.img" }, "md5sum": "4fdd26bf259cfceb4ab556d4e2af5816", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20360262, "src": "/boot/initramfs-6.6.13-100.fc38.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tasks/clone_kernel.yml:22 Thursday 08 February 2024 17:50:09 +0000 (0:00:01.216) 0:00:08.321 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:50:09 +0000 (0:00:00.016) 0:00:08.337 ***** included: /WORKDIR/git-fix-timeoutirwnmxoa/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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:50:09 +0000 (0:00:00.011) 0:00:08.348 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 17:50:09 +0000 (0:00:00.016) 0:00:08.365 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 17:50:09 +0000 (0:00:00.007) 0:00:08.372 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 17:50:09 +0000 (0:00:00.008) 0:00:08.381 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:50:09 +0000 (0:00:00.018) 0:00:08.400 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 17:50:12 +0000 (0:00:03.042) 0:00:11.442 ***** 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-6.6.13-100.fc38.x86_64_clone1 --initrd=/boot/initramfs-6.6.13-100.fc38.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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 17:50:13 +0000 (0:00:00.433) 0:00:11.876 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 17:50:13 +0000 (0:00:00.198) 0:00:12.074 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 17:50:13 +0000 (0:00:00.014) 0:00:12.089 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707414607.1267416, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1706607372.285, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 165251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1706607240.439, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "1602805550", "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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 17:50:13 +0000 (0:00:00.222) 0:00:12.311 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 17:50:13 +0000 (0:00:00.207) 0:00:12.518 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707414607.8687158, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e3be4fc5d57218df83f756c4505b442b7629741a", "ctime": 1707414607.8697157, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262285, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707414607.8687158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "2057831469", "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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 17:50:14 +0000 (0:00:00.216) 0:00:12.735 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 17:50:14 +0000 (0:00:00.204) 0:00:12.940 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 17:50:14 +0000 (0:00:00.012) 0:00:12.952 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 17:50:14 +0000 (0:00:00.009) 0:00:12.961 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 17:50:14 +0000 (0:00:00.008) 0:00:12.970 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Thursday 08 February 2024 17:50:14 +0000 (0:00:00.007) 0:00:12.977 ***** 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.151998", "end": "2024-02-08 17:50:14.830753", "rc": 0, "start": "2024-02-08 17:50:14.678755" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Thursday 08 February 2024 17:50:14 +0000 (0:00:00.428) 0:00:13.406 ***** included: /WORKDIR/git-fix-timeoutirwnmxoa/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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Thursday 08 February 2024 17:50:14 +0000 (0:00:00.019) 0:00:13.426 ***** changed: [sut] => { "changed": true, "elapsed": 52, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Thursday 08 February 2024 17:51:08 +0000 (0:00:53.632) 0:01:07.058 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Thursday 08 February 2024 17:51:08 +0000 (0:00:00.009) 0:01:07.068 ***** 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-timeoutirwnmxoa/tests/tasks/clone_kernel.yml:41 Thursday 08 February 2024 17:51:08 +0000 (0:00:00.010) 0:01:07.078 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tasks/clone_kernel.yml:45 Thursday 08 February 2024 17:51:08 +0000 (0:00:00.009) 0:01:07.088 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:51:08 +0000 (0:00:00.015) 0:01:07.104 ***** included: /WORKDIR/git-fix-timeoutirwnmxoa/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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:51:08 +0000 (0:00:00.010) 0:01:07.115 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 17:51:08 +0000 (0:00:00.010) 0:01:07.125 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 17:51:08 +0000 (0:00:00.013) 0:01:07.138 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 17:51:08 +0000 (0:00:00.008) 0:01:07.146 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:51:08 +0000 (0:00:00.018) 0:01:07.165 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 17:51:15 +0000 (0:00:06.540) 0:01:13.705 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 17:51:15 +0000 (0:00:00.199) 0:01:13.905 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 17:51:15 +0000 (0:00:00.195) 0:01:14.100 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 17:51:15 +0000 (0:00:00.013) 0:01:14.114 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707414614.829472, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1707414614.8284721, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151364, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707414614.8284721, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "3214323186", "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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 17:51:15 +0000 (0:00:00.253) 0:01:14.368 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 17:51:16 +0000 (0:00:00.203) 0:01:14.572 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707414614.144496, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e3be4fc5d57218df83f756c4505b442b7629741a", "ctime": 1707414607.8697157, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262285, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707414607.8687158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "2057831469", "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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 17:51:16 +0000 (0:00:00.215) 0:01:14.787 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 17:51:16 +0000 (0:00:00.204) 0:01:14.992 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 17:51:16 +0000 (0:00:00.009) 0:01:15.002 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 17:51:16 +0000 (0:00:00.009) 0:01:15.011 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 17:51:16 +0000 (0:00:00.007) 0:01:15.018 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "4717b0c8f8e94397b4a05d08461304bd-6.6.13-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.6.13-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.6.13-100.fc38.x86_64", "root": "UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2", "title": "Fedora Linux (6.6.13-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "4717b0c8f8e94397b4a05d08461304bd-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4717b0c8f8e94397b4a05d08461304bd.img", "kernel": "/boot/vmlinuz-0-rescue-4717b0c8f8e94397b4a05d08461304bd", "root": "UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2", "title": "Fedora Linux (0-rescue-4717b0c8f8e94397b4a05d08461304bd) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet test=kernel", "default": false, "id": "845d9c0cbdce41958bfd3a66e24f834d-6.6.13-100.fc38.x86_64_clone1", "index": "2", "initrd": "/boot/initramfs-6.6.13-100.fc38.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.6.13-100.fc38.x86_64_clone1", "root": "UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2", "title": "Clone1" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tests_add_rm.yml:35 Thursday 08 February 2024 17:51:16 +0000 (0:00:00.364) 0:01:15.383 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tests_add_rm.yml:47 Thursday 08 February 2024 17:51:16 +0000 (0:00:00.012) 0:01:15.396 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:51:16 +0000 (0:00:00.022) 0:01:15.418 ***** included: /WORKDIR/git-fix-timeoutirwnmxoa/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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:51:16 +0000 (0:00:00.010) 0:01:15.429 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 17:51:16 +0000 (0:00:00.017) 0:01:15.447 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 17:51:16 +0000 (0:00:00.008) 0:01:15.456 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 17:51:16 +0000 (0:00:00.010) 0:01:15.466 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:51:16 +0000 (0:00:00.021) 0:01:15.488 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 17:51:19 +0000 (0:00:02.984) 0:01:18.472 ***** 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-6.6.13-100.fc38.x86_64_clone1" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 17:51:20 +0000 (0:00:00.460) 0:01:18.932 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 17:51:20 +0000 (0:00:00.195) 0:01:19.128 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 17:51:20 +0000 (0:00:00.015) 0:01:19.143 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707414614.829472, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1707414614.8284721, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151364, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707414614.8284721, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "3214323186", "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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 17:51:20 +0000 (0:00:00.213) 0:01:19.357 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 17:51:21 +0000 (0:00:00.206) 0:01:19.563 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707414614.144496, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e3be4fc5d57218df83f756c4505b442b7629741a", "ctime": 1707414607.8697157, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262285, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707414607.8687158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "2057831469", "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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 17:51:21 +0000 (0:00:00.216) 0:01:19.779 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 17:51:21 +0000 (0:00:00.198) 0:01:19.978 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 17:51:21 +0000 (0:00:00.010) 0:01:19.988 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 17:51:21 +0000 (0:00:00.007) 0:01:19.995 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 17:51:21 +0000 (0:00:00.007) 0:01:20.003 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "4717b0c8f8e94397b4a05d08461304bd-6.6.13-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.6.13-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.6.13-100.fc38.x86_64", "root": "UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2", "title": "Fedora Linux (6.6.13-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "4717b0c8f8e94397b4a05d08461304bd-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4717b0c8f8e94397b4a05d08461304bd.img", "kernel": "/boot/vmlinuz-0-rescue-4717b0c8f8e94397b4a05d08461304bd", "root": "UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2", "title": "Fedora Linux (0-rescue-4717b0c8f8e94397b4a05d08461304bd) 38 (Thirty Eight)" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tests_add_rm.yml:65 Thursday 08 February 2024 17:51:21 +0000 (0:00:00.315) 0:01:20.318 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tests_add_rm.yml:71 Thursday 08 February 2024 17:51:21 +0000 (0:00:00.011) 0:01:20.329 ***** included: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tasks/clone_kernel.yml:3 Thursday 08 February 2024 17:51:21 +0000 (0:00:00.016) 0:01:20.346 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "4717b0c8f8e94397b4a05d08461304bd-6.6.13-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.6.13-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.6.13-100.fc38.x86_64", "root": "UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2", "title": "Fedora Linux (6.6.13-100.fc38.x86_64) 38 (Thirty Eight)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tasks/clone_kernel.yml:8 Thursday 08 February 2024 17:51:21 +0000 (0:00:00.025) 0:01:20.371 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-6.6.13-100.fc38.x86_64', 'dest': '/boot/vmlinuz-6.6.13-100.fc38.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "1e90573164f241691ae4553ea7f5e6e2e8a69dd4", "dest": "/boot/vmlinuz-6.6.13-100.fc38.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.6.13-100.fc38.x86_64_clone2", "src": "/boot/vmlinuz-6.6.13-100.fc38.x86_64" }, "md5sum": "27b190e90ba2d83a4422137400c491bc", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14676712, "src": "/boot/vmlinuz-6.6.13-100.fc38.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-6.6.13-100.fc38.x86_64.img', 'dest': '/boot/initramfs-6.6.13-100.fc38.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "edc1c2b87c444402c90d04cd7ccfd724a5fab97b", "dest": "/boot/initramfs-6.6.13-100.fc38.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.6.13-100.fc38.x86_64.img_clone2", "src": "/boot/initramfs-6.6.13-100.fc38.x86_64.img" }, "md5sum": "4fdd26bf259cfceb4ab556d4e2af5816", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20360262, "src": "/boot/initramfs-6.6.13-100.fc38.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tasks/clone_kernel.yml:22 Thursday 08 February 2024 17:51:22 +0000 (0:00:01.046) 0:01:21.417 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:51:22 +0000 (0:00:00.011) 0:01:21.429 ***** included: /WORKDIR/git-fix-timeoutirwnmxoa/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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:51:22 +0000 (0:00:00.010) 0:01:21.439 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 17:51:22 +0000 (0:00:00.008) 0:01:21.448 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 17:51:22 +0000 (0:00:00.007) 0:01:21.455 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 17:51:22 +0000 (0:00:00.007) 0:01:21.463 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:51:22 +0000 (0:00:00.018) 0:01:21.481 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 17:51:25 +0000 (0:00:02.979) 0:01:24.460 ***** 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-6.6.13-100.fc38.x86_64_clone2 --initrd=/boot/initramfs-6.6.13-100.fc38.x86_64.img_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 17:51:26 +0000 (0:00:00.428) 0:01:24.889 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 17:51:26 +0000 (0:00:00.197) 0:01:25.086 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 17:51:26 +0000 (0:00:00.014) 0:01:25.100 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707414614.829472, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1707414614.8284721, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151364, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707414614.8284721, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "3214323186", "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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 17:51:26 +0000 (0:00:00.209) 0:01:25.310 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 17:51:26 +0000 (0:00:00.202) 0:01:25.513 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707414614.144496, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e3be4fc5d57218df83f756c4505b442b7629741a", "ctime": 1707414607.8697157, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262285, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707414607.8687158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "2057831469", "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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 17:51:27 +0000 (0:00:00.213) 0:01:25.727 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 17:51:27 +0000 (0:00:00.200) 0:01:25.927 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 17:51:27 +0000 (0:00:00.009) 0:01:25.936 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 17:51:27 +0000 (0:00:00.007) 0:01:25.944 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 17:51:27 +0000 (0:00:00.007) 0:01:25.951 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Thursday 08 February 2024 17:51:27 +0000 (0:00:00.006) 0:01:25.958 ***** 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.151368", "end": "2024-02-08 17:51:27.737656", "rc": 0, "start": "2024-02-08 17:51:27.586288" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Thursday 08 February 2024 17:51:27 +0000 (0:00:00.353) 0:01:26.311 ***** included: /WORKDIR/git-fix-timeoutirwnmxoa/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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Thursday 08 February 2024 17:51:27 +0000 (0:00:00.009) 0:01:26.320 ***** changed: [sut] => { "changed": true, "elapsed": 43, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Thursday 08 February 2024 17:52:12 +0000 (0:00:44.480) 0:02:10.801 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Thursday 08 February 2024 17:52:12 +0000 (0:00:00.009) 0:02:10.810 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Thursday 08 February 2024 17:52:12 +0000 (0:00:00.009) 0:02:10.820 ***** 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.150179", "end": "2024-02-08 17:52:12.799551", "rc": 0, "start": "2024-02-08 17:52:12.649372" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Thursday 08 February 2024 17:52:12 +0000 (0:00:00.382) 0:02:11.202 ***** included: /WORKDIR/git-fix-timeoutirwnmxoa/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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Thursday 08 February 2024 17:52:12 +0000 (0:00:00.007) 0:02:11.210 ***** changed: [sut] => { "changed": true, "elapsed": 40, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Thursday 08 February 2024 17:52:54 +0000 (0:00:41.383) 0:02:52.594 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Thursday 08 February 2024 17:52:54 +0000 (0:00:00.009) 0:02:52.603 ***** 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-timeoutirwnmxoa/tests/tasks/clone_kernel.yml:41 Thursday 08 February 2024 17:52:54 +0000 (0:00:00.011) 0:02:52.615 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tasks/clone_kernel.yml:45 Thursday 08 February 2024 17:52:54 +0000 (0:00:00.010) 0:02:52.625 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:52:54 +0000 (0:00:00.016) 0:02:52.641 ***** included: /WORKDIR/git-fix-timeoutirwnmxoa/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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:52:54 +0000 (0:00:00.011) 0:02:52.653 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 17:52:54 +0000 (0:00:00.015) 0:02:52.669 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 17:52:54 +0000 (0:00:00.009) 0:02:52.678 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 17:52:54 +0000 (0:00:00.008) 0:02:52.687 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:52:54 +0000 (0:00:00.019) 0:02:52.706 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 17:53:00 +0000 (0:00:06.479) 0:02:59.185 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 17:53:00 +0000 (0:00:00.203) 0:02:59.388 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 17:53:01 +0000 (0:00:00.198) 0:02:59.587 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 17:53:01 +0000 (0:00:00.015) 0:02:59.602 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707414732.7985134, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1707414732.7975967, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151364, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707414732.79668, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "3419585577", "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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 17:53:01 +0000 (0:00:00.245) 0:02:59.847 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 17:53:01 +0000 (0:00:00.206) 0:03:00.054 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707414614.144496, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e3be4fc5d57218df83f756c4505b442b7629741a", "ctime": 1707414607.8697157, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262285, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707414607.8687158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "2057831469", "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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 17:53:01 +0000 (0:00:00.218) 0:03:00.272 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 17:53:01 +0000 (0:00:00.208) 0:03:00.480 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 17:53:01 +0000 (0:00:00.008) 0:03:00.489 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 17:53:01 +0000 (0:00:00.007) 0:03:00.497 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 17:53:01 +0000 (0:00:00.007) 0:03:00.505 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "4717b0c8f8e94397b4a05d08461304bd-6.6.13-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.6.13-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.6.13-100.fc38.x86_64", "root": "UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2", "title": "Fedora Linux (6.6.13-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "4717b0c8f8e94397b4a05d08461304bd-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4717b0c8f8e94397b4a05d08461304bd.img", "kernel": "/boot/vmlinuz-0-rescue-4717b0c8f8e94397b4a05d08461304bd", "root": "UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2", "title": "Fedora Linux (0-rescue-4717b0c8f8e94397b4a05d08461304bd) 38 (Thirty Eight)" }, { "args": "test=kernel", "default": false, "id": "845d9c0cbdce41958bfd3a66e24f834d-6.6.13-100.fc38.x86_64_clone2", "index": "2", "initrd": "/boot/initramfs-6.6.13-100.fc38.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.6.13-100.fc38.x86_64_clone2", "root": "UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2", "title": "Clone2" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tests_add_rm.yml:77 Thursday 08 February 2024 17:53:02 +0000 (0:00:00.369) 0:03:00.874 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tests_add_rm.yml:84 Thursday 08 February 2024 17:53:02 +0000 (0:00:00.011) 0:03:00.885 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:53:02 +0000 (0:00:00.024) 0:03:00.910 ***** included: /WORKDIR/git-fix-timeoutirwnmxoa/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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:53:02 +0000 (0:00:00.010) 0:03:00.920 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 17:53:02 +0000 (0:00:00.008) 0:03:00.929 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 17:53:02 +0000 (0:00:00.007) 0:03:00.936 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 17:53:02 +0000 (0:00:00.007) 0:03:00.943 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:53:02 +0000 (0:00:00.019) 0:03:00.963 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 17:53:05 +0000 (0:00:03.004) 0:03:03.967 ***** 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-6.6.13-100.fc38.x86_64_clone2" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 17:53:05 +0000 (0:00:00.457) 0:03:04.425 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 17:53:06 +0000 (0:00:00.198) 0:03:04.623 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 17:53:06 +0000 (0:00:00.014) 0:03:04.637 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707414732.7985134, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1707414732.7975967, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151364, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707414732.79668, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "3419585577", "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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 17:53:06 +0000 (0:00:00.214) 0:03:04.851 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 17:53:06 +0000 (0:00:00.203) 0:03:05.055 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707414614.144496, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e3be4fc5d57218df83f756c4505b442b7629741a", "ctime": 1707414607.8697157, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262285, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707414607.8687158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "2057831469", "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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 17:53:06 +0000 (0:00:00.218) 0:03:05.273 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 17:53:06 +0000 (0:00:00.201) 0:03:05.474 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 17:53:06 +0000 (0:00:00.009) 0:03:05.484 ***** 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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 17:53:06 +0000 (0:00:00.008) 0:03:05.493 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 17:53:06 +0000 (0:00:00.007) 0:03:05.501 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "4717b0c8f8e94397b4a05d08461304bd-6.6.13-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.6.13-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.6.13-100.fc38.x86_64", "root": "UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2", "title": "Fedora Linux (6.6.13-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "4717b0c8f8e94397b4a05d08461304bd-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4717b0c8f8e94397b4a05d08461304bd.img", "kernel": "/boot/vmlinuz-0-rescue-4717b0c8f8e94397b4a05d08461304bd", "root": "UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2", "title": "Fedora Linux (0-rescue-4717b0c8f8e94397b4a05d08461304bd) 38 (Thirty Eight)" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tests_add_rm.yml:94 Thursday 08 February 2024 17:53:07 +0000 (0:00:00.314) 0:03:05.815 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/tests_add_rm.yml:100 Thursday 08 February 2024 17:53:07 +0000 (0:00:00.011) 0:03:05.827 ***** changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.6.13-100.fc38.x86_64_clone1" ], "delta": "0:00:00.051498", "end": "2024-02-08 17:53:07.507012", "failed_when_result": false, "item": 1, "rc": 1, "start": "2024-02-08 17:53:07.455514" } STDERR: The param /boot/vmlinuz-6.6.13-100.fc38.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-6.6.13-100.fc38.x86_64_clone2" ], "delta": "0:00:00.050344", "end": "2024-02-08 17:53:07.753377", "failed_when_result": false, "item": 2, "rc": 1, "start": "2024-02-08 17:53:07.703033" } STDERR: The param /boot/vmlinuz-6.6.13-100.fc38.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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Thursday 08 February 2024 17:53:07 +0000 (0:00:00.497) 0:03:06.324 ***** 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.121295", "end": "2024-02-08 17:53:08.074669", "rc": 0, "start": "2024-02-08 17:53:07.953374" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Thursday 08 February 2024 17:53:08 +0000 (0:00:00.322) 0:03:06.646 ***** included: /WORKDIR/git-fix-timeoutirwnmxoa/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-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Thursday 08 February 2024 17:53:08 +0000 (0:00:00.009) 0:03:06.655 ***** changed: [sut] => { "changed": true, "elapsed": 40, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Thursday 08 February 2024 17:53:49 +0000 (0:00:41.181) 0:03:47.837 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Thursday 08 February 2024 17:53:49 +0000 (0:00:00.009) 0:03:47.846 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=100 changed=16 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Thursday 08 February 2024 17:53:49 +0000 (0:00:00.010) 0:03:47.857 ***** =============================================================================== linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 53.63s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 44.48s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 41.38s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 41.18s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Ensure required packages are installed -- 16.24s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 6.02s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 3.00s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 2.98s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure ansible_facts used by role ------- 1.41s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 linux-system-roles.bootloader : Collect bootloader facts ---------------- 1.32s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Clone test_kernel kernel and initrd for test purposes ------------------- 1.22s /WORKDIR/git-fix-timeoutirwnmxoa/tests/tasks/clone_kernel.yml:8 --------------- Clone test_kernel kernel and initrd for test purposes ------------------- 1.05s /WORKDIR/git-fix-timeoutirwnmxoa/tests/tasks/clone_kernel.yml:8 --------------- linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.86s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Fix default kernel boot parameters ------ 0.78s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.72s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.69s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.68s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg -------- 0.67s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.62s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 linux-system-roles.bootloader : Determine platform type ----------------- 0.59s /WORKDIR/git-fix-timeoutirwnmxoa/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---