# 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-ciyyggodxt/.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-ciyyggodxt/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** TASK [Skip on s390x architecture] ********************************************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tests_add_rm.yml:13 Saturday 22 June 2024 19:03:50 +0000 (0:00:00.014) 0:00:00.014 ********* included: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/skip_on_s390x.yml for sut TASK [Gather architecture facts] *********************************************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/skip_on_s390x.yml:3 Saturday 22 June 2024 19:03:50 +0000 (0:00:00.010) 0:00:00.024 ********* ok: [sut] TASK [End host on s390x architecture] ****************************************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/skip_on_s390x.yml:8 Saturday 22 June 2024 19:03:52 +0000 (0:00:01.902) 0:00:01.927 ********* 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-ciyyggodxt/tests/tests_add_rm.yml:16 Saturday 22 June 2024 19:03:52 +0000 (0:00:00.002) 0:00:01.930 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 22 June 2024 19:03:52 +0000 (0:00:00.026) 0:00:01.956 ********* included: /WORKDIR/git-weekly-ciyyggodxt/.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 22 June 2024 19:03:52 +0000 (0:00:00.011) 0:00:01.967 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 22 June 2024 19:03:52 +0000 (0:00:00.017) 0:00:01.984 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 22 June 2024 19:03:52 +0000 (0:00:00.276) 0:00:02.261 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 22 June 2024 19:03:52 +0000 (0:00:00.015) 0:00:02.276 ********* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 22 June 2024 19:03:52 +0000 (0:00:00.022) 0:00:02.299 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 22 June 2024 19:03:52 +0000 (0:00:00.007) 0:00:02.307 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 22 June 2024 19:03:54 +0000 (0:00:01.612) 0:00:03.919 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1718880943.8660934, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e6fe4e5d2ca4a70405c4ae8eb7ec68aec89decbb", "ctime": 1718880549.1940935, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1280, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718880549.1940935, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "version": "2164516502", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 22 June 2024 19:03:54 +0000 (0:00:00.233) 0:00:04.152 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 22 June 2024 19:03:54 +0000 (0:00:00.009) 0:00:04.162 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 22 June 2024 19:03:54 +0000 (0:00:00.007) 0:00:04.169 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 22 June 2024 19:03:55 +0000 (0:00:00.211) 0:00:04.381 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 22 June 2024 19:03:55 +0000 (0:00:00.022) 0:00:04.404 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083034.7576425, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e6fe4e5d2ca4a70405c4ae8eb7ec68aec89decbb", "ctime": 1718880549.1940935, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1280, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718880549.1940935, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "version": "2164516502", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 22 June 2024 19:03:55 +0000 (0:00:00.233) 0:00:04.638 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1718879387.421, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "c245ec045827f106de95a3ffa3fa8dbc8c0b1ca1", "ctime": 1718879387.421, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 358, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1718879387.421, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6787, "uid": 0, "version": "2694684483", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 22 June 2024 19:03:55 +0000 (0:00:00.232) 0:00:04.870 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004973", "end": "2024-06-22 19:03:55.780071", "rc": 0, "start": "2024-06-22 19:03:55.775098" } 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 22 June 2024 19:03:55 +0000 (0:00:00.292) 0:00:05.163 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 22 June 2024 19:03:55 +0000 (0:00:00.019) 0:00:05.182 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 22 June 2024 19:03:56 +0000 (0:00:00.284) 0:00:05.467 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 22 June 2024 19:03:56 +0000 (0:00:00.225) 0:00:05.693 ********* ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 22 June 2024 19:03:56 +0000 (0:00:00.274) 0:00:05.967 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 22 June 2024 19:03:56 +0000 (0:00:00.013) 0:00:05.981 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 22 June 2024 19:03:56 +0000 (0:00:00.011) 0:00:05.992 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 22 June 2024 19:03:56 +0000 (0:00:00.016) 0:00:06.009 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "0af2b190b92143c6919c33428dd00d7a-6.9.4-200.fc40.x86_64", "index": "0", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (6.9.4-200.fc40.x86_64) 40 (Forty)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "0af2b190b92143c6919c33428dd00d7a-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-0af2b190b92143c6919c33428dd00d7a.img", "kernel": "/boot/vmlinuz-0-rescue-0af2b190b92143c6919c33428dd00d7a", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (0-rescue-0af2b190b92143c6919c33428dd00d7a) 40 (Forty)" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tests_add_rm.yml:22 Saturday 22 June 2024 19:03:57 +0000 (0:00:00.568) 0:00:06.577 ********* 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-ciyyggodxt/tests/tests_add_rm.yml:29 Saturday 22 June 2024 19:03:57 +0000 (0:00:00.002) 0:00:06.580 ********* META: triggered running handlers for sut TASK [Clone kernel to Clone1] ************************************************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tests_add_rm.yml:32 Saturday 22 June 2024 19:03:57 +0000 (0:00:00.001) 0:00:06.581 ********* included: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/clone_kernel.yml:3 Saturday 22 June 2024 19:03:57 +0000 (0:00:00.015) 0:00:06.596 ********* ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "0af2b190b92143c6919c33428dd00d7a-6.9.4-200.fc40.x86_64", "index": "0", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (6.9.4-200.fc40.x86_64) 40 (Forty)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/clone_kernel.yml:7 Saturday 22 June 2024 19:03:57 +0000 (0:00:00.027) 0:00:06.624 ********* changed: [sut] => (item={'src': '/boot/vmlinuz-6.9.4-200.fc40.x86_64', 'dest': '/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "bc715c26600bf68e63946af3340e9aa7088e1e97", "dest": "/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone1", "src": "/boot/vmlinuz-6.9.4-200.fc40.x86_64" }, "md5sum": "970779d402d662bedc218273eec72c93", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15890792, "src": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-6.9.4-200.fc40.x86_64.img', 'dest': '/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "508888eea6861b22aece25dd977b65673220b288", "dest": "/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone1", "src": "/boot/initramfs-6.9.4-200.fc40.x86_64.img" }, "md5sum": "52f04d937aa67944f1c95633c4423041", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 22541435, "src": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/clone_kernel.yml:21 Saturday 22 June 2024 19:03:58 +0000 (0:00:01.271) 0:00:07.896 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 22 June 2024 19:03:58 +0000 (0:00:00.021) 0:00:07.918 ********* included: /WORKDIR/git-weekly-ciyyggodxt/.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 22 June 2024 19:03:58 +0000 (0:00:00.010) 0:00:07.929 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 22 June 2024 19:03:58 +0000 (0:00:00.016) 0:00:07.945 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 22 June 2024 19:03:58 +0000 (0:00:00.010) 0:00:07.956 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 22 June 2024 19:03:58 +0000 (0:00:00.010) 0:00:07.967 ********* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 22 June 2024 19:03:58 +0000 (0:00:00.017) 0:00:07.985 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 22 June 2024 19:03:58 +0000 (0:00:00.007) 0:00:07.992 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 22 June 2024 19:04:00 +0000 (0:00:01.391) 0:00:09.384 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083034.7576425, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e6fe4e5d2ca4a70405c4ae8eb7ec68aec89decbb", "ctime": 1718880549.1940935, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1280, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718880549.1940935, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "version": "2164516502", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 22 June 2024 19:04:00 +0000 (0:00:00.228) 0:00:09.612 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 22 June 2024 19:04:00 +0000 (0:00:00.008) 0:00:09.620 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 22 June 2024 19:04:00 +0000 (0:00:00.007) 0:00:09.628 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 22 June 2024 19:04:00 +0000 (0:00:00.212) 0:00:09.840 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 22 June 2024 19:04:00 +0000 (0:00:00.022) 0:00:09.863 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083034.7576425, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e6fe4e5d2ca4a70405c4ae8eb7ec68aec89decbb", "ctime": 1718880549.1940935, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1280, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718880549.1940935, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "version": "2164516502", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 22 June 2024 19:04:00 +0000 (0:00:00.228) 0:00:10.091 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083036.3096502, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "2a655d31d873729c1fdd989aa47397a520f5ebec", "ctime": 1719083036.31165, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262220, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1719083036.3096502, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "3171563873", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 22 June 2024 19:04:00 +0000 (0:00:00.232) 0:00:10.324 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004885", "end": "2024-06-22 19:04:01.170564", "rc": 0, "start": "2024-06-22 19:04:01.165679" } 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 22 June 2024 19:04:01 +0000 (0:00:00.227) 0:00:10.552 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 22 June 2024 19:04:01 +0000 (0:00:00.019) 0:00:10.572 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 22 June 2024 19:04:01 +0000 (0:00:00.226) 0:00:10.798 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 22 June 2024 19:04:01 +0000 (0:00:00.226) 0:00:11.025 ********* 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-6.9.4-200.fc40.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-6.9.4-200.fc40.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 22 June 2024 19:04:02 +0000 (0:00:00.436) 0:00:11.462 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 22 June 2024 19:04:02 +0000 (0:00:00.013) 0:00:11.475 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 22 June 2024 19:04:02 +0000 (0:00:00.012) 0:00:11.488 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 22 June 2024 19:04:02 +0000 (0:00:00.016) 0:00:11.504 ********* skipping: [sut] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/clone_kernel.yml:36 Saturday 22 June 2024 19:04:02 +0000 (0:00:00.018) 0:00:11.523 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 22 June 2024 19:04:02 +0000 (0:00:00.002) 0:00:11.525 ********* 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.140617", "end": "2024-06-22 19:04:02.502076", "rc": 0, "start": "2024-06-22 19:04:02.361459" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb 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="crashkernel=auto net.ifnames=0 rhgb 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 crashkernel=auto net.ifnames=0 rhgb 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 22 June 2024 19:04:02 +0000 (0:00:00.359) 0:00:11.885 ********* included: /WORKDIR/git-weekly-ciyyggodxt/.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 22 June 2024 19:04:02 +0000 (0:00:00.010) 0:00:11.896 ********* changed: [sut] => { "changed": true, "elapsed": 37, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 22 June 2024 19:04:42 +0000 (0:00:40.093) 0:00:51.989 ********* skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 22 June 2024 19:04:42 +0000 (0:00:00.009) 0:00:51.998 ********* 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-ciyyggodxt/tests/tasks/clone_kernel.yml:39 Saturday 22 June 2024 19:04:42 +0000 (0:00:00.010) 0:00:52.008 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/clone_kernel.yml:43 Saturday 22 June 2024 19:04:42 +0000 (0:00:00.009) 0:00:52.018 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 22 June 2024 19:04:42 +0000 (0:00:00.032) 0:00:52.050 ********* included: /WORKDIR/git-weekly-ciyyggodxt/.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 22 June 2024 19:04:42 +0000 (0:00:00.011) 0:00:52.061 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 22 June 2024 19:04:42 +0000 (0:00:00.019) 0:00:52.081 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 22 June 2024 19:04:42 +0000 (0:00:00.013) 0:00:52.095 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 22 June 2024 19:04:42 +0000 (0:00:00.011) 0:00:52.106 ********* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 22 June 2024 19:04:42 +0000 (0:00:00.020) 0:00:52.127 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 22 June 2024 19:04:42 +0000 (0:00:00.009) 0:00:52.136 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 22 June 2024 19:04:45 +0000 (0:00:02.424) 0:00:54.560 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083042.50068, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1719083042.49968, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 149484, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1719083042.49768, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "2130973647", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 22 June 2024 19:04:45 +0000 (0:00:00.258) 0:00:54.818 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 22 June 2024 19:04:45 +0000 (0:00:00.009) 0:00:54.828 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 22 June 2024 19:04:45 +0000 (0:00:00.009) 0:00:54.837 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 22 June 2024 19:04:45 +0000 (0:00:00.210) 0:00:55.048 ********* ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 22 June 2024 19:04:45 +0000 (0:00:00.023) 0:00:55.071 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083042.50068, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1719083042.49968, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 149484, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1719083042.49768, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "2130973647", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 22 June 2024 19:04:45 +0000 (0:00:00.227) 0:00:55.299 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083040.9266725, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "2a655d31d873729c1fdd989aa47397a520f5ebec", "ctime": 1719083036.31165, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262220, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1719083036.3096502, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "3171563873", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 22 June 2024 19:04:46 +0000 (0:00:00.234) 0:00:55.533 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005405", "end": "2024-06-22 19:04:45.964420", "rc": 0, "start": "2024-06-22 19:04:45.959015" } 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 22 June 2024 19:04:46 +0000 (0:00:00.230) 0:00:55.764 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 22 June 2024 19:04:46 +0000 (0:00:00.018) 0:00:55.783 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 22 June 2024 19:04:46 +0000 (0:00:00.226) 0:00:56.009 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 22 June 2024 19:04:46 +0000 (0:00:00.225) 0:00:56.234 ********* ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 22 June 2024 19:04:47 +0000 (0:00:00.237) 0:00:56.472 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 22 June 2024 19:04:47 +0000 (0:00:00.012) 0:00:56.484 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 22 June 2024 19:04:47 +0000 (0:00:00.011) 0:00:56.496 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 22 June 2024 19:04:47 +0000 (0:00:00.016) 0:00:56.512 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8 test=kernel", "default": false, "id": "ec2ecbab11ab4338a3805297d49d03c6-6.9.4-200.fc40.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone1", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Clone1" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "0af2b190b92143c6919c33428dd00d7a-6.9.4-200.fc40.x86_64", "index": "1", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (6.9.4-200.fc40.x86_64) 40 (Forty)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "0af2b190b92143c6919c33428dd00d7a-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-0af2b190b92143c6919c33428dd00d7a.img", "kernel": "/boot/vmlinuz-0-rescue-0af2b190b92143c6919c33428dd00d7a", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (0-rescue-0af2b190b92143c6919c33428dd00d7a) 40 (Forty)" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tests_add_rm.yml:38 Saturday 22 June 2024 19:04:47 +0000 (0:00:00.369) 0:00:56.881 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tests_add_rm.yml:47 Saturday 22 June 2024 19:04:47 +0000 (0:00:00.022) 0:00:56.904 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 22 June 2024 19:04:47 +0000 (0:00:00.031) 0:00:56.936 ********* included: /WORKDIR/git-weekly-ciyyggodxt/.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 22 June 2024 19:04:47 +0000 (0:00:00.012) 0:00:56.948 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 22 June 2024 19:04:47 +0000 (0:00:00.019) 0:00:56.967 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 22 June 2024 19:04:47 +0000 (0:00:00.013) 0:00:56.981 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 22 June 2024 19:04:47 +0000 (0:00:00.012) 0:00:56.993 ********* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 22 June 2024 19:04:47 +0000 (0:00:00.021) 0:00:57.014 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 22 June 2024 19:04:47 +0000 (0:00:00.008) 0:00:57.023 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 22 June 2024 19:04:49 +0000 (0:00:01.387) 0:00:58.411 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083042.50068, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1719083042.49968, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 149484, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1719083042.49768, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "2130973647", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 22 June 2024 19:04:49 +0000 (0:00:00.225) 0:00:58.636 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 22 June 2024 19:04:49 +0000 (0:00:00.009) 0:00:58.645 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 22 June 2024 19:04:49 +0000 (0:00:00.008) 0:00:58.654 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 22 June 2024 19:04:49 +0000 (0:00:00.211) 0:00:58.865 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 22 June 2024 19:04:49 +0000 (0:00:00.023) 0:00:58.889 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083042.50068, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1719083042.49968, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 149484, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1719083042.49768, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "2130973647", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 22 June 2024 19:04:49 +0000 (0:00:00.225) 0:00:59.115 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083040.9266725, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "2a655d31d873729c1fdd989aa47397a520f5ebec", "ctime": 1719083036.31165, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262220, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1719083036.3096502, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "3171563873", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 22 June 2024 19:04:49 +0000 (0:00:00.228) 0:00:59.343 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005153", "end": "2024-06-22 19:04:50.097225", "rc": 0, "start": "2024-06-22 19:04:50.092072" } 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 22 June 2024 19:04:50 +0000 (0:00:00.233) 0:00:59.577 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 22 June 2024 19:04:50 +0000 (0:00:00.018) 0:00:59.596 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 22 June 2024 19:04:50 +0000 (0:00:00.220) 0:00:59.816 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 22 June 2024 19:04:50 +0000 (0:00:00.223) 0:01:00.040 ********* 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-6.9.4-200.fc40.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 22 June 2024 19:04:51 +0000 (0:00:00.447) 0:01:00.488 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 22 June 2024 19:04:51 +0000 (0:00:00.013) 0:01:00.502 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 22 June 2024 19:04:51 +0000 (0:00:00.012) 0:01:00.514 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 22 June 2024 19:04:51 +0000 (0:00:00.015) 0:01:00.530 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "0af2b190b92143c6919c33428dd00d7a-6.9.4-200.fc40.x86_64", "index": "0", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (6.9.4-200.fc40.x86_64) 40 (Forty)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "0af2b190b92143c6919c33428dd00d7a-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-0af2b190b92143c6919c33428dd00d7a.img", "kernel": "/boot/vmlinuz-0-rescue-0af2b190b92143c6919c33428dd00d7a", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (0-rescue-0af2b190b92143c6919c33428dd00d7a) 40 (Forty)" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tests_add_rm.yml:64 Saturday 22 June 2024 19:04:51 +0000 (0:00:00.324) 0:01:00.855 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tests_add_rm.yml:68 Saturday 22 June 2024 19:04:51 +0000 (0:00:00.023) 0:01:00.878 ********* included: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/clone_kernel.yml:3 Saturday 22 June 2024 19:04:51 +0000 (0:00:00.018) 0:01:00.896 ********* ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "0af2b190b92143c6919c33428dd00d7a-6.9.4-200.fc40.x86_64", "index": "0", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (6.9.4-200.fc40.x86_64) 40 (Forty)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/clone_kernel.yml:7 Saturday 22 June 2024 19:04:51 +0000 (0:00:00.023) 0:01:00.920 ********* changed: [sut] => (item={'src': '/boot/vmlinuz-6.9.4-200.fc40.x86_64', 'dest': '/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "bc715c26600bf68e63946af3340e9aa7088e1e97", "dest": "/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone2", "src": "/boot/vmlinuz-6.9.4-200.fc40.x86_64" }, "md5sum": "970779d402d662bedc218273eec72c93", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15890792, "src": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-6.9.4-200.fc40.x86_64.img', 'dest': '/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "508888eea6861b22aece25dd977b65673220b288", "dest": "/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone2", "src": "/boot/initramfs-6.9.4-200.fc40.x86_64.img" }, "md5sum": "52f04d937aa67944f1c95633c4423041", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 22541435, "src": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/clone_kernel.yml:21 Saturday 22 June 2024 19:04:52 +0000 (0:00:00.939) 0:01:01.859 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 22 June 2024 19:04:52 +0000 (0:00:00.023) 0:01:01.882 ********* included: /WORKDIR/git-weekly-ciyyggodxt/.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 22 June 2024 19:04:52 +0000 (0:00:00.012) 0:01:01.894 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 22 June 2024 19:04:52 +0000 (0:00:00.018) 0:01:01.913 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 22 June 2024 19:04:52 +0000 (0:00:00.010) 0:01:01.923 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 22 June 2024 19:04:52 +0000 (0:00:00.010) 0:01:01.934 ********* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 22 June 2024 19:04:52 +0000 (0:00:00.019) 0:01:01.953 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 22 June 2024 19:04:52 +0000 (0:00:00.008) 0:01:01.962 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 22 June 2024 19:04:54 +0000 (0:00:01.443) 0:01:03.405 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083042.50068, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1719083042.49968, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 149484, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1719083042.49768, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "2130973647", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 22 June 2024 19:04:54 +0000 (0:00:00.229) 0:01:03.635 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 22 June 2024 19:04:54 +0000 (0:00:00.009) 0:01:03.644 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 22 June 2024 19:04:54 +0000 (0:00:00.008) 0:01:03.653 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 22 June 2024 19:04:54 +0000 (0:00:00.212) 0:01:03.865 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 22 June 2024 19:04:54 +0000 (0:00:00.023) 0:01:03.888 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083042.50068, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1719083042.49968, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 149484, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1719083042.49768, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "2130973647", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 22 June 2024 19:04:54 +0000 (0:00:00.232) 0:01:04.121 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083040.9266725, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "2a655d31d873729c1fdd989aa47397a520f5ebec", "ctime": 1719083036.31165, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262220, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1719083036.3096502, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "3171563873", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 22 June 2024 19:04:55 +0000 (0:00:00.235) 0:01:04.357 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005992", "end": "2024-06-22 19:04:55.208120", "rc": 0, "start": "2024-06-22 19:04:55.202128" } 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 22 June 2024 19:04:55 +0000 (0:00:00.230) 0:01:04.588 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 22 June 2024 19:04:55 +0000 (0:00:00.018) 0:01:04.607 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 22 June 2024 19:04:55 +0000 (0:00:00.226) 0:01:04.834 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 22 June 2024 19:04:55 +0000 (0:00:00.228) 0:01:05.062 ********* 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-6.9.4-200.fc40.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-6.9.4-200.fc40.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 22 June 2024 19:04:56 +0000 (0:00:00.435) 0:01:05.498 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 22 June 2024 19:04:56 +0000 (0:00:00.012) 0:01:05.510 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 22 June 2024 19:04:56 +0000 (0:00:00.012) 0:01:05.523 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 22 June 2024 19:04:56 +0000 (0:00:00.017) 0:01:05.540 ********* skipping: [sut] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/clone_kernel.yml:36 Saturday 22 June 2024 19:04:56 +0000 (0:00:00.016) 0:01:05.556 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 22 June 2024 19:04:56 +0000 (0:00:00.001) 0:01:05.558 ********* 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.138753", "end": "2024-06-22 19:04:56.553153", "rc": 0, "start": "2024-06-22 19:04:56.414400" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb 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 crashkernel=auto net.ifnames=0 rhgb 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 crashkernel=auto net.ifnames=0 rhgb 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 22 June 2024 19:04:56 +0000 (0:00:00.375) 0:01:05.934 ********* included: /WORKDIR/git-weekly-ciyyggodxt/.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 22 June 2024 19:04:56 +0000 (0:00:00.010) 0:01:05.944 ********* changed: [sut] => { "changed": true, "elapsed": 35, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 22 June 2024 19:05:33 +0000 (0:00:36.554) 0:01:42.499 ********* skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 22 June 2024 19:05:33 +0000 (0:00:00.008) 0:01:42.508 ********* 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-ciyyggodxt/tests/tasks/clone_kernel.yml:39 Saturday 22 June 2024 19:05:33 +0000 (0:00:00.011) 0:01:42.519 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/clone_kernel.yml:43 Saturday 22 June 2024 19:05:33 +0000 (0:00:00.009) 0:01:42.529 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 22 June 2024 19:05:33 +0000 (0:00:00.033) 0:01:42.563 ********* included: /WORKDIR/git-weekly-ciyyggodxt/.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 22 June 2024 19:05:33 +0000 (0:00:00.012) 0:01:42.576 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 22 June 2024 19:05:33 +0000 (0:00:00.018) 0:01:42.595 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 22 June 2024 19:05:33 +0000 (0:00:00.012) 0:01:42.607 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 22 June 2024 19:05:33 +0000 (0:00:00.012) 0:01:42.620 ********* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 22 June 2024 19:05:33 +0000 (0:00:00.022) 0:01:42.642 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 22 June 2024 19:05:33 +0000 (0:00:00.007) 0:01:42.650 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 22 June 2024 19:05:35 +0000 (0:00:02.666) 0:01:45.317 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083096.5522478, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1719083096.5512478, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 203576, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1719083096.5492477, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "382411216", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 22 June 2024 19:05:36 +0000 (0:00:00.266) 0:01:45.584 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 22 June 2024 19:05:36 +0000 (0:00:00.009) 0:01:45.593 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 22 June 2024 19:05:36 +0000 (0:00:00.008) 0:01:45.602 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 22 June 2024 19:05:36 +0000 (0:00:00.231) 0:01:45.834 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 22 June 2024 19:05:36 +0000 (0:00:00.025) 0:01:45.859 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083096.5522478, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1719083096.5512478, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 203576, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1719083096.5492477, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "382411216", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 22 June 2024 19:05:36 +0000 (0:00:00.231) 0:01:46.090 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083040.9266725, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "2a655d31d873729c1fdd989aa47397a520f5ebec", "ctime": 1719083036.31165, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262220, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1719083036.3096502, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "3171563873", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 22 June 2024 19:05:36 +0000 (0:00:00.233) 0:01:46.323 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005130", "end": "2024-06-22 19:05:37.120682", "rc": 0, "start": "2024-06-22 19:05:37.115552" } 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 22 June 2024 19:05:37 +0000 (0:00:00.230) 0:01:46.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 22 June 2024 19:05:37 +0000 (0:00:00.019) 0:01:46.573 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 22 June 2024 19:05:37 +0000 (0:00:00.229) 0:01:46.802 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 22 June 2024 19:05:37 +0000 (0:00:00.220) 0:01:47.022 ********* ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 22 June 2024 19:05:37 +0000 (0:00:00.212) 0:01:47.235 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 22 June 2024 19:05:37 +0000 (0:00:00.013) 0:01:47.248 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 22 June 2024 19:05:37 +0000 (0:00:00.012) 0:01:47.260 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 22 June 2024 19:05:37 +0000 (0:00:00.016) 0:01:47.277 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec2ecbab11ab4338a3805297d49d03c6-6.9.4-200.fc40.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone2", "title": "Clone2" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "0af2b190b92143c6919c33428dd00d7a-6.9.4-200.fc40.x86_64", "index": "1", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (6.9.4-200.fc40.x86_64) 40 (Forty)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "0af2b190b92143c6919c33428dd00d7a-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-0af2b190b92143c6919c33428dd00d7a.img", "kernel": "/boot/vmlinuz-0-rescue-0af2b190b92143c6919c33428dd00d7a", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (0-rescue-0af2b190b92143c6919c33428dd00d7a) 40 (Forty)" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tests_add_rm.yml:74 Saturday 22 June 2024 19:05:38 +0000 (0:00:00.363) 0:01:47.640 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tests_add_rm.yml:81 Saturday 22 June 2024 19:05:38 +0000 (0:00:00.022) 0:01:47.662 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 22 June 2024 19:05:38 +0000 (0:00:00.039) 0:01:47.702 ********* included: /WORKDIR/git-weekly-ciyyggodxt/.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 22 June 2024 19:05:38 +0000 (0:00:00.011) 0:01:47.713 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 22 June 2024 19:05:38 +0000 (0:00:00.018) 0:01:47.732 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 22 June 2024 19:05:38 +0000 (0:00:00.011) 0:01:47.743 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 22 June 2024 19:05:38 +0000 (0:00:00.010) 0:01:47.754 ********* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 22 June 2024 19:05:38 +0000 (0:00:00.019) 0:01:47.773 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 22 June 2024 19:05:38 +0000 (0:00:00.007) 0:01:47.781 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 22 June 2024 19:05:39 +0000 (0:00:01.395) 0:01:49.176 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083096.5522478, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1719083096.5512478, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 203576, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1719083096.5492477, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "382411216", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 22 June 2024 19:05:40 +0000 (0:00:00.228) 0:01:49.404 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 22 June 2024 19:05:40 +0000 (0:00:00.009) 0:01:49.414 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 22 June 2024 19:05:40 +0000 (0:00:00.008) 0:01:49.423 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 22 June 2024 19:05:40 +0000 (0:00:00.212) 0:01:49.635 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 22 June 2024 19:05:40 +0000 (0:00:00.024) 0:01:49.660 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083096.5522478, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1719083096.5512478, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 203576, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1719083096.5492477, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "382411216", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 22 June 2024 19:05:40 +0000 (0:00:00.231) 0:01:49.891 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719083040.9266725, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "2a655d31d873729c1fdd989aa47397a520f5ebec", "ctime": 1719083036.31165, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262220, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1719083036.3096502, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "3171563873", "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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 22 June 2024 19:05:40 +0000 (0:00:00.227) 0:01:50.119 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.007989", "end": "2024-06-22 19:05:40.967794", "rc": 0, "start": "2024-06-22 19:05:40.959805" } 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 22 June 2024 19:05:40 +0000 (0:00:00.229) 0:01:50.348 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 22 June 2024 19:05:41 +0000 (0:00:00.019) 0:01:50.368 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 22 June 2024 19:05:41 +0000 (0:00:00.227) 0:01:50.595 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 22 June 2024 19:05:41 +0000 (0:00:00.224) 0:01:50.820 ********* 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-6.9.4-200.fc40.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 22 June 2024 19:05:41 +0000 (0:00:00.441) 0:01:51.261 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 22 June 2024 19:05:41 +0000 (0:00:00.012) 0:01:51.274 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 22 June 2024 19:05:41 +0000 (0:00:00.011) 0:01:51.285 ********* 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 22 June 2024 19:05:41 +0000 (0:00:00.016) 0:01:51.301 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "0af2b190b92143c6919c33428dd00d7a-6.9.4-200.fc40.x86_64", "index": "0", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (6.9.4-200.fc40.x86_64) 40 (Forty)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "0af2b190b92143c6919c33428dd00d7a-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-0af2b190b92143c6919c33428dd00d7a.img", "kernel": "/boot/vmlinuz-0-rescue-0af2b190b92143c6919c33428dd00d7a", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (0-rescue-0af2b190b92143c6919c33428dd00d7a) 40 (Forty)" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tests_add_rm.yml:91 Saturday 22 June 2024 19:05:42 +0000 (0:00:00.330) 0:01:51.632 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-ciyyggodxt/tests/tests_add_rm.yml:95 Saturday 22 June 2024 19:05:42 +0000 (0:00:00.022) 0:01:51.654 ********* changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone1" ], "delta": "0:00:00.047695", "end": "2024-06-22 19:05:42.533601", "failed_when_result": false, "item": 1, "rc": 1, "start": "2024-06-22 19:05:42.485906" } STDERR: The param /boot/vmlinuz-6.9.4-200.fc40.x86_64_clone1 is incorrect MSG: non-zero return code changed: [sut] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone2" ], "delta": "0:00:00.047810", "end": "2024-06-22 19:05:42.799228", "failed_when_result": false, "item": 2, "rc": 1, "start": "2024-06-22 19:05:42.751418" } STDERR: The param /boot/vmlinuz-6.9.4-200.fc40.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 22 June 2024 19:05:42 +0000 (0:00:00.525) 0:01:52.179 ********* 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.109263", "end": "2024-06-22 19:05:43.122414", "rc": 0, "start": "2024-06-22 19:05:43.013151" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb 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 crashkernel=auto net.ifnames=0 rhgb 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 crashkernel=auto net.ifnames=0 rhgb 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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 22 June 2024 19:05:43 +0000 (0:00:00.322) 0:01:52.502 ********* included: /WORKDIR/git-weekly-ciyyggodxt/.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-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 22 June 2024 19:05:43 +0000 (0:00:00.009) 0:01:52.512 ********* changed: [sut] => { "changed": true, "elapsed": 29, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 22 June 2024 19:06:14 +0000 (0:00:31.198) 0:02:23.711 ********* skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 22 June 2024 19:06:14 +0000 (0:00:00.009) 0:02:23.721 ********* 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 22 June 2024 19:06:14 +0000 (0:00:00.013) 0:02:23.734 ********* =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 40.09s /WORKDIR/git-weekly-ciyyggodxt/.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 -- 36.55s /WORKDIR/git-weekly-ciyyggodxt/.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 -- 31.20s /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.67s /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.42s /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Gather architecture facts ----------------------------------------------- 1.90s /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/skip_on_s390x.yml:3 ---------------- fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.61s /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.44s /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.40s /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.39s /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.39s /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Clone test_kernel kernel and initrd for test purposes ------------------- 1.27s /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/clone_kernel.yml:7 ----------------- Clone test_kernel kernel and initrd for test purposes ------------------- 0.94s /WORKDIR/git-weekly-ciyyggodxt/tests/tasks/clone_kernel.yml:7 ----------------- fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.57s /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Remove cloned kernels --------------------------------------------------- 0.53s /WORKDIR/git-weekly-ciyyggodxt/tests/tests_add_rm.yml:95 ---------------------- fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.45s /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.44s /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.44s /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.44s /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Fix default kernel boot parameters --- 0.38s /WORKDIR/git-weekly-ciyyggodxt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---