# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_add_rm.yml ***************************************************** 1 plays in /WORKDIR/git-weekly-ciopf6nqhf/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tests_add_rm.yml:13 Saturday 24 February 2024 13:34:22 +0000 (0:00:00.012) 0:00:00.012 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:34:22 +0000 (0:00:00.025) 0:00:00.037 ***** included: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:34:22 +0000 (0:00:00.012) 0:00:00.050 ***** ok: [sut] TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 24 February 2024 13:34:23 +0000 (0:00:01.200) 0:00:01.251 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 24 February 2024 13:34:23 +0000 (0:00:00.275) 0:00:01.526 ***** ok: [sut] => { "ansible_facts": { "__bootloader_is_ostree": false }, "changed": false } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 24 February 2024 13:34:23 +0000 (0:00:00.021) 0:00:01.548 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:34:23 +0000 (0:00:00.030) 0:00:01.579 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 24 February 2024 13:34:26 +0000 (0:00:03.100) 0:00:04.679 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.273) 0:00:04.952 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.195) 0:00:05.148 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.029) 0:00:05.178 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708435823.619, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1708435951.192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 165518, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708435823.046, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "2970916140", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.213) 0:00:05.391 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.262) 0:00:05.653 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708435825.835, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "394a564056f732de652dc8512ae176147ae68cd0", "ctime": 1708435825.835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 357, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708435825.835, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6787, "uid": 0, "version": "1242571320", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.217) 0:00:05.871 ***** changed: [sut] => { "changed": true } MSG: 6 replacements made TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.201) 0:00:06.072 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.010) 0:00:06.082 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.007) 0:00:06.090 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.007) 0:00:06.097 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "a823f1da5e3e44a39c34659ce84102fb-6.7.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "root": "UUID=517e8efe-c126-4915-b889-dd0e107b9400", "title": "Fedora Linux (6.7.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "a823f1da5e3e44a39c34659ce84102fb-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a823f1da5e3e44a39c34659ce84102fb.img", "kernel": "/boot/vmlinuz-0-rescue-a823f1da5e3e44a39c34659ce84102fb", "root": "UUID=517e8efe-c126-4915-b889-dd0e107b9400", "title": "Fedora Linux (0-rescue-a823f1da5e3e44a39c34659ce84102fb) 38 (Thirty Eight)" } ] }, "changed": false } META: end_host conditional evaluated to false, continuing execution for sut META: ran handlers TASK [Clone kernel to Clone1] ************************************************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tests_add_rm.yml:29 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.504) 0:00:06.601 ***** included: /WORKDIR/git-weekly-ciopf6nqhf/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tasks/clone_kernel.yml:3 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.012) 0:00:06.614 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "a823f1da5e3e44a39c34659ce84102fb-6.7.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "root": "UUID=517e8efe-c126-4915-b889-dd0e107b9400", "title": "Fedora Linux (6.7.4-100.fc38.x86_64) 38 (Thirty Eight)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tasks/clone_kernel.yml:8 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.009) 0:00:06.624 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-6.7.4-100.fc38.x86_64', 'dest': '/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "07e5eaee2ecbe02b351e23cdbc7954b6199e59a2", "dest": "/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1", "src": "/boot/vmlinuz-6.7.4-100.fc38.x86_64" }, "md5sum": "903e178e5d1b463322f6b8ae00c3b0fd", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14806856, "src": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-6.7.4-100.fc38.x86_64.img', 'dest': '/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "8013b07b4ec317cde218ecb9881767196b88b0c7", "dest": "/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone1", "src": "/boot/initramfs-6.7.4-100.fc38.x86_64.img" }, "md5sum": "bbcf92602718082fcf4c07a5afba1476", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20390757, "src": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tasks/clone_kernel.yml:22 Saturday 24 February 2024 13:34:29 +0000 (0:00:00.966) 0:00:07.591 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:34:29 +0000 (0:00:00.017) 0:00:07.609 ***** included: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:34:29 +0000 (0:00:00.013) 0:00:07.623 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 24 February 2024 13:34:29 +0000 (0:00:00.009) 0:00:07.632 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 24 February 2024 13:34:29 +0000 (0:00:00.008) 0:00:07.641 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 24 February 2024 13:34:29 +0000 (0:00:00.009) 0:00:07.650 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:34:29 +0000 (0:00:00.018) 0:00:07.669 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 24 February 2024 13:34:32 +0000 (0:00:02.997) 0:00:10.666 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1 --initrd=/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 24 February 2024 13:34:33 +0000 (0:00:00.434) 0:00:11.101 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 24 February 2024 13:34:33 +0000 (0:00:00.193) 0:00:11.295 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 24 February 2024 13:34:33 +0000 (0:00:00.013) 0:00:11.309 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781667.627613, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1708435951.192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 165518, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708435823.046, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "2970916140", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 24 February 2024 13:34:33 +0000 (0:00:00.210) 0:00:11.519 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 24 February 2024 13:34:33 +0000 (0:00:00.199) 0:00:11.719 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781668.3226182, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "299a76081cd60076299351762a8cb119928c15cf", "ctime": 1708781668.3226182, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262285, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781668.3226182, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "366731362", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 24 February 2024 13:34:34 +0000 (0:00:00.219) 0:00:11.938 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 24 February 2024 13:34:34 +0000 (0:00:00.198) 0:00:12.137 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 24 February 2024 13:34:34 +0000 (0:00:00.009) 0:00:12.147 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 24 February 2024 13:34:34 +0000 (0:00:00.007) 0:00:12.154 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 24 February 2024 13:34:34 +0000 (0:00:00.007) 0:00:12.162 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 24 February 2024 13:34:34 +0000 (0:00:00.007) 0:00:12.169 ***** 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.152980", "end": "2024-02-24 13:34:34.843273", "rc": 0, "start": "2024-02-24 13:34:34.690293" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 24 February 2024 13:34:34 +0000 (0:00:00.421) 0:00:12.591 ***** included: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 24 February 2024 13:34:34 +0000 (0:00:00.009) 0:00:12.601 ***** changed: [sut] => { "changed": true, "elapsed": 39, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 24 February 2024 13:35:14 +0000 (0:00:39.887) 0:00:52.488 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 24 February 2024 13:35:14 +0000 (0:00:00.008) 0:00:52.497 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tasks/clone_kernel.yml:41 Saturday 24 February 2024 13:35:14 +0000 (0:00:00.010) 0:00:52.507 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tasks/clone_kernel.yml:45 Saturday 24 February 2024 13:35:14 +0000 (0:00:00.008) 0:00:52.515 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:35:14 +0000 (0:00:00.016) 0:00:52.531 ***** included: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:35:14 +0000 (0:00:00.025) 0:00:52.557 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 24 February 2024 13:35:14 +0000 (0:00:00.010) 0:00:52.567 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 24 February 2024 13:35:14 +0000 (0:00:00.007) 0:00:52.575 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 24 February 2024 13:35:14 +0000 (0:00:00.008) 0:00:52.583 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:35:14 +0000 (0:00:00.023) 0:00:52.607 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 24 February 2024 13:35:21 +0000 (0:00:06.334) 0:00:58.942 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 24 February 2024 13:35:21 +0000 (0:00:00.197) 0:00:59.139 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 24 February 2024 13:35:21 +0000 (0:00:00.193) 0:00:59.332 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 24 February 2024 13:35:21 +0000 (0:00:00.013) 0:00:59.346 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781674.8416667, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1708781674.8406668, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781674.8406668, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "1145654060", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 24 February 2024 13:35:21 +0000 (0:00:00.238) 0:00:59.585 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 24 February 2024 13:35:22 +0000 (0:00:00.201) 0:00:59.786 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781674.1726618, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "299a76081cd60076299351762a8cb119928c15cf", "ctime": 1708781668.3226182, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262285, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781668.3226182, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "366731362", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 24 February 2024 13:35:22 +0000 (0:00:00.213) 0:01:00.000 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 24 February 2024 13:35:22 +0000 (0:00:00.197) 0:01:00.197 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 24 February 2024 13:35:22 +0000 (0:00:00.009) 0:01:00.207 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 24 February 2024 13:35:22 +0000 (0:00:00.007) 0:01:00.214 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 24 February 2024 13:35:22 +0000 (0:00:00.007) 0:01:00.222 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet test=kernel", "default": false, "id": "f068d4ce00134a87bf9f0d177bf71130-6.7.4-100.fc38.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1", "root": "UUID=517e8efe-c126-4915-b889-dd0e107b9400", "title": "Clone1" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "a823f1da5e3e44a39c34659ce84102fb-6.7.4-100.fc38.x86_64", "index": "1", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "root": "UUID=517e8efe-c126-4915-b889-dd0e107b9400", "title": "Fedora Linux (6.7.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "a823f1da5e3e44a39c34659ce84102fb-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-a823f1da5e3e44a39c34659ce84102fb.img", "kernel": "/boot/vmlinuz-0-rescue-a823f1da5e3e44a39c34659ce84102fb", "root": "UUID=517e8efe-c126-4915-b889-dd0e107b9400", "title": "Fedora Linux (0-rescue-a823f1da5e3e44a39c34659ce84102fb) 38 (Thirty Eight)" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tests_add_rm.yml:35 Saturday 24 February 2024 13:35:22 +0000 (0:00:00.356) 0:01:00.578 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tests_add_rm.yml:47 Saturday 24 February 2024 13:35:22 +0000 (0:00:00.011) 0:01:00.590 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:35:22 +0000 (0:00:00.020) 0:01:00.610 ***** included: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:35:22 +0000 (0:00:00.010) 0:01:00.620 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 24 February 2024 13:35:22 +0000 (0:00:00.011) 0:01:00.631 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 24 February 2024 13:35:22 +0000 (0:00:00.008) 0:01:00.640 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 24 February 2024 13:35:22 +0000 (0:00:00.008) 0:01:00.649 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:35:22 +0000 (0:00:00.019) 0:01:00.669 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 24 February 2024 13:35:25 +0000 (0:00:02.976) 0:01:03.645 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 24 February 2024 13:35:26 +0000 (0:00:00.456) 0:01:04.101 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 24 February 2024 13:35:26 +0000 (0:00:00.193) 0:01:04.295 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 24 February 2024 13:35:26 +0000 (0:00:00.014) 0:01:04.309 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781674.8416667, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1708781674.8406668, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781674.8406668, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "1145654060", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 24 February 2024 13:35:26 +0000 (0:00:00.210) 0:01:04.519 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 24 February 2024 13:35:26 +0000 (0:00:00.200) 0:01:04.719 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781674.1726618, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "299a76081cd60076299351762a8cb119928c15cf", "ctime": 1708781668.3226182, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262285, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781668.3226182, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "366731362", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 24 February 2024 13:35:27 +0000 (0:00:00.213) 0:01:04.933 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 24 February 2024 13:35:27 +0000 (0:00:00.199) 0:01:05.132 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 24 February 2024 13:35:27 +0000 (0:00:00.008) 0:01:05.141 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 24 February 2024 13:35:27 +0000 (0:00:00.007) 0:01:05.148 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 24 February 2024 13:35:27 +0000 (0:00:00.007) 0:01:05.156 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "a823f1da5e3e44a39c34659ce84102fb-6.7.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "root": "UUID=517e8efe-c126-4915-b889-dd0e107b9400", "title": "Fedora Linux (6.7.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "a823f1da5e3e44a39c34659ce84102fb-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a823f1da5e3e44a39c34659ce84102fb.img", "kernel": "/boot/vmlinuz-0-rescue-a823f1da5e3e44a39c34659ce84102fb", "root": "UUID=517e8efe-c126-4915-b889-dd0e107b9400", "title": "Fedora Linux (0-rescue-a823f1da5e3e44a39c34659ce84102fb) 38 (Thirty Eight)" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tests_add_rm.yml:65 Saturday 24 February 2024 13:35:27 +0000 (0:00:00.314) 0:01:05.471 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tests_add_rm.yml:71 Saturday 24 February 2024 13:35:27 +0000 (0:00:00.010) 0:01:05.481 ***** included: /WORKDIR/git-weekly-ciopf6nqhf/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tasks/clone_kernel.yml:3 Saturday 24 February 2024 13:35:27 +0000 (0:00:00.013) 0:01:05.494 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "a823f1da5e3e44a39c34659ce84102fb-6.7.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "root": "UUID=517e8efe-c126-4915-b889-dd0e107b9400", "title": "Fedora Linux (6.7.4-100.fc38.x86_64) 38 (Thirty Eight)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tasks/clone_kernel.yml:8 Saturday 24 February 2024 13:35:27 +0000 (0:00:00.009) 0:01:05.504 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-6.7.4-100.fc38.x86_64', 'dest': '/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "07e5eaee2ecbe02b351e23cdbc7954b6199e59a2", "dest": "/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2", "src": "/boot/vmlinuz-6.7.4-100.fc38.x86_64" }, "md5sum": "903e178e5d1b463322f6b8ae00c3b0fd", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14806856, "src": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-6.7.4-100.fc38.x86_64.img', 'dest': '/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "8013b07b4ec317cde218ecb9881767196b88b0c7", "dest": "/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone2", "src": "/boot/initramfs-6.7.4-100.fc38.x86_64.img" }, "md5sum": "bbcf92602718082fcf4c07a5afba1476", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20390757, "src": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tasks/clone_kernel.yml:22 Saturday 24 February 2024 13:35:28 +0000 (0:00:00.797) 0:01:06.301 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:35:28 +0000 (0:00:00.010) 0:01:06.312 ***** included: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:35:28 +0000 (0:00:00.010) 0:01:06.323 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 24 February 2024 13:35:28 +0000 (0:00:00.008) 0:01:06.331 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 24 February 2024 13:35:28 +0000 (0:00:00.008) 0:01:06.340 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 24 February 2024 13:35:28 +0000 (0:00:00.007) 0:01:06.347 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:35:28 +0000 (0:00:00.022) 0:01:06.370 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 24 February 2024 13:35:31 +0000 (0:00:02.973) 0:01:09.343 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2 --initrd=/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 24 February 2024 13:35:32 +0000 (0:00:00.432) 0:01:09.776 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 24 February 2024 13:35:32 +0000 (0:00:00.195) 0:01:09.972 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 24 February 2024 13:35:32 +0000 (0:00:00.013) 0:01:09.986 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781674.8416667, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1708781674.8406668, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781674.8406668, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "1145654060", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 24 February 2024 13:35:32 +0000 (0:00:00.210) 0:01:10.196 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 24 February 2024 13:35:32 +0000 (0:00:00.201) 0:01:10.398 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781674.1726618, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "299a76081cd60076299351762a8cb119928c15cf", "ctime": 1708781668.3226182, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262285, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781668.3226182, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "366731362", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 24 February 2024 13:35:32 +0000 (0:00:00.214) 0:01:10.612 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 24 February 2024 13:35:33 +0000 (0:00:00.200) 0:01:10.813 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 24 February 2024 13:35:33 +0000 (0:00:00.009) 0:01:10.822 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 24 February 2024 13:35:33 +0000 (0:00:00.007) 0:01:10.829 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 24 February 2024 13:35:33 +0000 (0:00:00.007) 0:01:10.837 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 24 February 2024 13:35:33 +0000 (0:00:00.005) 0:01:10.843 ***** 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.151692", "end": "2024-02-24 13:35:33.444252", "rc": 0, "start": "2024-02-24 13:35:33.292560" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 24 February 2024 13:35:33 +0000 (0:00:00.348) 0:01:11.192 ***** included: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 24 February 2024 13:35:33 +0000 (0:00:00.007) 0:01:11.199 ***** changed: [sut] => { "changed": true, "elapsed": 38, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 24 February 2024 13:36:13 +0000 (0:00:39.761) 0:01:50.961 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 24 February 2024 13:36:13 +0000 (0:00:00.009) 0:01:50.970 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 24 February 2024 13:36:13 +0000 (0:00:00.009) 0:01:50.979 ***** 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.156158", "end": "2024-02-24 13:36:13.979930", "rc": 0, "start": "2024-02-24 13:36:13.823772" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 24 February 2024 13:36:13 +0000 (0:00:00.362) 0:01:51.342 ***** included: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 24 February 2024 13:36:13 +0000 (0:00:00.007) 0:01:51.350 ***** changed: [sut] => { "changed": true, "elapsed": 39, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 24 February 2024 13:36:53 +0000 (0:00:40.360) 0:02:31.710 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 24 February 2024 13:36:53 +0000 (0:00:00.009) 0:02:31.719 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tasks/clone_kernel.yml:41 Saturday 24 February 2024 13:36:54 +0000 (0:00:00.011) 0:02:31.731 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tasks/clone_kernel.yml:45 Saturday 24 February 2024 13:36:54 +0000 (0:00:00.008) 0:02:31.739 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:36:54 +0000 (0:00:00.016) 0:02:31.756 ***** included: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:36:54 +0000 (0:00:00.012) 0:02:31.768 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 24 February 2024 13:36:54 +0000 (0:00:00.008) 0:02:31.777 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 24 February 2024 13:36:54 +0000 (0:00:00.007) 0:02:31.784 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 24 February 2024 13:36:54 +0000 (0:00:00.007) 0:02:31.792 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:36:54 +0000 (0:00:00.018) 0:02:31.810 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 24 February 2024 13:37:00 +0000 (0:00:06.344) 0:02:38.155 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 24 February 2024 13:37:00 +0000 (0:00:00.199) 0:02:38.355 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 24 February 2024 13:37:00 +0000 (0:00:00.192) 0:02:38.548 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 24 February 2024 13:37:00 +0000 (0:00:00.013) 0:02:38.561 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781773.978838, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1708781773.976838, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781773.976838, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "3237891774", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 24 February 2024 13:37:01 +0000 (0:00:00.241) 0:02:38.803 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 24 February 2024 13:37:01 +0000 (0:00:00.207) 0:02:39.010 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781674.1726618, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "299a76081cd60076299351762a8cb119928c15cf", "ctime": 1708781668.3226182, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262285, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781668.3226182, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "366731362", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 24 February 2024 13:37:01 +0000 (0:00:00.217) 0:02:39.228 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 24 February 2024 13:37:01 +0000 (0:00:00.202) 0:02:39.430 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 24 February 2024 13:37:01 +0000 (0:00:00.009) 0:02:39.439 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 24 February 2024 13:37:01 +0000 (0:00:00.007) 0:02:39.447 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 24 February 2024 13:37:01 +0000 (0:00:00.007) 0:02:39.454 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "f068d4ce00134a87bf9f0d177bf71130-6.7.4-100.fc38.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2", "root": "UUID=517e8efe-c126-4915-b889-dd0e107b9400", "title": "Clone2" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "a823f1da5e3e44a39c34659ce84102fb-6.7.4-100.fc38.x86_64", "index": "1", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "root": "UUID=517e8efe-c126-4915-b889-dd0e107b9400", "title": "Fedora Linux (6.7.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "a823f1da5e3e44a39c34659ce84102fb-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-a823f1da5e3e44a39c34659ce84102fb.img", "kernel": "/boot/vmlinuz-0-rescue-a823f1da5e3e44a39c34659ce84102fb", "root": "UUID=517e8efe-c126-4915-b889-dd0e107b9400", "title": "Fedora Linux (0-rescue-a823f1da5e3e44a39c34659ce84102fb) 38 (Thirty Eight)" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tests_add_rm.yml:77 Saturday 24 February 2024 13:37:02 +0000 (0:00:00.356) 0:02:39.811 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tests_add_rm.yml:84 Saturday 24 February 2024 13:37:02 +0000 (0:00:00.010) 0:02:39.821 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:37:02 +0000 (0:00:00.026) 0:02:39.848 ***** included: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:37:02 +0000 (0:00:00.011) 0:02:39.859 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 24 February 2024 13:37:02 +0000 (0:00:00.008) 0:02:39.868 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 24 February 2024 13:37:02 +0000 (0:00:00.007) 0:02:39.876 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 24 February 2024 13:37:02 +0000 (0:00:00.007) 0:02:39.883 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:37:02 +0000 (0:00:00.018) 0:02:39.902 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 24 February 2024 13:37:05 +0000 (0:00:02.956) 0:02:42.858 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 24 February 2024 13:37:05 +0000 (0:00:00.453) 0:02:43.312 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 24 February 2024 13:37:05 +0000 (0:00:00.193) 0:02:43.506 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 24 February 2024 13:37:05 +0000 (0:00:00.014) 0:02:43.520 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781773.978838, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1708781773.976838, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781773.976838, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "3237891774", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 24 February 2024 13:37:06 +0000 (0:00:00.208) 0:02:43.728 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 24 February 2024 13:37:06 +0000 (0:00:00.198) 0:02:43.927 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781674.1726618, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "299a76081cd60076299351762a8cb119928c15cf", "ctime": 1708781668.3226182, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262285, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781668.3226182, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "366731362", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 24 February 2024 13:37:06 +0000 (0:00:00.208) 0:02:44.135 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 24 February 2024 13:37:06 +0000 (0:00:00.198) 0:02:44.334 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 24 February 2024 13:37:06 +0000 (0:00:00.009) 0:02:44.343 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 24 February 2024 13:37:06 +0000 (0:00:00.007) 0:02:44.351 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 24 February 2024 13:37:06 +0000 (0:00:00.007) 0:02:44.358 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "a823f1da5e3e44a39c34659ce84102fb-6.7.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "root": "UUID=517e8efe-c126-4915-b889-dd0e107b9400", "title": "Fedora Linux (6.7.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "a823f1da5e3e44a39c34659ce84102fb-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a823f1da5e3e44a39c34659ce84102fb.img", "kernel": "/boot/vmlinuz-0-rescue-a823f1da5e3e44a39c34659ce84102fb", "root": "UUID=517e8efe-c126-4915-b889-dd0e107b9400", "title": "Fedora Linux (0-rescue-a823f1da5e3e44a39c34659ce84102fb) 38 (Thirty Eight)" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tests_add_rm.yml:94 Saturday 24 February 2024 13:37:06 +0000 (0:00:00.309) 0:02:44.668 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/tests_add_rm.yml:100 Saturday 24 February 2024 13:37:06 +0000 (0:00:00.010) 0:02:44.679 ***** changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1" ], "delta": "0:00:00.050172", "end": "2024-02-24 13:37:07.179523", "failed_when_result": false, "item": 1, "rc": 1, "start": "2024-02-24 13:37:07.129351" } STDERR: The param /boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1 is incorrect MSG: non-zero return code changed: [sut] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2" ], "delta": "0:00:00.050654", "end": "2024-02-24 13:37:07.422552", "failed_when_result": false, "item": 2, "rc": 1, "start": "2024-02-24 13:37:07.371898" } STDERR: The param /boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2 is incorrect MSG: non-zero return code RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 24 February 2024 13:37:07 +0000 (0:00:00.490) 0:02:45.169 ***** 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.120106", "end": "2024-02-24 13:37:07.740884", "rc": 0, "start": "2024-02-24 13:37:07.620778" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 24 February 2024 13:37:07 +0000 (0:00:00.319) 0:02:45.488 ***** included: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 24 February 2024 13:37:07 +0000 (0:00:00.007) 0:02:45.496 ***** changed: [sut] => { "changed": true, "elapsed": 38, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 24 February 2024 13:37:46 +0000 (0:00:38.985) 0:03:24.482 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 24 February 2024 13:37:46 +0000 (0:00:00.007) 0:03:24.490 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=100 changed=16 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Saturday 24 February 2024 13:37:46 +0000 (0:00:00.009) 0:03:24.499 ***** =============================================================================== linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 40.36s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 39.89s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 39.76s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 38.99s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Ensure required packages are installed -- 15.78s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 5.97s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 2.98s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 2.96s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Collect bootloader facts ---------------- 1.22s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 linux-system-roles.bootloader : Ensure ansible_facts used by role ------- 1.20s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Clone test_kernel kernel and initrd for test purposes ------------------- 0.97s /WORKDIR/git-weekly-ciopf6nqhf/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.87s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Clone test_kernel kernel and initrd for test purposes ------------------- 0.80s /WORKDIR/git-weekly-ciopf6nqhf/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Fix default kernel boot parameters ------ 0.77s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.69s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.67s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.67s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg -------- 0.65s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.60s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 linux-system-roles.bootloader : Determine platform type ----------------- 0.58s /WORKDIR/git-weekly-ciopf6nqhf/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution fedora 38 on host sut should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/ 2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---