# 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-weekly-cidtghq78s/.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-weekly-cidtghq78s/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** TASK [Skip on s390x architecture] ********************************************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tests_add_rm.yml:13 Saturday 27 July 2024 13:25:29 +0000 (0:00:00.012) 0:00:00.012 ********* included: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/skip_on_s390x.yml for sut TASK [Gather architecture facts] *********************************************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/skip_on_s390x.yml:3 Saturday 27 July 2024 13:25:29 +0000 (0:00:00.009) 0:00:00.022 ********* ok: [sut] TASK [End host on s390x architecture] ****************************************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/skip_on_s390x.yml:8 Saturday 27 July 2024 13:25:30 +0000 (0:00:00.563) 0:00:00.585 ********* 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 [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tests_add_rm.yml:16 Saturday 27 July 2024 13:25:30 +0000 (0:00:00.003) 0:00:00.588 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 27 July 2024 13:25:30 +0000 (0:00:00.026) 0:00:00.614 ********* included: /WORKDIR/git-weekly-cidtghq78s/.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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 27 July 2024 13:25:30 +0000 (0:00:00.011) 0:00:00.625 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 27 July 2024 13:25:30 +0000 (0:00:00.017) 0:00:00.642 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 27 July 2024 13:25:30 +0000 (0:00:00.239) 0:00:00.882 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 27 July 2024 13:25:30 +0000 (0:00:00.014) 0:00:00.896 ********* 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 27 July 2024 13:25:30 +0000 (0:00:00.017) 0:00:00.914 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 27 July 2024 13:25:30 +0000 (0:00:00.007) 0:00:00.921 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 27 July 2024 13:25:32 +0000 (0:00:01.931) 0:00:02.853 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1721812804.260903, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1721812804.260903, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2688437, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721812804.260903, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2554718416", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 27 July 2024 13:25:32 +0000 (0:00:00.194) 0:00:03.047 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 27 July 2024 13:25:32 +0000 (0:00:00.008) 0:00:03.055 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 27 July 2024 13:25:32 +0000 (0:00:00.006) 0:00:03.062 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 27 July 2024 13:25:32 +0000 (0:00:00.176) 0:00:03.239 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 27 July 2024 13:25:32 +0000 (0:00:00.021) 0:00:03.260 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086732.488008, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1721812804.260903, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2688437, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721812804.260903, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2554718416", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 27 July 2024 13:25:32 +0000 (0:00:00.189) 0:00:03.450 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1721811810.389, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "d9613a92264bba66dc4c97a58c802092fb3a5654", "ctime": 1721811810.39, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 517338, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1721811810.39, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "1317930783", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 27 July 2024 13:25:33 +0000 (0:00:00.196) 0:00:03.646 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004740", "end": "2024-07-27 13:25:33.376487", "rc": 0, "start": "2024-07-27 13:25:33.371747" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 27 July 2024 13:25:33 +0000 (0:00:00.277) 0:00:03.924 ********* skipping: [sut] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 27 July 2024 13:25:33 +0000 (0:00:00.019) 0:00:03.944 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 27 July 2024 13:25:33 +0000 (0:00:00.252) 0:00:04.196 ********* changed: [sut] => { "changed": true, "rc": 0 } MSG: 6 replacements made TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 27 July 2024 13:25:33 +0000 (0:00:00.202) 0:00:04.399 ********* ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 27 July 2024 13:25:34 +0000 (0:00:00.304) 0:00:04.703 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 27 July 2024 13:25:34 +0000 (0:00:00.018) 0:00:04.722 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 27 July 2024 13:25:34 +0000 (0:00:00.013) 0:00:04.735 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 27 July 2024 13:25:34 +0000 (0:00:00.016) 0:00:04.752 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "16b1451234a84180ab2d4115cd9261f7-5.14.0-479.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-479.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-479.el9.x86_64", "root": "UUID=f1d2bc8f-ee92-4d94-8bd5-4abdbef0a7d3", "title": "CentOS Stream (5.14.0-479.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "16b1451234a84180ab2d4115cd9261f7-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-16b1451234a84180ab2d4115cd9261f7.img", "kernel": "/boot/vmlinuz-0-rescue-16b1451234a84180ab2d4115cd9261f7", "root": "UUID=f1d2bc8f-ee92-4d94-8bd5-4abdbef0a7d3", "title": "CentOS Stream (0-rescue-16b1451234a84180ab2d4115cd9261f7) 9" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /WORKDIR/git-weekly-cidtghq78s/tests/tests_add_rm.yml:22 Saturday 27 July 2024 13:25:34 +0000 (0:00:00.426) 0:00:05.178 ********* 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-weekly-cidtghq78s/tests/tests_add_rm.yml:29 Saturday 27 July 2024 13:25:34 +0000 (0:00:00.002) 0:00:05.181 ********* META: triggered running handlers for sut TASK [Clone kernel to Clone1] ************************************************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tests_add_rm.yml:32 Saturday 27 July 2024 13:25:34 +0000 (0:00:00.001) 0:00:05.182 ********* included: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml:3 Saturday 27 July 2024 13:25:34 +0000 (0:00:00.014) 0:00:05.197 ********* ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "16b1451234a84180ab2d4115cd9261f7-5.14.0-479.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-479.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-479.el9.x86_64", "root": "UUID=f1d2bc8f-ee92-4d94-8bd5-4abdbef0a7d3", "title": "CentOS Stream (5.14.0-479.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml:7 Saturday 27 July 2024 13:25:34 +0000 (0:00:00.020) 0:00:05.217 ********* changed: [sut] => (item={'src': '/boot/vmlinuz-5.14.0-479.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-479.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "6a8bbe3d616cff792abf9172c95fd8dfba8bc0da", "dest": "/boot/vmlinuz-5.14.0-479.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-479.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-479.el9.x86_64" }, "md5sum": "38896c05740524c2c2857cc3aabf24bb", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14424104, "src": "/boot/vmlinuz-5.14.0-479.el9.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-5.14.0-479.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-479.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "7e86e1ac60ca52f47c6a0b7b33076389d9d36f5d", "dest": "/boot/initramfs-5.14.0-479.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-479.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-479.el9.x86_64.img" }, "md5sum": "4a6a2b0f0f824981b096e42057baaa39", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 35410959, "src": "/boot/initramfs-5.14.0-479.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml:21 Saturday 27 July 2024 13:25:35 +0000 (0:00:00.988) 0:00:06.206 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 27 July 2024 13:25:35 +0000 (0:00:00.022) 0:00:06.228 ********* included: /WORKDIR/git-weekly-cidtghq78s/.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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 27 July 2024 13:25:35 +0000 (0:00:00.011) 0:00:06.240 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 27 July 2024 13:25:35 +0000 (0:00:00.018) 0:00:06.258 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 27 July 2024 13:25:35 +0000 (0:00:00.012) 0:00:06.270 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 27 July 2024 13:25:35 +0000 (0:00:00.010) 0:00:06.281 ********* 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 27 July 2024 13:25:35 +0000 (0:00:00.021) 0:00:06.303 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 27 July 2024 13:25:35 +0000 (0:00:00.012) 0:00:06.316 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 27 July 2024 13:25:36 +0000 (0:00:00.840) 0:00:07.156 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086732.488008, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1721812804.260903, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2688437, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721812804.260903, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2554718416", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 27 July 2024 13:25:36 +0000 (0:00:00.196) 0:00:07.353 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 27 July 2024 13:25:36 +0000 (0:00:00.008) 0:00:07.362 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 27 July 2024 13:25:36 +0000 (0:00:00.007) 0:00:07.369 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 27 July 2024 13:25:37 +0000 (0:00:00.194) 0:00:07.564 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 27 July 2024 13:25:37 +0000 (0:00:00.022) 0:00:07.586 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086732.488008, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1721812804.260903, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2688437, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721812804.260903, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2554718416", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 27 July 2024 13:25:37 +0000 (0:00:00.195) 0:00:07.781 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086733.8449986, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "833bf2e9a21cd4cfc20ddf29419355a254d9d1e6", "ctime": 1722086733.8449986, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 331350337, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722086733.8449986, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1363001592", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 27 July 2024 13:25:37 +0000 (0:00:00.194) 0:00:07.976 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004715", "end": "2024-07-27 13:25:37.623956", "rc": 0, "start": "2024-07-27 13:25:37.619241" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 27 July 2024 13:25:37 +0000 (0:00:00.193) 0:00:08.169 ********* skipping: [sut] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 27 July 2024 13:25:37 +0000 (0:00:00.017) 0:00:08.187 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 27 July 2024 13:25:37 +0000 (0:00:00.190) 0:00:08.377 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 27 July 2024 13:25:38 +0000 (0:00:00.189) 0:00:08.566 ********* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --initrd=/boot/initramfs-5.14.0-479.el9.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-5.14.0-479.el9.x86_64_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 27 July 2024 13:25:38 +0000 (0:00:00.415) 0:00:08.982 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 27 July 2024 13:25:38 +0000 (0:00:00.012) 0:00:08.994 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 27 July 2024 13:25:38 +0000 (0:00:00.010) 0:00:09.004 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 27 July 2024 13:25:38 +0000 (0:00:00.014) 0:00:09.019 ********* skipping: [sut] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml:36 Saturday 27 July 2024 13:25:38 +0000 (0:00:00.015) 0:00:09.034 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 27 July 2024 13:25:38 +0000 (0:00:00.001) 0:00:09.036 ********* 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.148817", "end": "2024-07-27 13:25:38.821256", "rc": 0, "start": "2024-07-27 13:25:38.672439" } STDOUT: args="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 27 July 2024 13:25:38 +0000 (0:00:00.332) 0:00:09.368 ********* included: /WORKDIR/git-weekly-cidtghq78s/.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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 27 July 2024 13:25:38 +0000 (0:00:00.009) 0:00:09.378 ********* changed: [sut] => { "changed": true, "elapsed": 44, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 27 July 2024 13:26:23 +0000 (0:00:44.823) 0:00:54.201 ********* skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 27 July 2024 13:26:23 +0000 (0:00:00.007) 0:00:54.209 ********* ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml:39 Saturday 27 July 2024 13:26:23 +0000 (0:00:00.009) 0:00:54.218 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml:43 Saturday 27 July 2024 13:26:23 +0000 (0:00:00.007) 0:00:54.226 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 27 July 2024 13:26:23 +0000 (0:00:00.030) 0:00:54.257 ********* included: /WORKDIR/git-weekly-cidtghq78s/.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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 27 July 2024 13:26:23 +0000 (0:00:00.010) 0:00:54.268 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 27 July 2024 13:26:23 +0000 (0:00:00.016) 0:00:54.284 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 27 July 2024 13:26:23 +0000 (0:00:00.010) 0:00:54.295 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 27 July 2024 13:26:23 +0000 (0:00:00.010) 0:00:54.305 ********* 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 27 July 2024 13:26:23 +0000 (0:00:00.019) 0:00:54.325 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 27 July 2024 13:26:23 +0000 (0:00:00.006) 0:00:54.332 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 27 July 2024 13:26:25 +0000 (0:00:02.171) 0:00:56.504 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086738.819964, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1722086738.818964, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2379814, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722086738.818964, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "3825265431", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 27 July 2024 13:26:26 +0000 (0:00:00.228) 0:00:56.732 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 27 July 2024 13:26:26 +0000 (0:00:00.008) 0:00:56.740 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 27 July 2024 13:26:26 +0000 (0:00:00.006) 0:00:56.747 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 27 July 2024 13:26:26 +0000 (0:00:00.181) 0:00:56.928 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 27 July 2024 13:26:26 +0000 (0:00:00.021) 0:00:56.950 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086738.819964, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1722086738.818964, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2379814, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722086738.818964, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "3825265431", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 27 July 2024 13:26:26 +0000 (0:00:00.202) 0:00:57.152 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086737.4169738, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "833bf2e9a21cd4cfc20ddf29419355a254d9d1e6", "ctime": 1722086733.8449986, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 331350337, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722086733.8449986, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1363001592", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 27 July 2024 13:26:26 +0000 (0:00:00.199) 0:00:57.352 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004985", "end": "2024-07-27 13:26:27.007141", "rc": 0, "start": "2024-07-27 13:26:27.002156" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 27 July 2024 13:26:27 +0000 (0:00:00.200) 0:00:57.553 ********* skipping: [sut] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 27 July 2024 13:26:27 +0000 (0:00:00.017) 0:00:57.570 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 27 July 2024 13:26:27 +0000 (0:00:00.199) 0:00:57.769 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 27 July 2024 13:26:27 +0000 (0:00:00.192) 0:00:57.962 ********* ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 27 July 2024 13:26:27 +0000 (0:00:00.183) 0:00:58.145 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 27 July 2024 13:26:27 +0000 (0:00:00.011) 0:00:58.156 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 27 July 2024 13:26:27 +0000 (0:00:00.009) 0:00:58.166 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 27 July 2024 13:26:27 +0000 (0:00:00.013) 0:00:58.180 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": false, "id": "6394efa8228342268950545fef3618cb-5.14.0-479.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-479.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-479.el9.x86_64_clone1", "root": "UUID=f1d2bc8f-ee92-4d94-8bd5-4abdbef0a7d3", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "16b1451234a84180ab2d4115cd9261f7-5.14.0-479.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-479.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-479.el9.x86_64", "root": "UUID=f1d2bc8f-ee92-4d94-8bd5-4abdbef0a7d3", "title": "CentOS Stream (5.14.0-479.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "16b1451234a84180ab2d4115cd9261f7-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-16b1451234a84180ab2d4115cd9261f7.img", "kernel": "/boot/vmlinuz-0-rescue-16b1451234a84180ab2d4115cd9261f7", "root": "UUID=f1d2bc8f-ee92-4d94-8bd5-4abdbef0a7d3", "title": "CentOS Stream (0-rescue-16b1451234a84180ab2d4115cd9261f7) 9" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cidtghq78s/tests/tests_add_rm.yml:38 Saturday 27 July 2024 13:26:27 +0000 (0:00:00.343) 0:00:58.524 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-cidtghq78s/tests/tests_add_rm.yml:47 Saturday 27 July 2024 13:26:28 +0000 (0:00:00.020) 0:00:58.544 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 27 July 2024 13:26:28 +0000 (0:00:00.030) 0:00:58.575 ********* included: /WORKDIR/git-weekly-cidtghq78s/.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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 27 July 2024 13:26:28 +0000 (0:00:00.010) 0:00:58.585 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 27 July 2024 13:26:28 +0000 (0:00:00.016) 0:00:58.602 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 27 July 2024 13:26:28 +0000 (0:00:00.011) 0:00:58.613 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 27 July 2024 13:26:28 +0000 (0:00:00.009) 0:00:58.622 ********* 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 27 July 2024 13:26:28 +0000 (0:00:00.017) 0:00:58.639 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 27 July 2024 13:26:28 +0000 (0:00:00.007) 0:00:58.647 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 27 July 2024 13:26:28 +0000 (0:00:00.827) 0:00:59.474 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086738.819964, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1722086738.818964, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2379814, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722086738.818964, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "3825265431", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 27 July 2024 13:26:29 +0000 (0:00:00.197) 0:00:59.672 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 27 July 2024 13:26:29 +0000 (0:00:00.007) 0:00:59.680 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 27 July 2024 13:26:29 +0000 (0:00:00.007) 0:00:59.688 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 27 July 2024 13:26:29 +0000 (0:00:00.180) 0:00:59.868 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 27 July 2024 13:26:29 +0000 (0:00:00.021) 0:00:59.890 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086738.819964, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1722086738.818964, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2379814, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722086738.818964, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "3825265431", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 27 July 2024 13:26:29 +0000 (0:00:00.203) 0:01:00.093 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086737.4169738, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "833bf2e9a21cd4cfc20ddf29419355a254d9d1e6", "ctime": 1722086733.8449986, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 331350337, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722086733.8449986, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1363001592", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 27 July 2024 13:26:29 +0000 (0:00:00.203) 0:01:00.297 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004931", "end": "2024-07-27 13:26:29.948954", "rc": 0, "start": "2024-07-27 13:26:29.944023" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 27 July 2024 13:26:29 +0000 (0:00:00.197) 0:01:00.494 ********* skipping: [sut] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 27 July 2024 13:26:29 +0000 (0:00:00.017) 0:01:00.512 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 27 July 2024 13:26:30 +0000 (0:00:00.190) 0:01:00.702 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 27 July 2024 13:26:30 +0000 (0:00:00.193) 0:01:00.896 ********* 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-5.14.0-479.el9.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 27 July 2024 13:26:30 +0000 (0:00:00.443) 0:01:01.339 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 27 July 2024 13:26:30 +0000 (0:00:00.011) 0:01:01.350 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 27 July 2024 13:26:30 +0000 (0:00:00.010) 0:01:01.360 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 27 July 2024 13:26:30 +0000 (0:00:00.014) 0:01:01.375 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "16b1451234a84180ab2d4115cd9261f7-5.14.0-479.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-479.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-479.el9.x86_64", "root": "UUID=f1d2bc8f-ee92-4d94-8bd5-4abdbef0a7d3", "title": "CentOS Stream (5.14.0-479.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "16b1451234a84180ab2d4115cd9261f7-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-16b1451234a84180ab2d4115cd9261f7.img", "kernel": "/boot/vmlinuz-0-rescue-16b1451234a84180ab2d4115cd9261f7", "root": "UUID=f1d2bc8f-ee92-4d94-8bd5-4abdbef0a7d3", "title": "CentOS Stream (0-rescue-16b1451234a84180ab2d4115cd9261f7) 9" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-cidtghq78s/tests/tests_add_rm.yml:64 Saturday 27 July 2024 13:26:31 +0000 (0:00:00.301) 0:01:01.676 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tests_add_rm.yml:68 Saturday 27 July 2024 13:26:31 +0000 (0:00:00.020) 0:01:01.697 ********* included: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml:3 Saturday 27 July 2024 13:26:31 +0000 (0:00:00.017) 0:01:01.714 ********* ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "16b1451234a84180ab2d4115cd9261f7-5.14.0-479.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-479.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-479.el9.x86_64", "root": "UUID=f1d2bc8f-ee92-4d94-8bd5-4abdbef0a7d3", "title": "CentOS Stream (5.14.0-479.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml:7 Saturday 27 July 2024 13:26:31 +0000 (0:00:00.019) 0:01:01.734 ********* changed: [sut] => (item={'src': '/boot/vmlinuz-5.14.0-479.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-479.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "6a8bbe3d616cff792abf9172c95fd8dfba8bc0da", "dest": "/boot/vmlinuz-5.14.0-479.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-479.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-479.el9.x86_64" }, "md5sum": "38896c05740524c2c2857cc3aabf24bb", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14424104, "src": "/boot/vmlinuz-5.14.0-479.el9.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-5.14.0-479.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-479.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "7e86e1ac60ca52f47c6a0b7b33076389d9d36f5d", "dest": "/boot/initramfs-5.14.0-479.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-479.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-479.el9.x86_64.img" }, "md5sum": "4a6a2b0f0f824981b096e42057baaa39", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 35410959, "src": "/boot/initramfs-5.14.0-479.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml:21 Saturday 27 July 2024 13:26:32 +0000 (0:00:00.889) 0:01:02.624 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 27 July 2024 13:26:32 +0000 (0:00:00.022) 0:01:02.646 ********* included: /WORKDIR/git-weekly-cidtghq78s/.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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 27 July 2024 13:26:32 +0000 (0:00:00.010) 0:01:02.657 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 27 July 2024 13:26:32 +0000 (0:00:00.016) 0:01:02.673 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 27 July 2024 13:26:32 +0000 (0:00:00.010) 0:01:02.684 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 27 July 2024 13:26:32 +0000 (0:00:00.010) 0:01:02.694 ********* 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 27 July 2024 13:26:32 +0000 (0:00:00.017) 0:01:02.711 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 27 July 2024 13:26:32 +0000 (0:00:00.006) 0:01:02.718 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 27 July 2024 13:26:32 +0000 (0:00:00.797) 0:01:03.515 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086738.819964, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1722086738.818964, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2379814, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722086738.818964, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "3825265431", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 27 July 2024 13:26:33 +0000 (0:00:00.199) 0:01:03.715 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 27 July 2024 13:26:33 +0000 (0:00:00.009) 0:01:03.724 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 27 July 2024 13:26:33 +0000 (0:00:00.006) 0:01:03.731 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 27 July 2024 13:26:33 +0000 (0:00:00.182) 0:01:03.913 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 27 July 2024 13:26:33 +0000 (0:00:00.021) 0:01:03.935 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086738.819964, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1722086738.818964, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2379814, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722086738.818964, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "3825265431", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 27 July 2024 13:26:33 +0000 (0:00:00.194) 0:01:04.129 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086737.4169738, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "833bf2e9a21cd4cfc20ddf29419355a254d9d1e6", "ctime": 1722086733.8449986, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 331350337, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722086733.8449986, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1363001592", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 27 July 2024 13:26:33 +0000 (0:00:00.197) 0:01:04.326 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004937", "end": "2024-07-27 13:26:33.982483", "rc": 0, "start": "2024-07-27 13:26:33.977546" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 27 July 2024 13:26:33 +0000 (0:00:00.201) 0:01:04.528 ********* skipping: [sut] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 27 July 2024 13:26:34 +0000 (0:00:00.017) 0:01:04.545 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 27 July 2024 13:26:34 +0000 (0:00:00.191) 0:01:04.737 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 27 July 2024 13:26:34 +0000 (0:00:00.194) 0:01:04.932 ********* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --initrd=/boot/initramfs-5.14.0-479.el9.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-5.14.0-479.el9.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 27 July 2024 13:26:34 +0000 (0:00:00.417) 0:01:05.349 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 27 July 2024 13:26:34 +0000 (0:00:00.011) 0:01:05.360 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 27 July 2024 13:26:34 +0000 (0:00:00.010) 0:01:05.371 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 27 July 2024 13:26:34 +0000 (0:00:00.014) 0:01:05.386 ********* skipping: [sut] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml:36 Saturday 27 July 2024 13:26:34 +0000 (0:00:00.014) 0:01:05.400 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 27 July 2024 13:26:34 +0000 (0:00:00.001) 0:01:05.402 ********* 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.146074", "end": "2024-07-27 13:26:35.189220", "rc": 0, "start": "2024-07-27 13:26:35.043146" } STDOUT: args="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 27 July 2024 13:26:35 +0000 (0:00:00.333) 0:01:05.736 ********* included: /WORKDIR/git-weekly-cidtghq78s/.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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 27 July 2024 13:26:35 +0000 (0:00:00.008) 0:01:05.744 ********* changed: [sut] => { "changed": true, "elapsed": 36, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 27 July 2024 13:27:12 +0000 (0:00:37.144) 0:01:42.889 ********* skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 27 July 2024 13:27:12 +0000 (0:00:00.008) 0:01:42.897 ********* ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml:39 Saturday 27 July 2024 13:27:12 +0000 (0:00:00.009) 0:01:42.907 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml:43 Saturday 27 July 2024 13:27:12 +0000 (0:00:00.008) 0:01:42.915 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 27 July 2024 13:27:12 +0000 (0:00:00.031) 0:01:42.946 ********* included: /WORKDIR/git-weekly-cidtghq78s/.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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 27 July 2024 13:27:12 +0000 (0:00:00.010) 0:01:42.957 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 27 July 2024 13:27:12 +0000 (0:00:00.016) 0:01:42.974 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 27 July 2024 13:27:12 +0000 (0:00:00.010) 0:01:42.984 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 27 July 2024 13:27:12 +0000 (0:00:00.010) 0:01:42.994 ********* 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 27 July 2024 13:27:12 +0000 (0:00:00.017) 0:01:43.012 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 27 July 2024 13:27:12 +0000 (0:00:00.007) 0:01:43.019 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 27 July 2024 13:27:15 +0000 (0:00:02.697) 0:01:45.717 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086795.1875331, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1722086795.1865332, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2379816, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722086795.1865332, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "3246144377", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 27 July 2024 13:27:15 +0000 (0:00:00.221) 0:01:45.938 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 27 July 2024 13:27:15 +0000 (0:00:00.008) 0:01:45.946 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 27 July 2024 13:27:15 +0000 (0:00:00.007) 0:01:45.953 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 27 July 2024 13:27:15 +0000 (0:00:00.178) 0:01:46.132 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 27 July 2024 13:27:15 +0000 (0:00:00.021) 0:01:46.153 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086795.1875331, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1722086795.1865332, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2379816, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722086795.1865332, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "3246144377", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 27 July 2024 13:27:15 +0000 (0:00:00.190) 0:01:46.344 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086737.4169738, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "833bf2e9a21cd4cfc20ddf29419355a254d9d1e6", "ctime": 1722086733.8449986, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 331350337, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722086733.8449986, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1363001592", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 27 July 2024 13:27:16 +0000 (0:00:00.194) 0:01:46.539 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004766", "end": "2024-07-27 13:27:16.192429", "rc": 0, "start": "2024-07-27 13:27:16.187663" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 27 July 2024 13:27:16 +0000 (0:00:00.196) 0:01:46.736 ********* skipping: [sut] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 27 July 2024 13:27:16 +0000 (0:00:00.016) 0:01:46.753 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 27 July 2024 13:27:16 +0000 (0:00:00.193) 0:01:46.946 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 27 July 2024 13:27:16 +0000 (0:00:00.192) 0:01:47.139 ********* ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 27 July 2024 13:27:16 +0000 (0:00:00.187) 0:01:47.326 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 27 July 2024 13:27:16 +0000 (0:00:00.011) 0:01:47.337 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 27 July 2024 13:27:16 +0000 (0:00:00.009) 0:01:47.347 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 27 July 2024 13:27:16 +0000 (0:00:00.014) 0:01:47.362 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "6394efa8228342268950545fef3618cb-5.14.0-479.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-479.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-479.el9.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "16b1451234a84180ab2d4115cd9261f7-5.14.0-479.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-479.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-479.el9.x86_64", "root": "UUID=f1d2bc8f-ee92-4d94-8bd5-4abdbef0a7d3", "title": "CentOS Stream (5.14.0-479.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "16b1451234a84180ab2d4115cd9261f7-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-16b1451234a84180ab2d4115cd9261f7.img", "kernel": "/boot/vmlinuz-0-rescue-16b1451234a84180ab2d4115cd9261f7", "root": "UUID=f1d2bc8f-ee92-4d94-8bd5-4abdbef0a7d3", "title": "CentOS Stream (0-rescue-16b1451234a84180ab2d4115cd9261f7) 9" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cidtghq78s/tests/tests_add_rm.yml:74 Saturday 27 July 2024 13:27:17 +0000 (0:00:00.345) 0:01:47.707 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tests_add_rm.yml:81 Saturday 27 July 2024 13:27:17 +0000 (0:00:00.019) 0:01:47.727 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 27 July 2024 13:27:17 +0000 (0:00:00.039) 0:01:47.766 ********* included: /WORKDIR/git-weekly-cidtghq78s/.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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 27 July 2024 13:27:17 +0000 (0:00:00.010) 0:01:47.777 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 27 July 2024 13:27:17 +0000 (0:00:00.016) 0:01:47.793 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 27 July 2024 13:27:17 +0000 (0:00:00.010) 0:01:47.804 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 27 July 2024 13:27:17 +0000 (0:00:00.010) 0:01:47.814 ********* 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 27 July 2024 13:27:17 +0000 (0:00:00.017) 0:01:47.831 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 27 July 2024 13:27:17 +0000 (0:00:00.007) 0:01:47.838 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 27 July 2024 13:27:18 +0000 (0:00:00.826) 0:01:48.665 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086795.1875331, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1722086795.1865332, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2379816, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722086795.1865332, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "3246144377", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 27 July 2024 13:27:18 +0000 (0:00:00.195) 0:01:48.860 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 27 July 2024 13:27:18 +0000 (0:00:00.008) 0:01:48.868 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 27 July 2024 13:27:18 +0000 (0:00:00.006) 0:01:48.875 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 27 July 2024 13:27:18 +0000 (0:00:00.180) 0:01:49.055 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 27 July 2024 13:27:18 +0000 (0:00:00.022) 0:01:49.078 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086795.1875331, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1722086795.1865332, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2379816, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722086795.1865332, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "3246144377", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 27 July 2024 13:27:18 +0000 (0:00:00.196) 0:01:49.274 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722086737.4169738, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "833bf2e9a21cd4cfc20ddf29419355a254d9d1e6", "ctime": 1722086733.8449986, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 331350337, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722086733.8449986, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1363001592", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 27 July 2024 13:27:18 +0000 (0:00:00.198) 0:01:49.472 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004884", "end": "2024-07-27 13:27:19.122917", "rc": 0, "start": "2024-07-27 13:27:19.118033" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 27 July 2024 13:27:19 +0000 (0:00:00.196) 0:01:49.668 ********* skipping: [sut] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 27 July 2024 13:27:19 +0000 (0:00:00.017) 0:01:49.686 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 27 July 2024 13:27:19 +0000 (0:00:00.188) 0:01:49.875 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 27 July 2024 13:27:19 +0000 (0:00:00.190) 0:01:50.066 ********* 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-5.14.0-479.el9.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 27 July 2024 13:27:19 +0000 (0:00:00.423) 0:01:50.490 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 27 July 2024 13:27:19 +0000 (0:00:00.011) 0:01:50.501 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 27 July 2024 13:27:19 +0000 (0:00:00.010) 0:01:50.512 ********* 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 27 July 2024 13:27:19 +0000 (0:00:00.014) 0:01:50.526 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "16b1451234a84180ab2d4115cd9261f7-5.14.0-479.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-479.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-479.el9.x86_64", "root": "UUID=f1d2bc8f-ee92-4d94-8bd5-4abdbef0a7d3", "title": "CentOS Stream (5.14.0-479.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "16b1451234a84180ab2d4115cd9261f7-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-16b1451234a84180ab2d4115cd9261f7.img", "kernel": "/boot/vmlinuz-0-rescue-16b1451234a84180ab2d4115cd9261f7", "root": "UUID=f1d2bc8f-ee92-4d94-8bd5-4abdbef0a7d3", "title": "CentOS Stream (0-rescue-16b1451234a84180ab2d4115cd9261f7) 9" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-cidtghq78s/tests/tests_add_rm.yml:91 Saturday 27 July 2024 13:27:20 +0000 (0:00:00.297) 0:01:50.824 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-cidtghq78s/tests/tests_add_rm.yml:95 Saturday 27 July 2024 13:27:20 +0000 (0:00:00.021) 0:01:50.846 ********* changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-479.el9.x86_64_clone1" ], "delta": "0:00:00.049465", "end": "2024-07-27 13:27:20.529759", "failed_when_result": false, "item": 1, "rc": 1, "start": "2024-07-27 13:27:20.480294" } STDERR: The param /boot/vmlinuz-5.14.0-479.el9.x86_64_clone1 is incorrect MSG: non-zero return code changed: [sut] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-479.el9.x86_64_clone2" ], "delta": "0:00:00.049666", "end": "2024-07-27 13:27:20.752568", "failed_when_result": false, "item": 2, "rc": 1, "start": "2024-07-27 13:27:20.702902" } STDERR: The param /boot/vmlinuz-5.14.0-479.el9.x86_64_clone2 is incorrect MSG: non-zero return code 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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 27 July 2024 13:27:20 +0000 (0:00:00.454) 0:01:51.300 ********* 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.115498", "end": "2024-07-27 13:27:21.049901", "rc": 0, "start": "2024-07-27 13:27:20.934403" } STDOUT: args="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 27 July 2024 13:27:21 +0000 (0:00:00.295) 0:01:51.596 ********* included: /WORKDIR/git-weekly-cidtghq78s/.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-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 27 July 2024 13:27:21 +0000 (0:00:00.008) 0:01:51.604 ********* changed: [sut] => { "changed": true, "elapsed": 36, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 27 July 2024 13:27:58 +0000 (0:00:37.259) 0:02:28.864 ********* skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 27 July 2024 13:27:58 +0000 (0:00:00.008) 0:02:28.872 ********* ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* sut : ok=111 changed=14 unreachable=0 failed=0 skipped=80 rescued=0 ignored=0 Saturday 27 July 2024 13:27:58 +0000 (0:00:00.010) 0:02:28.883 ********* =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 44.82s /WORKDIR/git-weekly-cidtghq78s/.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 -- 37.26s /WORKDIR/git-weekly-cidtghq78s/.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 -- 37.14s /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.70s /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.17s /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.93s /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Clone test_kernel kernel and initrd for test purposes ------------------- 0.99s /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml:7 ----------------- Clone test_kernel kernel and initrd for test purposes ------------------- 0.89s /WORKDIR/git-weekly-cidtghq78s/tests/tasks/clone_kernel.yml:7 ----------------- fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.84s /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.83s /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.83s /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.80s /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Gather architecture facts ----------------------------------------------- 0.56s /WORKDIR/git-weekly-cidtghq78s/tests/tasks/skip_on_s390x.yml:3 ---------------- Remove cloned kernels --------------------------------------------------- 0.45s /WORKDIR/git-weekly-cidtghq78s/tests/tests_add_rm.yml:95 ---------------------- fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.44s /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.43s /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.42s /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.42s /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.42s /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.35s /WORKDIR/git-weekly-cidtghq78s/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---