# 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-timeouttwvnw0m1/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/tests_add_rm.yml:13 Thursday 08 February 2024 16:53:08 +0000 (0:00:00.013) 0:00:00.013 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 16:53:08 +0000 (0:00:00.027) 0:00:00.040 ***** included: /WORKDIR/git-fix-timeouttwvnw0m1/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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 16:53:08 +0000 (0:00:00.012) 0:00:00.053 ***** ok: [sut] TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 16:53:09 +0000 (0:00:01.298) 0:00:01.352 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 16:53:09 +0000 (0:00:00.267) 0:00:01.620 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 16:53:09 +0000 (0:00:00.019) 0:00:01.639 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 16:53:09 +0000 (0:00:00.027) 0:00:01.666 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 16:53:12 +0000 (0:00:03.034) 0:00:04.701 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 16:53:13 +0000 (0:00:00.285) 0:00:04.987 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 16:53:13 +0000 (0:00:00.200) 0:00:05.187 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 16:53:13 +0000 (0:00:00.037) 0:00:05.224 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 16:53:13 +0000 (0:00:00.210) 0:00:05.435 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 16:53:13 +0000 (0:00:00.271) 0:00:05.707 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 16:53:14 +0000 (0:00:00.217) 0:00:05.924 ***** changed: [sut] => { "changed": true } MSG: 6 replacements made TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 16:53:14 +0000 (0:00:00.201) 0:00:06.126 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 16:53:14 +0000 (0:00:00.009) 0:00:06.135 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 16:53:14 +0000 (0:00:00.009) 0:00:06.144 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 16:53:14 +0000 (0:00:00.012) 0:00:06.157 ***** 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-timeouttwvnw0m1/tests/tests_add_rm.yml:29 Thursday 08 February 2024 16:53:14 +0000 (0:00:00.493) 0:00:06.650 ***** included: /WORKDIR/git-fix-timeouttwvnw0m1/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/tasks/clone_kernel.yml:1 Thursday 08 February 2024 16:53:14 +0000 (0:00:00.012) 0:00:06.662 ***** 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-timeouttwvnw0m1/tests/tasks/clone_kernel.yml:6 Thursday 08 February 2024 16:53:14 +0000 (0:00:00.010) 0:00:06.672 ***** 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 Clone1 kernel with copy_defaults=true] **************************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/tasks/clone_kernel.yml:20 Thursday 08 February 2024 16:53:15 +0000 (0:00:01.038) 0:00:07.711 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 16:53:15 +0000 (0:00:00.017) 0:00:07.728 ***** included: /WORKDIR/git-fix-timeouttwvnw0m1/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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 16:53:15 +0000 (0:00:00.011) 0:00:07.740 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 16:53:15 +0000 (0:00:00.009) 0:00:07.750 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 16:53:15 +0000 (0:00:00.007) 0:00:07.757 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 16:53:15 +0000 (0:00:00.008) 0:00:07.766 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 16:53:15 +0000 (0:00:00.020) 0:00:07.787 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 16:53:18 +0000 (0:00:02.982) 0:00:10.769 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 16:53:19 +0000 (0:00:00.428) 0:00:11.198 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 16:53:19 +0000 (0:00:00.195) 0:00:11.394 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 16:53:19 +0000 (0:00:00.014) 0:00:11.408 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411193.4864612, "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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 16:53:19 +0000 (0:00:00.221) 0:00:11.630 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 16:53:19 +0000 (0:00:00.199) 0:00:11.829 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411194.1894312, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e3be4fc5d57218df83f756c4505b442b7629741a", "ctime": 1707411194.1894312, "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": 1707411194.1894312, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "2127741263", "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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 16:53:20 +0000 (0:00:00.216) 0:00:12.046 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 16:53:20 +0000 (0:00:00.201) 0:00:12.247 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 16:53:20 +0000 (0:00:00.011) 0:00:12.259 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 16:53:20 +0000 (0:00:00.008) 0:00:12.268 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 16:53:20 +0000 (0:00:00.009) 0:00:12.277 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Thursday 08 February 2024 16:53:20 +0000 (0:00:00.011) 0:00:12.289 ***** 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.149692", "end": "2024-02-08 16:53:20.778224", "rc": 0, "start": "2024-02-08 16:53:20.628532" } 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Thursday 08 February 2024 16:53:20 +0000 (0:00:00.429) 0:00:12.718 ***** included: /WORKDIR/git-fix-timeouttwvnw0m1/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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Thursday 08 February 2024 16:53:20 +0000 (0:00:00.008) 0:00:12.726 ***** changed: [sut] => { "changed": true, "elapsed": 41, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Thursday 08 February 2024 16:54:02 +0000 (0:00:41.906) 0:00:54.633 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Thursday 08 February 2024 16:54:02 +0000 (0:00:00.010) 0:00:54.644 ***** 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-timeouttwvnw0m1/tests/tasks/clone_kernel.yml:39 Thursday 08 February 2024 16:54:02 +0000 (0:00:00.011) 0:00:54.656 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/tasks/clone_kernel.yml:43 Thursday 08 February 2024 16:54:02 +0000 (0:00:00.009) 0:00:54.665 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 16:54:02 +0000 (0:00:00.016) 0:00:54.682 ***** included: /WORKDIR/git-fix-timeouttwvnw0m1/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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 16:54:02 +0000 (0:00:00.010) 0:00:54.693 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 16:54:02 +0000 (0:00:00.008) 0:00:54.701 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 16:54:02 +0000 (0:00:00.007) 0:00:54.709 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 16:54:02 +0000 (0:00:00.008) 0:00:54.717 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 16:54:02 +0000 (0:00:00.019) 0:00:54.737 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 16:54:09 +0000 (0:00:06.603) 0:01:01.341 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 16:54:09 +0000 (0:00:00.201) 0:01:01.542 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 16:54:09 +0000 (0:00:00.194) 0:01:01.736 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 16:54:09 +0000 (0:00:00.015) 0:01:01.752 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411200.7771516, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1707411200.7761517, "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": 1707411200.7761517, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "2854124906", "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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 16:54:10 +0000 (0:00:00.248) 0:01:02.001 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 16:54:10 +0000 (0:00:00.203) 0:01:02.204 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411200.0911806, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e3be4fc5d57218df83f756c4505b442b7629741a", "ctime": 1707411194.1894312, "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": 1707411194.1894312, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "2127741263", "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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 16:54:10 +0000 (0:00:00.219) 0:01:02.424 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 16:54:10 +0000 (0:00:00.200) 0:01:02.625 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 16:54:10 +0000 (0:00:00.009) 0:01:02.635 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 16:54:10 +0000 (0:00:00.007) 0:01:02.642 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 16:54:10 +0000 (0:00:00.007) 0:01:02.650 ***** 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": "5f34d57e85a7471bb5729057a7b84586-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-timeouttwvnw0m1/tests/tests_add_rm.yml:35 Thursday 08 February 2024 16:54:11 +0000 (0:00:00.357) 0:01:03.008 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/tests_add_rm.yml:47 Thursday 08 February 2024 16:54:11 +0000 (0:00:00.011) 0:01:03.020 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 16:54:11 +0000 (0:00:00.020) 0:01:03.040 ***** included: /WORKDIR/git-fix-timeouttwvnw0m1/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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 16:54:11 +0000 (0:00:00.010) 0:01:03.050 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 16:54:11 +0000 (0:00:00.008) 0:01:03.059 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 16:54:11 +0000 (0:00:00.007) 0:01:03.066 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 16:54:11 +0000 (0:00:00.007) 0:01:03.073 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 16:54:11 +0000 (0:00:00.018) 0:01:03.092 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 16:54:15 +0000 (0:00:04.123) 0:01:07.215 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 16:54:15 +0000 (0:00:00.448) 0:01:07.664 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 16:54:15 +0000 (0:00:00.194) 0:01:07.858 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 16:54:15 +0000 (0:00:00.014) 0:01:07.872 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411200.7771516, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1707411200.7761517, "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": 1707411200.7761517, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "2854124906", "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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 16:54:16 +0000 (0:00:00.208) 0:01:08.081 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 16:54:16 +0000 (0:00:00.199) 0:01:08.281 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411200.0911806, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e3be4fc5d57218df83f756c4505b442b7629741a", "ctime": 1707411194.1894312, "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": 1707411194.1894312, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "2127741263", "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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 16:54:16 +0000 (0:00:00.211) 0:01:08.492 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 16:54:16 +0000 (0:00:00.197) 0:01:08.689 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 16:54:16 +0000 (0:00:00.010) 0:01:08.699 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 16:54:16 +0000 (0:00:00.008) 0:01:08.707 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 16:54:16 +0000 (0:00:00.008) 0:01:08.716 ***** 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-timeouttwvnw0m1/tests/tests_add_rm.yml:65 Thursday 08 February 2024 16:54:17 +0000 (0:00:00.304) 0:01:09.020 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/tests_add_rm.yml:71 Thursday 08 February 2024 16:54:17 +0000 (0:00:00.011) 0:01:09.032 ***** included: /WORKDIR/git-fix-timeouttwvnw0m1/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/tasks/clone_kernel.yml:1 Thursday 08 February 2024 16:54:17 +0000 (0:00:00.013) 0:01:09.045 ***** 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-timeouttwvnw0m1/tests/tasks/clone_kernel.yml:6 Thursday 08 February 2024 16:54:17 +0000 (0:00:00.009) 0:01:09.055 ***** 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 Clone2 kernel with copy_defaults=true] **************************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/tasks/clone_kernel.yml:20 Thursday 08 February 2024 16:54:18 +0000 (0:00:01.806) 0:01:10.862 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 16:54:18 +0000 (0:00:00.010) 0:01:10.873 ***** included: /WORKDIR/git-fix-timeouttwvnw0m1/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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 16:54:18 +0000 (0:00:00.010) 0:01:10.883 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 16:54:18 +0000 (0:00:00.008) 0:01:10.892 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 16:54:18 +0000 (0:00:00.007) 0:01:10.900 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 16:54:18 +0000 (0:00:00.007) 0:01:10.907 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 16:54:19 +0000 (0:00:00.018) 0:01:10.925 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 16:54:21 +0000 (0:00:02.944) 0:01:13.869 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 16:54:22 +0000 (0:00:00.516) 0:01:14.385 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 16:54:22 +0000 (0:00:00.194) 0:01:14.579 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 16:54:22 +0000 (0:00:00.015) 0:01:14.595 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411200.7771516, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1707411200.7761517, "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": 1707411200.7761517, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "2854124906", "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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 16:54:22 +0000 (0:00:00.211) 0:01:14.806 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 16:54:23 +0000 (0:00:00.200) 0:01:15.006 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411200.0911806, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e3be4fc5d57218df83f756c4505b442b7629741a", "ctime": 1707411194.1894312, "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": 1707411194.1894312, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "2127741263", "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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 16:54:23 +0000 (0:00:00.214) 0:01:15.221 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 16:54:23 +0000 (0:00:00.198) 0:01:15.420 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 16:54:23 +0000 (0:00:00.009) 0:01:15.430 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 16:54:23 +0000 (0:00:00.008) 0:01:15.439 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 16:54:23 +0000 (0:00:00.008) 0:01:15.447 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Thursday 08 February 2024 16:54:23 +0000 (0:00:00.007) 0:01:15.454 ***** 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.151032", "end": "2024-02-08 16:54:23.871584", "rc": 0, "start": "2024-02-08 16:54:23.720552" } 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Thursday 08 February 2024 16:54:23 +0000 (0:00:00.350) 0:01:15.805 ***** included: /WORKDIR/git-fix-timeouttwvnw0m1/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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Thursday 08 February 2024 16:54:23 +0000 (0:00:00.009) 0:01:15.815 ***** changed: [sut] => { "changed": true, "elapsed": 40, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Thursday 08 February 2024 16:55:05 +0000 (0:00:41.637) 0:01:57.453 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Thursday 08 February 2024 16:55:05 +0000 (0:00:00.008) 0:01:57.462 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Thursday 08 February 2024 16:55:05 +0000 (0:00:00.009) 0:01:57.472 ***** 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.165585", "end": "2024-02-08 16:55:05.492144", "rc": 0, "start": "2024-02-08 16:55:05.326559" } 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Thursday 08 February 2024 16:55:05 +0000 (0:00:00.386) 0:01:57.858 ***** included: /WORKDIR/git-fix-timeouttwvnw0m1/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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Thursday 08 February 2024 16:55:05 +0000 (0:00:00.007) 0:01:57.865 ***** changed: [sut] => { "changed": true, "elapsed": 40, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Thursday 08 February 2024 16:55:47 +0000 (0:00:41.498) 0:02:39.364 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Thursday 08 February 2024 16:55:47 +0000 (0:00:00.008) 0:02:39.373 ***** 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-timeouttwvnw0m1/tests/tasks/clone_kernel.yml:39 Thursday 08 February 2024 16:55:47 +0000 (0:00:00.011) 0:02:39.384 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/tasks/clone_kernel.yml:43 Thursday 08 February 2024 16:55:47 +0000 (0:00:00.009) 0:02:39.394 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 16:55:47 +0000 (0:00:00.016) 0:02:39.410 ***** included: /WORKDIR/git-fix-timeouttwvnw0m1/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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 16:55:47 +0000 (0:00:00.010) 0:02:39.421 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 16:55:47 +0000 (0:00:00.009) 0:02:39.430 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 16:55:47 +0000 (0:00:00.008) 0:02:39.439 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 16:55:47 +0000 (0:00:00.007) 0:02:39.446 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 16:55:47 +0000 (0:00:00.019) 0:02:39.465 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 16:55:54 +0000 (0:00:06.551) 0:02:46.017 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 16:55:54 +0000 (0:00:00.196) 0:02:46.213 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 16:55:54 +0000 (0:00:00.193) 0:02:46.407 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 16:55:54 +0000 (0:00:00.015) 0:02:46.422 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411305.4909544, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1707411305.4889545, "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": 1707411305.4889545, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "411210427", "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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 16:55:54 +0000 (0:00:00.246) 0:02:46.669 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 16:55:54 +0000 (0:00:00.201) 0:02:46.871 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411200.0911806, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e3be4fc5d57218df83f756c4505b442b7629741a", "ctime": 1707411194.1894312, "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": 1707411194.1894312, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "2127741263", "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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 16:55:55 +0000 (0:00:00.214) 0:02:47.085 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 16:55:55 +0000 (0:00:00.196) 0:02:47.282 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 16:55:55 +0000 (0:00:00.009) 0:02:47.292 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 16:55:55 +0000 (0:00:00.007) 0:02:47.300 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 16:55:55 +0000 (0:00:00.007) 0:02:47.308 ***** 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": "5f34d57e85a7471bb5729057a7b84586-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-timeouttwvnw0m1/tests/tests_add_rm.yml:77 Thursday 08 February 2024 16:55:55 +0000 (0:00:00.362) 0:02:47.670 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/tests_add_rm.yml:84 Thursday 08 February 2024 16:55:55 +0000 (0:00:00.011) 0:02:47.682 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Thursday 08 February 2024 16:55:55 +0000 (0:00:00.025) 0:02:47.707 ***** included: /WORKDIR/git-fix-timeouttwvnw0m1/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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 16:55:55 +0000 (0:00:00.010) 0:02:47.717 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Thursday 08 February 2024 16:55:55 +0000 (0:00:00.008) 0:02:47.725 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Thursday 08 February 2024 16:55:55 +0000 (0:00:00.007) 0:02:47.733 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Thursday 08 February 2024 16:55:55 +0000 (0:00:00.007) 0:02:47.740 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Thursday 08 February 2024 16:55:55 +0000 (0:00:00.020) 0:02:47.761 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Thursday 08 February 2024 16:55:58 +0000 (0:00:02.925) 0:02:50.686 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Thursday 08 February 2024 16:55:59 +0000 (0:00:00.447) 0:02:51.134 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Thursday 08 February 2024 16:55:59 +0000 (0:00:00.192) 0:02:51.326 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Thursday 08 February 2024 16:55:59 +0000 (0:00:00.014) 0:02:51.341 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411305.4909544, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1707411305.4889545, "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": 1707411305.4889545, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "411210427", "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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Thursday 08 February 2024 16:55:59 +0000 (0:00:00.206) 0:02:51.547 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Thursday 08 February 2024 16:55:59 +0000 (0:00:00.198) 0:02:51.746 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411200.0911806, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e3be4fc5d57218df83f756c4505b442b7629741a", "ctime": 1707411194.1894312, "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": 1707411194.1894312, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "2127741263", "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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Thursday 08 February 2024 16:56:00 +0000 (0:00:00.211) 0:02:51.957 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Thursday 08 February 2024 16:56:00 +0000 (0:00:00.197) 0:02:52.154 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Thursday 08 February 2024 16:56:00 +0000 (0:00:00.009) 0:02:52.164 ***** 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Thursday 08 February 2024 16:56:00 +0000 (0:00:00.007) 0:02:52.172 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Thursday 08 February 2024 16:56:00 +0000 (0:00:00.007) 0:02:52.179 ***** 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-timeouttwvnw0m1/tests/tests_add_rm.yml:94 Thursday 08 February 2024 16:56:00 +0000 (0:00:00.308) 0:02:52.488 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/tests_add_rm.yml:100 Thursday 08 February 2024 16:56:00 +0000 (0:00:00.011) 0:02:52.499 ***** failed: [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.049874", "end": "2024-02-08 16:56:00.808785", "item": 1, "rc": 1, "start": "2024-02-08 16:56:00.758911" } STDERR: The param /boot/vmlinuz-6.6.13-100.fc38.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-6.6.13-100.fc38.x86_64_clone2" ], "delta": "0:00:00.049886", "end": "2024-02-08 16:56:01.049402", "item": 2, "rc": 1, "start": "2024-02-08 16:56:00.999516" } 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-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Thursday 08 February 2024 16:56:01 +0000 (0:00:00.483) 0:02:52.983 ***** RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Thursday 08 February 2024 16:56:01 +0000 (0:00:00.000) 0:02:52.983 ***** 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 16:56:01 +0000 (0:00:00.000) 0:02:52.984 ***** =============================================================================== linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 41.91s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 41.64s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 41.50s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Ensure required packages are installed -- 16.19s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 5.93s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 4.12s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 2.93s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Clone test_kernel kernel and initrd for test purposes ------------------- 1.81s /WORKDIR/git-fix-timeouttwvnw0m1/tests/tasks/clone_kernel.yml:6 --------------- linux-system-roles.bootloader : Ensure ansible_facts used by role ------- 1.30s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 linux-system-roles.bootloader : Collect bootloader facts ---------------- 1.21s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Clone test_kernel kernel and initrd for test purposes ------------------- 1.04s /WORKDIR/git-fix-timeouttwvnw0m1/tests/tasks/clone_kernel.yml:6 --------------- linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.95s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Fix default kernel boot parameters ------ 0.78s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.71s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.68s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.68s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg -------- 0.65s /WORKDIR/git-fix-timeouttwvnw0m1/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.60s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 linux-system-roles.bootloader : Determine platform type ----------------- 0.59s /WORKDIR/git-fix-timeouttwvnw0m1/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Remove cloned kernels --------------------------------------------------- 0.48s /WORKDIR/git-fix-timeouttwvnw0m1/tests/tests_add_rm.yml:100 ------------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---