# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-fix-timeout08x3947v/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_add_rm.yml ***************************************************** 1 plays in /WORKDIR/git-fix-timeout08x3947v/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tests_add_rm.yml:13 Thursday 08 February 2024 17:00:37 +0000 (0:00:00.012) 0:00:00.012 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:00:37 +0000 (0:00:00.020) 0:00:00.033 ***** included: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:00:37 +0000 (0:00:00.011) 0:00:00.044 ***** ok: [sut] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Thursday 08 February 2024 17:00:37 +0000 (0:00:00.526) 0:00:00.570 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Thursday 08 February 2024 17:00:38 +0000 (0:00:00.185) 0:00:00.756 ***** ok: [sut] => { "ansible_facts": { "__bootloader_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Thursday 08 February 2024 17:00:38 +0000 (0:00:00.018) 0:00:00.774 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:00:38 +0000 (0:00:00.026) 0:00:00.801 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 Thursday 08 February 2024 17:00:39 +0000 (0:00:00.947) 0:00:01.749 ***** ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Thursday 08 February 2024 17:00:39 +0000 (0:00:00.179) 0:00:01.928 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:24 Thursday 08 February 2024 17:00:39 +0000 (0:00:00.119) 0:00:02.048 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 Thursday 08 February 2024 17:00:39 +0000 (0:00:00.020) 0:00:02.068 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1706607935.8855374, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d45f560efc7eafef37bf56677f0fab9fc0276c8b", "ctime": 1706607935.8865373, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1706607935.8865373, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 249, "uid": 0, "version": "18446744071905069793", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 Thursday 08 February 2024 17:00:39 +0000 (0:00:00.183) 0:00:02.252 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:48 Thursday 08 February 2024 17:00:39 +0000 (0:00:00.223) 0:00:02.475 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1706608003.1385374, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "14df68f593d29a628cd21fc1e4c4ff870aca89f6", "ctime": 1706608459.4955373, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1706608003.1435373, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4942, "uid": 0, "version": "18446744071905082088", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:53 Thursday 08 February 2024 17:00:40 +0000 (0:00:00.147) 0:00:02.622 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:63 Thursday 08 February 2024 17:00:40 +0000 (0:00:00.147) 0:00:02.769 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:75 Thursday 08 February 2024 17:00:40 +0000 (0:00:00.032) 0:00:02.802 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:83 Thursday 08 February 2024 17:00:40 +0000 (0:00:00.012) 0:00:02.814 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Thursday 08 February 2024 17:00:40 +0000 (0:00:00.036) 0:00:02.851 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.108.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": false, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "index": "2", "initrd": "/boot/initramfs-0-rescue-83b425bb48e84cc48533f874e856dc71.img", "kernel": "/boot/vmlinuz-0-rescue-83b425bb48e84cc48533f874e856dc71", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (0-rescue-83b425bb48e84cc48533f874e856dc71) 7 (Core)" }, { "default": false, "index": "3", "kernel": "non linux entry" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /WORKDIR/git-fix-timeout08x3947v/tests/tests_add_rm.yml:19 Thursday 08 February 2024 17:00:40 +0000 (0:00:00.316) 0:00:03.167 ***** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tests_add_rm.yml:26 Thursday 08 February 2024 17:00:40 +0000 (0:00:00.001) 0:00:03.169 ***** META: triggered running handlers for sut TASK [Clone kernel to Clone1] ************************************************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tests_add_rm.yml:29 Thursday 08 February 2024 17:00:40 +0000 (0:00:00.001) 0:00:03.170 ***** included: /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml:1 Thursday 08 February 2024 17:00:40 +0000 (0:00:00.011) 0:00:03.181 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.108.1.el7.x86_64) 7 (Core)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml:5 Thursday 08 February 2024 17:00:40 +0000 (0:00:00.020) 0:00:03.202 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64', 'dest': '/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "7e267bb07bdbe47e03dba2ca4fa87b806f2efdc0", "dest": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone1", "src": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64" }, "md5sum": "dec26597b8b86b04d30d24eff81c1a68", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 7051880, "src": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img', 'dest': '/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "916b0b05e4e2d21e848f47afc76e46dbc2356100", "dest": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone1", "src": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img" }, "md5sum": "d38d39002c906aace4a0860d4e1175cf", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20154601, "src": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "state": "file", "uid": 0 } TASK [Create Clone1 kernel with copy_defaults=true] **************************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml:19 Thursday 08 February 2024 17:00:41 +0000 (0:00:00.635) 0:00:03.837 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:00:41 +0000 (0:00:00.023) 0:00:03.861 ***** included: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:00:41 +0000 (0:00:00.016) 0:00:03.877 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Thursday 08 February 2024 17:00:41 +0000 (0:00:00.019) 0:00:03.896 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Thursday 08 February 2024 17:00:41 +0000 (0:00:00.011) 0:00:03.908 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Thursday 08 February 2024 17:00:41 +0000 (0:00:00.019) 0:00:03.927 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:00:41 +0000 (0:00:00.042) 0:00:03.970 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 Thursday 08 February 2024 17:00:41 +0000 (0:00:00.540) 0:00:04.510 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone1 --initrd=/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Thursday 08 February 2024 17:00:42 +0000 (0:00:00.413) 0:00:04.924 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:24 Thursday 08 February 2024 17:00:42 +0000 (0:00:00.121) 0:00:05.045 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 Thursday 08 February 2024 17:00:42 +0000 (0:00:00.022) 0:00:05.068 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411639.6362078, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d45f560efc7eafef37bf56677f0fab9fc0276c8b", "ctime": 1706607935.8865373, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1706607935.8865373, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 249, "uid": 0, "version": "18446744071905069793", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 Thursday 08 February 2024 17:00:42 +0000 (0:00:00.154) 0:00:05.223 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:48 Thursday 08 February 2024 17:00:42 +0000 (0:00:00.132) 0:00:05.355 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411642.3201313, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "19a4b545b59e3049ba5e4a123cd6fb4cd9b63796", "ctime": 1707411642.327131, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 169703, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411642.327131, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5725, "uid": 0, "version": "86844948", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:53 Thursday 08 February 2024 17:00:42 +0000 (0:00:00.140) 0:00:05.496 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:63 Thursday 08 February 2024 17:00:43 +0000 (0:00:00.133) 0:00:05.629 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:75 Thursday 08 February 2024 17:00:43 +0000 (0:00:00.010) 0:00:05.640 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:83 Thursday 08 February 2024 17:00:43 +0000 (0:00:00.008) 0:00:05.649 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Thursday 08 February 2024 17:00:43 +0000 (0:00:00.013) 0:00:05.662 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml:34 Thursday 08 February 2024 17:00:43 +0000 (0:00:00.013) 0:00:05.676 ***** NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for sut META: triggered running handlers for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Thursday 08 February 2024 17:00:43 +0000 (0:00:00.001) 0:00:05.677 ***** 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.027024", "end": "2024-02-08 17:00:43.291653", "rc": 0, "start": "2024-02-08 17:00:43.264629" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8" 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_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 LANG=en_US.UTF-8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Thursday 08 February 2024 17:00:43 +0000 (0:00:00.209) 0:00:05.887 ***** included: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Thursday 08 February 2024 17:00:43 +0000 (0:00:00.009) 0:00:05.896 ***** changed: [sut] => { "changed": true, "elapsed": 37, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Thursday 08 February 2024 17:01:21 +0000 (0:00:38.227) 0:00:44.124 ***** skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Thursday 08 February 2024 17:01:21 +0000 (0:00:00.007) 0:00:44.131 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml:37 Thursday 08 February 2024 17:01:21 +0000 (0:00:00.008) 0:00:44.140 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml:41 Thursday 08 February 2024 17:01:21 +0000 (0:00:00.008) 0:00:44.149 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:01:21 +0000 (0:00:00.023) 0:00:44.173 ***** included: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:01:21 +0000 (0:00:00.012) 0:00:44.185 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Thursday 08 February 2024 17:01:21 +0000 (0:00:00.017) 0:00:44.202 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Thursday 08 February 2024 17:01:21 +0000 (0:00:00.011) 0:00:44.214 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Thursday 08 February 2024 17:01:21 +0000 (0:00:00.009) 0:00:44.223 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:01:21 +0000 (0:00:00.017) 0:00:44.241 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 Thursday 08 February 2024 17:01:22 +0000 (0:00:00.869) 0:00:45.111 ***** ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Thursday 08 February 2024 17:01:22 +0000 (0:00:00.118) 0:00:45.229 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:24 Thursday 08 February 2024 17:01:22 +0000 (0:00:00.118) 0:00:45.348 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 Thursday 08 February 2024 17:01:22 +0000 (0:00:00.020) 0:00:45.369 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411643.2911034, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cf43705221868bc9154ad25ed6cfdab53fc5c77a", "ctime": 1707411643.2881036, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411643.2871037, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 269, "uid": 0, "version": "86844967", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 Thursday 08 February 2024 17:01:22 +0000 (0:00:00.129) 0:00:45.499 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:48 Thursday 08 February 2024 17:01:23 +0000 (0:00:00.126) 0:00:45.626 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411642.8851151, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "19a4b545b59e3049ba5e4a123cd6fb4cd9b63796", "ctime": 1707411642.327131, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 169703, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411642.327131, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5725, "uid": 0, "version": "86844948", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:53 Thursday 08 February 2024 17:01:23 +0000 (0:00:00.133) 0:00:45.759 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:63 Thursday 08 February 2024 17:01:23 +0000 (0:00:00.126) 0:00:45.885 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:75 Thursday 08 February 2024 17:01:23 +0000 (0:00:00.010) 0:00:45.896 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:83 Thursday 08 February 2024 17:01:23 +0000 (0:00:00.010) 0:00:45.906 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Thursday 08 February 2024 17:01:23 +0000 (0:00:00.014) 0:00:45.920 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8 test=kernel", "default": false, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone1", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone1", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "Clone1" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": true, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.108.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": false, "index": "2", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "index": "3", "initrd": "/boot/initramfs-0-rescue-83b425bb48e84cc48533f874e856dc71.img", "kernel": "/boot/vmlinuz-0-rescue-83b425bb48e84cc48533f874e856dc71", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (0-rescue-83b425bb48e84cc48533f874e856dc71) 7 (Core)" }, { "default": false, "index": "4", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-fix-timeout08x3947v/tests/tests_add_rm.yml:35 Thursday 08 February 2024 17:01:23 +0000 (0:00:00.149) 0:00:46.070 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-fix-timeout08x3947v/tests/tests_add_rm.yml:44 Thursday 08 February 2024 17:01:23 +0000 (0:00:00.021) 0:00:46.091 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:01:23 +0000 (0:00:00.023) 0:00:46.115 ***** included: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:01:23 +0000 (0:00:00.010) 0:00:46.125 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Thursday 08 February 2024 17:01:23 +0000 (0:00:00.016) 0:00:46.142 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Thursday 08 February 2024 17:01:23 +0000 (0:00:00.009) 0:00:46.151 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Thursday 08 February 2024 17:01:23 +0000 (0:00:00.010) 0:00:46.161 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:01:23 +0000 (0:00:00.017) 0:00:46.179 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 Thursday 08 February 2024 17:01:24 +0000 (0:00:00.501) 0:00:46.681 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Thursday 08 February 2024 17:01:24 +0000 (0:00:00.155) 0:00:46.836 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:24 Thursday 08 February 2024 17:01:24 +0000 (0:00:00.113) 0:00:46.950 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 Thursday 08 February 2024 17:01:24 +0000 (0:00:00.020) 0:00:46.970 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411643.2911034, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cf43705221868bc9154ad25ed6cfdab53fc5c77a", "ctime": 1707411643.2881036, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411643.2871037, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 269, "uid": 0, "version": "86844967", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 Thursday 08 February 2024 17:01:24 +0000 (0:00:00.127) 0:00:47.098 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:48 Thursday 08 February 2024 17:01:24 +0000 (0:00:00.126) 0:00:47.224 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411684.188059, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "14df68f593d29a628cd21fc1e4c4ff870aca89f6", "ctime": 1707411684.196438, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411684.196438, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4942, "uid": 0, "version": "583784447", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:53 Thursday 08 February 2024 17:01:24 +0000 (0:00:00.130) 0:00:47.355 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:63 Thursday 08 February 2024 17:01:24 +0000 (0:00:00.125) 0:00:47.481 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:75 Thursday 08 February 2024 17:01:24 +0000 (0:00:00.010) 0:00:47.492 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:83 Thursday 08 February 2024 17:01:24 +0000 (0:00:00.009) 0:00:47.501 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Thursday 08 February 2024 17:01:24 +0000 (0:00:00.014) 0:00:47.516 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.108.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": false, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "index": "2", "initrd": "/boot/initramfs-0-rescue-83b425bb48e84cc48533f874e856dc71.img", "kernel": "/boot/vmlinuz-0-rescue-83b425bb48e84cc48533f874e856dc71", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (0-rescue-83b425bb48e84cc48533f874e856dc71) 7 (Core)" }, { "default": false, "index": "3", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-fix-timeout08x3947v/tests/tests_add_rm.yml:61 Thursday 08 February 2024 17:01:25 +0000 (0:00:00.138) 0:00:47.655 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tests_add_rm.yml:65 Thursday 08 February 2024 17:01:25 +0000 (0:00:00.021) 0:00:47.676 ***** included: /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml:1 Thursday 08 February 2024 17:01:25 +0000 (0:00:00.014) 0:00:47.690 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.108.1.el7.x86_64) 7 (Core)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml:5 Thursday 08 February 2024 17:01:25 +0000 (0:00:00.020) 0:00:47.711 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64', 'dest': '/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "7e267bb07bdbe47e03dba2ca4fa87b806f2efdc0", "dest": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone2", "src": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64" }, "md5sum": "dec26597b8b86b04d30d24eff81c1a68", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 7051880, "src": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img', 'dest': '/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "916b0b05e4e2d21e848f47afc76e46dbc2356100", "dest": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone2", "src": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img" }, "md5sum": "d38d39002c906aace4a0860d4e1175cf", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20154601, "src": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "state": "file", "uid": 0 } TASK [Create Clone2 kernel with copy_defaults=true] **************************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml:19 Thursday 08 February 2024 17:01:25 +0000 (0:00:00.525) 0:00:48.236 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:01:25 +0000 (0:00:00.017) 0:00:48.254 ***** included: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:01:25 +0000 (0:00:00.010) 0:00:48.265 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Thursday 08 February 2024 17:01:25 +0000 (0:00:00.016) 0:00:48.281 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Thursday 08 February 2024 17:01:25 +0000 (0:00:00.009) 0:00:48.291 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Thursday 08 February 2024 17:01:25 +0000 (0:00:00.009) 0:00:48.301 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:01:25 +0000 (0:00:00.017) 0:00:48.318 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 Thursday 08 February 2024 17:01:26 +0000 (0:00:00.512) 0:00:48.831 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone2 --initrd=/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Thursday 08 February 2024 17:01:26 +0000 (0:00:00.159) 0:00:48.990 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:24 Thursday 08 February 2024 17:01:26 +0000 (0:00:00.113) 0:00:49.103 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 Thursday 08 February 2024 17:01:26 +0000 (0:00:00.020) 0:00:49.123 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411643.2911034, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cf43705221868bc9154ad25ed6cfdab53fc5c77a", "ctime": 1707411643.2881036, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411643.2871037, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 269, "uid": 0, "version": "86844967", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 Thursday 08 February 2024 17:01:26 +0000 (0:00:00.127) 0:00:49.251 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:48 Thursday 08 February 2024 17:01:26 +0000 (0:00:00.127) 0:00:49.378 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411686.3870244, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b6c3a9d5ae68dae3ccdc4761111c11f58d89d5f6", "ctime": 1707411686.3950233, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 169806, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411686.3950233, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5143, "uid": 0, "version": "583784486", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:53 Thursday 08 February 2024 17:01:26 +0000 (0:00:00.133) 0:00:49.512 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:63 Thursday 08 February 2024 17:01:27 +0000 (0:00:00.127) 0:00:49.639 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:75 Thursday 08 February 2024 17:01:27 +0000 (0:00:00.010) 0:00:49.649 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:83 Thursday 08 February 2024 17:01:27 +0000 (0:00:00.010) 0:00:49.660 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Thursday 08 February 2024 17:01:27 +0000 (0:00:00.013) 0:00:49.673 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml:34 Thursday 08 February 2024 17:01:27 +0000 (0:00:00.014) 0:00:49.687 ***** NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for sut META: triggered running handlers for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Thursday 08 February 2024 17:01:27 +0000 (0:00:00.001) 0:00:49.688 ***** 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.017276", "end": "2024-02-08 17:01:27.230327", "rc": 0, "start": "2024-02-08 17:01:27.213051" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8" 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 LANG=en_US.UTF-8" GRUB_DISABLE_RECOVERY="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 LANG=en_US.UTF-8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Thursday 08 February 2024 17:01:27 +0000 (0:00:00.136) 0:00:49.825 ***** included: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Thursday 08 February 2024 17:01:27 +0000 (0:00:00.007) 0:00:49.832 ***** changed: [sut] => { "changed": true, "elapsed": 38, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Thursday 08 February 2024 17:02:06 +0000 (0:00:39.011) 0:01:28.844 ***** skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Thursday 08 February 2024 17:02:06 +0000 (0:00:00.006) 0:01:28.851 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml:37 Thursday 08 February 2024 17:02:06 +0000 (0:00:00.009) 0:01:28.860 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml:41 Thursday 08 February 2024 17:02:06 +0000 (0:00:00.008) 0:01:28.869 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:02:06 +0000 (0:00:00.024) 0:01:28.894 ***** included: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:02:06 +0000 (0:00:00.011) 0:01:28.905 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Thursday 08 February 2024 17:02:06 +0000 (0:00:00.016) 0:01:28.921 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Thursday 08 February 2024 17:02:06 +0000 (0:00:00.010) 0:01:28.931 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Thursday 08 February 2024 17:02:06 +0000 (0:00:00.008) 0:01:28.940 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:02:06 +0000 (0:00:00.016) 0:01:28.956 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 Thursday 08 February 2024 17:02:07 +0000 (0:00:00.780) 0:01:29.737 ***** ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Thursday 08 February 2024 17:02:07 +0000 (0:00:00.117) 0:01:29.855 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:24 Thursday 08 February 2024 17:02:07 +0000 (0:00:00.113) 0:01:29.968 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 Thursday 08 February 2024 17:02:07 +0000 (0:00:00.020) 0:01:29.988 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411687.2289217, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cf43705221868bc9154ad25ed6cfdab53fc5c77a", "ctime": 1707411687.2279217, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411687.2279217, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 269, "uid": 0, "version": "583784506", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 Thursday 08 February 2024 17:02:07 +0000 (0:00:00.129) 0:01:30.118 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:48 Thursday 08 February 2024 17:02:07 +0000 (0:00:00.129) 0:01:30.248 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411686.9029615, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b6c3a9d5ae68dae3ccdc4761111c11f58d89d5f6", "ctime": 1707411686.3950233, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 169806, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411686.3950233, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5143, "uid": 0, "version": "583784486", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:53 Thursday 08 February 2024 17:02:07 +0000 (0:00:00.132) 0:01:30.381 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:63 Thursday 08 February 2024 17:02:07 +0000 (0:00:00.125) 0:01:30.506 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:75 Thursday 08 February 2024 17:02:07 +0000 (0:00:00.010) 0:01:30.517 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:83 Thursday 08 February 2024 17:02:07 +0000 (0:00:00.009) 0:01:30.526 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Thursday 08 February 2024 17:02:07 +0000 (0:00:00.013) 0:01:30.540 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone2", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone2", "title": "Clone2" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": true, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.108.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": false, "index": "2", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "index": "3", "initrd": "/boot/initramfs-0-rescue-83b425bb48e84cc48533f874e856dc71.img", "kernel": "/boot/vmlinuz-0-rescue-83b425bb48e84cc48533f874e856dc71", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (0-rescue-83b425bb48e84cc48533f874e856dc71) 7 (Core)" }, { "default": false, "index": "4", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-fix-timeout08x3947v/tests/tests_add_rm.yml:71 Thursday 08 February 2024 17:02:08 +0000 (0:00:00.147) 0:01:30.688 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tests_add_rm.yml:78 Thursday 08 February 2024 17:02:08 +0000 (0:00:00.020) 0:01:30.708 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Thursday 08 February 2024 17:02:08 +0000 (0:00:00.029) 0:01:30.737 ***** included: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Thursday 08 February 2024 17:02:08 +0000 (0:00:00.010) 0:01:30.748 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Thursday 08 February 2024 17:02:08 +0000 (0:00:00.016) 0:01:30.764 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Thursday 08 February 2024 17:02:08 +0000 (0:00:00.009) 0:01:30.774 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Thursday 08 February 2024 17:02:08 +0000 (0:00:00.009) 0:01:30.783 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Thursday 08 February 2024 17:02:08 +0000 (0:00:00.016) 0:01:30.799 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 Thursday 08 February 2024 17:02:08 +0000 (0:00:00.500) 0:01:31.299 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Thursday 08 February 2024 17:02:08 +0000 (0:00:00.147) 0:01:31.447 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:24 Thursday 08 February 2024 17:02:08 +0000 (0:00:00.113) 0:01:31.560 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 Thursday 08 February 2024 17:02:08 +0000 (0:00:00.020) 0:01:31.581 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411687.2289217, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cf43705221868bc9154ad25ed6cfdab53fc5c77a", "ctime": 1707411687.2279217, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411687.2279217, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 269, "uid": 0, "version": "583784506", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 Thursday 08 February 2024 17:02:09 +0000 (0:00:00.127) 0:01:31.708 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:48 Thursday 08 February 2024 17:02:09 +0000 (0:00:00.126) 0:01:31.835 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707411728.8446898, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "14df68f593d29a628cd21fc1e4c4ff870aca89f6", "ctime": 1707411728.8526895, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707411728.8526895, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4942, "uid": 0, "version": "18446744073288406124", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:53 Thursday 08 February 2024 17:02:09 +0000 (0:00:00.130) 0:01:31.965 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:63 Thursday 08 February 2024 17:02:09 +0000 (0:00:00.125) 0:01:32.091 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:75 Thursday 08 February 2024 17:02:09 +0000 (0:00:00.011) 0:01:32.102 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:83 Thursday 08 February 2024 17:02:09 +0000 (0:00:00.009) 0:01:32.111 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Thursday 08 February 2024 17:02:09 +0000 (0:00:00.013) 0:01:32.125 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.108.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": false, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "index": "2", "initrd": "/boot/initramfs-0-rescue-83b425bb48e84cc48533f874e856dc71.img", "kernel": "/boot/vmlinuz-0-rescue-83b425bb48e84cc48533f874e856dc71", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (0-rescue-83b425bb48e84cc48533f874e856dc71) 7 (Core)" }, { "default": false, "index": "3", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-fix-timeout08x3947v/tests/tests_add_rm.yml:88 Thursday 08 February 2024 17:02:09 +0000 (0:00:00.137) 0:01:32.263 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-fix-timeout08x3947v/tests/tests_add_rm.yml:92 Thursday 08 February 2024 17:02:09 +0000 (0:00:00.021) 0:01:32.284 ***** changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone1" ], "delta": "0:00:00.013918", "end": "2024-02-08 17:02:09.821542", "item": 1, "rc": 0, "start": "2024-02-08 17:02:09.807624" } changed: [sut] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone2" ], "delta": "0:00:00.014017", "end": "2024-02-08 17:02:09.943109", "item": 2, "rc": 0, "start": "2024-02-08 17:02:09.929092" } NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Thursday 08 February 2024 17:02:09 +0000 (0:00:00.253) 0:01:32.538 ***** 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.018671", "end": "2024-02-08 17:02:10.079930", "rc": 0, "start": "2024-02-08 17:02:10.061259" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8" 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 LANG=en_US.UTF-8" GRUB_DISABLE_RECOVERY="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 LANG=en_US.UTF-8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Thursday 08 February 2024 17:02:10 +0000 (0:00:00.136) 0:01:32.674 ***** included: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Thursday 08 February 2024 17:02:10 +0000 (0:00:00.007) 0:01:32.682 ***** changed: [sut] => { "changed": true, "elapsed": 39, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Thursday 08 February 2024 17:02:49 +0000 (0:00:39.566) 0:02:12.249 ***** skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Thursday 08 February 2024 17:02:49 +0000 (0:00:00.006) 0:02:12.256 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* sut : ok=96 changed=13 unreachable=0 failed=0 skipped=51 rescued=0 ignored=0 Thursday 08 February 2024 17:02:49 +0000 (0:00:00.009) 0:02:12.265 ***** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 39.57s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 39.01s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 38.23s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.95s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.87s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.78s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Clone test_kernel kernel and initrd for test purposes ------------------- 0.64s /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml:5 --------------- fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.54s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role --- 0.53s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Clone test_kernel kernel and initrd for test purposes ------------------- 0.53s /WORKDIR/git-fix-timeout08x3947v/tests/tasks/clone_kernel.yml:5 --------------- fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.51s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.50s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.50s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.41s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.32s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Remove cloned kernels --------------------------------------------------- 0.25s /WORKDIR/git-fix-timeout08x3947v/tests/tests_add_rm.yml:92 -------------------- fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.22s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 fedora.linux_system_roles.bootloader : Fix default kernel boot parameters --- 0.21s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 fedora.linux_system_roles.bootloader : Check if system is ostree -------- 0.19s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.18s /WORKDIR/git-fix-timeout08x3947v/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---