# 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-cimbeuhg2n/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Skip on s390x architecture] ********************************************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tests_add_rm.yml:13 Saturday 10 August 2024 13:36:28 +0000 (0:00:00.013) 0:00:00.013 ******* included: /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/skip_on_s390x.yml for sut TASK [Gather architecture facts] *********************************************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/skip_on_s390x.yml:3 Saturday 10 August 2024 13:36:28 +0000 (0:00:00.021) 0:00:00.034 ******* ok: [sut] META: end_host conditional evaluated to false, continuing execution for sut TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tests_add_rm.yml:16 Saturday 10 August 2024 13:36:29 +0000 (0:00:00.531) 0:00:00.566 ******* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 August 2024 13:36:29 +0000 (0:00:00.030) 0:00:00.596 ******* included: /WORKDIR/git-weekly-cimbeuhg2n/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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 August 2024 13:36:29 +0000 (0:00:00.013) 0:00:00.610 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 August 2024 13:36:29 +0000 (0:00:00.009) 0:00:00.619 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 August 2024 13:36:29 +0000 (0:00:00.179) 0:00:00.799 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 August 2024 13:36:29 +0000 (0:00:00.011) 0:00:00.811 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Fail on s390x architecture] ************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 August 2024 13:36:29 +0000 (0:00:00.020) 0:00:00.831 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 August 2024 13:36:29 +0000 (0:00:00.008) 0:00:00.839 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } lsrpackages: grubby TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 August 2024 13:36:30 +0000 (0:00:00.599) 0:00:01.439 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1718881015.7736502, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8ab49c3273c7b6cc2f0f05364b562bad28973dd5", "ctime": 1718881011.4856503, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718881011.4826503, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 286, "uid": 0, "version": "22411331", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 10 August 2024 13:36:30 +0000 (0:00:00.132) 0:00:01.572 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:35 Saturday 10 August 2024 13:36:30 +0000 (0:00:00.009) 0:00:01.581 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:45 Saturday 10 August 2024 13:36:30 +0000 (0:00:00.007) 0:00:01.589 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 August 2024 13:36:30 +0000 (0:00:00.109) 0:00:01.699 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 Saturday 10 August 2024 13:36:30 +0000 (0:00:00.014) 0:00:01.713 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723296990.4652352, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8ab49c3273c7b6cc2f0f05364b562bad28973dd5", "ctime": 1718881011.4856503, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718881011.4826503, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 286, "uid": 0, "version": "22411331", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 August 2024 13:36:30 +0000 (0:00:00.125) 0:00:01.838 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1718880548.6646502, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "7d8dd2e2e9cc294b8a73fa9034b2304cde587a08", "ctime": 1718881171.2176502, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718880548.6706502, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5032, "uid": 0, "version": "22411319", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Saturday 10 August 2024 13:36:30 +0000 (0:00:00.131) 0:00:01.970 ******* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004366", "end": "2024-08-10 13:36:31.045613", "rc": 0, "start": "2024-08-10 13:36:31.041247" } TASK [linux-system-roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 10 August 2024 13:36:31 +0000 (0:00:00.166) 0:00:02.136 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 10 August 2024 13:36:31 +0000 (0:00:00.009) 0:00:02.146 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 Saturday 10 August 2024 13:36:31 +0000 (0:00:00.172) 0:00:02.319 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 Saturday 10 August 2024 13:36:31 +0000 (0:00:00.115) 0:00:02.434 ******* ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:115 Saturday 10 August 2024 13:36:31 +0000 (0:00:00.159) 0:00:02.594 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:127 Saturday 10 August 2024 13:36:31 +0000 (0:00:00.009) 0:00:02.603 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:135 Saturday 10 August 2024 13:36:31 +0000 (0:00:00.008) 0:00:02.611 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 Saturday 10 August 2024 13:36:31 +0000 (0:00:00.007) 0:00:02.619 ******* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": false, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "index": "2", "initrd": "/boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img", "kernel": "/boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)" }, { "default": false, "index": "3", "kernel": "non linux entry" } ] }, "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-cimbeuhg2n/tests/tests_add_rm.yml:32 Saturday 10 August 2024 13:36:32 +0000 (0:00:00.523) 0:00:03.143 ******* included: /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/clone_kernel.yml:3 Saturday 10 August 2024 13:36:32 +0000 (0:00:00.014) 0:00:03.157 ******* ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/clone_kernel.yml:8 Saturday 10 August 2024 13:36:32 +0000 (0:00:00.010) 0:00:03.167 ******* changed: [sut] => (item={'src': '/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64', 'dest': '/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "bcc96d540663b9b1764e12a7ab21389e0b9ceb0e", "dest": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1", "src": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64" }, "md5sum": "8d408037538856fa5672cf3f9da1ff35", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 7051880, "src": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img', 'dest': '/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a48b0c90c9b0dce76f2e1f4a861b7f3b00714982", "dest": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1", "src": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img" }, "md5sum": "dd570b9af2ecb0d8f046a071cd868a55", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20160196, "src": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/clone_kernel.yml:22 Saturday 10 August 2024 13:36:32 +0000 (0:00:00.609) 0:00:03.777 ******* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 August 2024 13:36:32 +0000 (0:00:00.019) 0:00:03.797 ******* included: /WORKDIR/git-weekly-cimbeuhg2n/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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 August 2024 13:36:32 +0000 (0:00:00.011) 0:00:03.808 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 August 2024 13:36:32 +0000 (0:00:00.010) 0:00:03.819 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 August 2024 13:36:32 +0000 (0:00:00.009) 0:00:03.828 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 August 2024 13:36:32 +0000 (0:00:00.009) 0:00:03.837 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Fail on s390x architecture] ************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 August 2024 13:36:32 +0000 (0:00:00.019) 0:00:03.857 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 August 2024 13:36:32 +0000 (0:00:00.008) 0:00:03.865 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } lsrpackages: grubby TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 August 2024 13:36:33 +0000 (0:00:00.343) 0:00:04.209 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723296990.4652352, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8ab49c3273c7b6cc2f0f05364b562bad28973dd5", "ctime": 1718881011.4856503, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718881011.4826503, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 286, "uid": 0, "version": "22411331", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 10 August 2024 13:36:33 +0000 (0:00:00.123) 0:00:04.332 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:35 Saturday 10 August 2024 13:36:33 +0000 (0:00:00.010) 0:00:04.343 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:45 Saturday 10 August 2024 13:36:33 +0000 (0:00:00.009) 0:00:04.352 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 August 2024 13:36:33 +0000 (0:00:00.118) 0:00:04.471 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 Saturday 10 August 2024 13:36:33 +0000 (0:00:00.014) 0:00:04.485 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723296990.4652352, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8ab49c3273c7b6cc2f0f05364b562bad28973dd5", "ctime": 1718881011.4856503, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718881011.4826503, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 286, "uid": 0, "version": "22411331", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 August 2024 13:36:33 +0000 (0:00:00.126) 0:00:04.612 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723296990.8632371, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "7d8dd2e2e9cc294b8a73fa9034b2304cde587a08", "ctime": 1718881171.2176502, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718880548.6706502, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5032, "uid": 0, "version": "22411319", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Saturday 10 August 2024 13:36:33 +0000 (0:00:00.148) 0:00:04.760 ******* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004275", "end": "2024-08-10 13:36:33.786822", "rc": 0, "start": "2024-08-10 13:36:33.782547" } TASK [linux-system-roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 10 August 2024 13:36:33 +0000 (0:00:00.117) 0:00:04.878 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 10 August 2024 13:36:33 +0000 (0:00:00.011) 0:00:04.889 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 Saturday 10 August 2024 13:36:33 +0000 (0:00:00.118) 0:00:05.007 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 Saturday 10 August 2024 13:36:34 +0000 (0:00:00.115) 0:00:05.123 ******* 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 --initrd=/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:115 Saturday 10 August 2024 13:36:34 +0000 (0:00:00.309) 0:00:05.433 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:127 Saturday 10 August 2024 13:36:34 +0000 (0:00:00.010) 0:00:05.443 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:135 Saturday 10 August 2024 13:36:34 +0000 (0:00:00.009) 0:00:05.452 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 Saturday 10 August 2024 13:36:34 +0000 (0:00:00.009) 0:00:05.461 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 10 August 2024 13:36:34 +0000 (0:00:00.007) 0:00:05.469 ******* 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.020233", "end": "2024-08-10 13:36:34.510494", "rc": 0, "start": "2024-08-10 13:36:34.490261" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 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_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 LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 10 August 2024 13:36:34 +0000 (0:00:00.132) 0:00:05.601 ******* included: /WORKDIR/git-weekly-cimbeuhg2n/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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 10 August 2024 13:36:34 +0000 (0:00:00.008) 0:00:05.610 ******* changed: [sut] => { "changed": true, "elapsed": 29, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 10 August 2024 13:37:04 +0000 (0:00:29.489) 0:00:35.099 ******* skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.008) 0:00:35.107 ******* 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-cimbeuhg2n/tests/tasks/clone_kernel.yml:41 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.011) 0:00:35.118 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/clone_kernel.yml:45 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.010) 0:00:35.129 ******* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.022) 0:00:35.151 ******* included: /WORKDIR/git-weekly-cimbeuhg2n/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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.012) 0:00:35.163 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.009) 0:00:35.172 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.009) 0:00:35.181 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.009) 0:00:35.191 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Fail on s390x architecture] ************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.020) 0:00:35.211 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.009) 0:00:35.221 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } lsrpackages: grubby TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.490) 0:00:35.712 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723296994.509255, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1723296994.5082548, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723296994.5082548, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "75813337", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.134) 0:00:35.846 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:35 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.010) 0:00:35.856 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:45 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.008) 0:00:35.865 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.113) 0:00:35.978 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 Saturday 10 August 2024 13:37:04 +0000 (0:00:00.014) 0:00:35.993 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723296994.509255, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1723296994.5082548, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723296994.5082548, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "75813337", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.124) 0:00:36.117 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723296994.4932547, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "8872cc65b1d7aed66393f0f22505dce4b94dfa33", "ctime": 1723296994.340254, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 168657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723296994.340254, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5845, "uid": 0, "version": "75813333", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.131) 0:00:36.249 ******* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004028", "end": "2024-08-10 13:37:05.272261", "rc": 0, "start": "2024-08-10 13:37:05.268233" } TASK [linux-system-roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.115) 0:00:36.365 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.011) 0:00:36.376 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.119) 0:00:36.495 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.118) 0:00:36.614 ******* ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:115 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.113) 0:00:36.727 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:127 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.010) 0:00:36.737 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:135 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.009) 0:00:36.747 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.008) 0:00:36.755 ******* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 test=kernel", "default": false, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "Clone1" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": true, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": false, "index": "2", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "index": "3", "initrd": "/boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img", "kernel": "/boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)" }, { "default": false, "index": "4", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tests_add_rm.yml:38 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.131) 0:00:36.887 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tests_add_rm.yml:50 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.012) 0:00:36.899 ******* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.027) 0:00:36.927 ******* included: /WORKDIR/git-weekly-cimbeuhg2n/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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.010) 0:00:36.938 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.010) 0:00:36.948 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.009) 0:00:36.957 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.008) 0:00:36.966 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Fail on s390x architecture] ************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.019) 0:00:36.986 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 August 2024 13:37:05 +0000 (0:00:00.007) 0:00:36.994 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } lsrpackages: grubby TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 August 2024 13:37:06 +0000 (0:00:00.347) 0:00:37.342 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723296994.509255, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1723296994.5082548, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723296994.5082548, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "75813337", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 10 August 2024 13:37:06 +0000 (0:00:00.124) 0:00:37.466 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:35 Saturday 10 August 2024 13:37:06 +0000 (0:00:00.010) 0:00:37.477 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:45 Saturday 10 August 2024 13:37:06 +0000 (0:00:00.009) 0:00:37.486 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 August 2024 13:37:06 +0000 (0:00:00.110) 0:00:37.597 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 Saturday 10 August 2024 13:37:06 +0000 (0:00:00.014) 0:00:37.611 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723296994.509255, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1723296994.5082548, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723296994.5082548, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "75813337", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 August 2024 13:37:06 +0000 (0:00:00.126) 0:00:37.738 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723296994.4932547, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "8872cc65b1d7aed66393f0f22505dce4b94dfa33", "ctime": 1723296994.340254, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 168657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723296994.340254, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5845, "uid": 0, "version": "75813333", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Saturday 10 August 2024 13:37:06 +0000 (0:00:00.128) 0:00:37.866 ******* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.003985", "end": "2024-08-10 13:37:06.894103", "rc": 0, "start": "2024-08-10 13:37:06.890118" } TASK [linux-system-roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 10 August 2024 13:37:06 +0000 (0:00:00.119) 0:00:37.986 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 10 August 2024 13:37:06 +0000 (0:00:00.011) 0:00:37.998 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 Saturday 10 August 2024 13:37:07 +0000 (0:00:00.113) 0:00:38.111 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 Saturday 10 August 2024 13:37:07 +0000 (0:00:00.114) 0:00:38.226 ******* 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-3.10.0-1160.119.1.el7.x86_64_clone1" ], "changed": true } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:115 Saturday 10 August 2024 13:37:07 +0000 (0:00:00.144) 0:00:38.371 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:127 Saturday 10 August 2024 13:37:07 +0000 (0:00:00.010) 0:00:38.381 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:135 Saturday 10 August 2024 13:37:07 +0000 (0:00:00.008) 0:00:38.389 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 Saturday 10 August 2024 13:37:07 +0000 (0:00:00.007) 0:00:38.397 ******* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": false, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "index": "2", "initrd": "/boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img", "kernel": "/boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)" }, { "default": false, "index": "3", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tests_add_rm.yml:68 Saturday 10 August 2024 13:37:07 +0000 (0:00:00.128) 0:00:38.526 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tests_add_rm.yml:74 Saturday 10 August 2024 13:37:07 +0000 (0:00:00.012) 0:00:38.538 ******* included: /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/clone_kernel.yml:3 Saturday 10 August 2024 13:37:07 +0000 (0:00:00.018) 0:00:38.557 ******* ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/clone_kernel.yml:8 Saturday 10 August 2024 13:37:07 +0000 (0:00:00.011) 0:00:38.568 ******* changed: [sut] => (item={'src': '/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64', 'dest': '/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "bcc96d540663b9b1764e12a7ab21389e0b9ceb0e", "dest": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2", "src": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64" }, "md5sum": "8d408037538856fa5672cf3f9da1ff35", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 7051880, "src": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img', 'dest': '/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a48b0c90c9b0dce76f2e1f4a861b7f3b00714982", "dest": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone2", "src": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img" }, "md5sum": "dd570b9af2ecb0d8f046a071cd868a55", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20160196, "src": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/clone_kernel.yml:22 Saturday 10 August 2024 13:37:07 +0000 (0:00:00.499) 0:00:39.068 ******* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.013) 0:00:39.082 ******* included: /WORKDIR/git-weekly-cimbeuhg2n/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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.011) 0:00:39.093 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.009) 0:00:39.102 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.007) 0:00:39.110 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.009) 0:00:39.119 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Fail on s390x architecture] ************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.019) 0:00:39.139 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.008) 0:00:39.147 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } lsrpackages: grubby TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.345) 0:00:39.492 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723296994.509255, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1723296994.5082548, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723296994.5082548, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "75813337", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.130) 0:00:39.623 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:35 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.010) 0:00:39.634 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:45 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.009) 0:00:39.643 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.113) 0:00:39.757 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.014) 0:00:39.771 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723296994.509255, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1723296994.5082548, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723296994.5082548, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "75813337", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.127) 0:00:39.899 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723297027.41984, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "7d8dd2e2e9cc294b8a73fa9034b2304cde587a08", "ctime": 1723297027.2748394, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723297027.2748394, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5032, "uid": 0, "version": "18446744071660225798", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Saturday 10 August 2024 13:37:08 +0000 (0:00:00.125) 0:00:40.025 ******* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004055", "end": "2024-08-10 13:37:09.050915", "rc": 0, "start": "2024-08-10 13:37:09.046860" } TASK [linux-system-roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 10 August 2024 13:37:09 +0000 (0:00:00.118) 0:00:40.143 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 10 August 2024 13:37:09 +0000 (0:00:00.011) 0:00:40.155 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 Saturday 10 August 2024 13:37:09 +0000 (0:00:00.116) 0:00:40.271 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 Saturday 10 August 2024 13:37:09 +0000 (0:00:00.114) 0:00:40.386 ******* 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 --initrd=/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:115 Saturday 10 August 2024 13:37:09 +0000 (0:00:00.143) 0:00:40.529 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:127 Saturday 10 August 2024 13:37:09 +0000 (0:00:00.010) 0:00:40.540 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:135 Saturday 10 August 2024 13:37:09 +0000 (0:00:00.009) 0:00:40.549 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 Saturday 10 August 2024 13:37:09 +0000 (0:00:00.008) 0:00:40.557 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 10 August 2024 13:37:09 +0000 (0:00:00.007) 0:00:40.565 ******* 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.016617", "end": "2024-08-10 13:37:09.601248", "rc": 0, "start": "2024-08-10 13:37:09.584631" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 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 LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 10 August 2024 13:37:09 +0000 (0:00:00.128) 0:00:40.693 ******* included: /WORKDIR/git-weekly-cimbeuhg2n/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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 10 August 2024 13:37:09 +0000 (0:00:00.008) 0:00:40.702 ******* changed: [sut] => { "changed": true, "elapsed": 21, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 10 August 2024 13:37:32 +0000 (0:00:22.387) 0:01:03.090 ******* skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 10 August 2024 13:37:32 +0000 (0:00:00.009) 0:01:03.099 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 10 August 2024 13:37:32 +0000 (0:00:00.010) 0:01:03.110 ******* 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.030111", "end": "2024-08-10 13:37:30.964794", "rc": 0, "start": "2024-08-10 13:37:30.934683" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 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 LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 10 August 2024 13:37:32 +0000 (0:00:00.168) 0:01:03.279 ******* included: /WORKDIR/git-weekly-cimbeuhg2n/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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 10 August 2024 13:37:32 +0000 (0:00:00.009) 0:01:03.288 ******* changed: [sut] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 10 August 2024 13:37:54 +0000 (0:00:22.722) 0:01:26.010 ******* skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 10 August 2024 13:37:54 +0000 (0:00:00.009) 0:01:26.020 ******* 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-cimbeuhg2n/tests/tasks/clone_kernel.yml:41 Saturday 10 August 2024 13:37:54 +0000 (0:00:00.012) 0:01:26.032 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/clone_kernel.yml:45 Saturday 10 August 2024 13:37:54 +0000 (0:00:00.010) 0:01:26.042 ******* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 August 2024 13:37:54 +0000 (0:00:00.022) 0:01:26.065 ******* included: /WORKDIR/git-weekly-cimbeuhg2n/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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 August 2024 13:37:54 +0000 (0:00:00.011) 0:01:26.076 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 August 2024 13:37:55 +0000 (0:00:00.010) 0:01:26.087 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 August 2024 13:37:55 +0000 (0:00:00.009) 0:01:26.096 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 August 2024 13:37:55 +0000 (0:00:00.009) 0:01:26.106 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Fail on s390x architecture] ************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 August 2024 13:37:55 +0000 (0:00:00.021) 0:01:26.127 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 August 2024 13:37:55 +0000 (0:00:00.009) 0:01:26.136 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } lsrpackages: grubby TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 August 2024 13:37:55 +0000 (0:00:00.483) 0:01:26.620 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723297050.9635005, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1723297050.9615004, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723297050.9615004, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "18446744071647198529", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 10 August 2024 13:37:55 +0000 (0:00:00.140) 0:01:26.760 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:35 Saturday 10 August 2024 13:37:55 +0000 (0:00:00.010) 0:01:26.771 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:45 Saturday 10 August 2024 13:37:55 +0000 (0:00:00.009) 0:01:26.780 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 August 2024 13:37:55 +0000 (0:00:00.110) 0:01:26.891 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 Saturday 10 August 2024 13:37:55 +0000 (0:00:00.016) 0:01:26.907 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723297050.9635005, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1723297050.9615004, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723297050.9615004, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "18446744071647198529", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 August 2024 13:37:55 +0000 (0:00:00.126) 0:01:27.034 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723297029.5868504, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "dd4a829b9057a88b4d1c0d9b50cfc16c28a1c3b5", "ctime": 1723297029.4338498, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 172601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723297029.4338498, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5233, "uid": 0, "version": "18446744071660225840", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.131) 0:01:27.165 ******* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.003741", "end": "2024-08-10 13:37:56.363592", "rc": 0, "start": "2024-08-10 13:37:56.359851" } TASK [linux-system-roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.116) 0:01:27.282 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.011) 0:01:27.293 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.117) 0:01:27.410 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.118) 0:01:27.529 ******* ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:115 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.114) 0:01:27.644 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:127 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.010) 0:01:27.654 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:135 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.009) 0:01:27.663 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.009) 0:01:27.672 ******* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone2", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2", "title": "Clone2" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": true, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": false, "index": "2", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "index": "3", "initrd": "/boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img", "kernel": "/boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)" }, { "default": false, "index": "4", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tests_add_rm.yml:80 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.134) 0:01:27.807 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tests_add_rm.yml:87 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.011) 0:01:27.818 ******* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.034) 0:01:27.853 ******* included: /WORKDIR/git-weekly-cimbeuhg2n/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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.010) 0:01:27.864 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.008) 0:01:27.872 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.009) 0:01:27.881 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.009) 0:01:27.891 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Fail on s390x architecture] ************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.019) 0:01:27.911 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 August 2024 13:37:56 +0000 (0:00:00.009) 0:01:27.920 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } lsrpackages: grubby TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 August 2024 13:37:57 +0000 (0:00:00.359) 0:01:28.279 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723297050.9635005, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1723297050.9615004, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723297050.9615004, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "18446744071647198529", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 10 August 2024 13:37:57 +0000 (0:00:00.124) 0:01:28.403 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:35 Saturday 10 August 2024 13:37:57 +0000 (0:00:00.010) 0:01:28.414 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:45 Saturday 10 August 2024 13:37:57 +0000 (0:00:00.007) 0:01:28.422 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 August 2024 13:37:57 +0000 (0:00:00.109) 0:01:28.531 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 Saturday 10 August 2024 13:37:57 +0000 (0:00:00.015) 0:01:28.547 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723297050.9635005, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1723297050.9615004, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723297050.9615004, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "18446744071647198529", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 August 2024 13:37:57 +0000 (0:00:00.126) 0:01:28.673 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723297029.5868504, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "dd4a829b9057a88b4d1c0d9b50cfc16c28a1c3b5", "ctime": 1723297029.4338498, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 172601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723297029.4338498, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5233, "uid": 0, "version": "18446744071660225840", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Saturday 10 August 2024 13:37:57 +0000 (0:00:00.136) 0:01:28.809 ******* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.003845", "end": "2024-08-10 13:37:57.877480", "rc": 0, "start": "2024-08-10 13:37:57.873635" } TASK [linux-system-roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 10 August 2024 13:37:57 +0000 (0:00:00.116) 0:01:28.926 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 10 August 2024 13:37:57 +0000 (0:00:00.011) 0:01:28.937 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 Saturday 10 August 2024 13:37:57 +0000 (0:00:00.115) 0:01:29.053 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 Saturday 10 August 2024 13:37:58 +0000 (0:00:00.117) 0:01:29.170 ******* 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-3.10.0-1160.119.1.el7.x86_64_clone2" ], "changed": true } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:115 Saturday 10 August 2024 13:37:58 +0000 (0:00:00.140) 0:01:29.311 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:127 Saturday 10 August 2024 13:37:58 +0000 (0:00:00.010) 0:01:29.321 ******* 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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:135 Saturday 10 August 2024 13:37:58 +0000 (0:00:00.008) 0:01:29.330 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 Saturday 10 August 2024 13:37:58 +0000 (0:00:00.007) 0:01:29.338 ******* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": false, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "index": "2", "initrd": "/boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img", "kernel": "/boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)" }, { "default": false, "index": "3", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tests_add_rm.yml:97 Saturday 10 August 2024 13:37:58 +0000 (0:00:00.124) 0:01:29.462 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/tests_add_rm.yml:103 Saturday 10 August 2024 13:37:58 +0000 (0:00:00.011) 0:01:29.474 ******* changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1" ], "delta": "0:00:00.012525", "end": "2024-08-10 13:37:58.503940", "failed_when_result": false, "item": 1, "rc": 0, "start": "2024-08-10 13:37:58.491415" } changed: [sut] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2" ], "delta": "0:00:00.014857", "end": "2024-08-10 13:37:58.621500", "failed_when_result": false, "item": 2, "rc": 0, "start": "2024-08-10 13:37:58.606643" } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 10 August 2024 13:37:58 +0000 (0:00:00.240) 0:01:29.715 ******* 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.016036", "end": "2024-08-10 13:37:58.748025", "rc": 0, "start": "2024-08-10 13:37:58.731989" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 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 LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 10 August 2024 13:37:58 +0000 (0:00:00.126) 0:01:29.841 ******* included: /WORKDIR/git-weekly-cimbeuhg2n/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-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 10 August 2024 13:37:58 +0000 (0:00:00.008) 0:01:29.850 ******* changed: [sut] => { "changed": true, "elapsed": 21, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 10 August 2024 13:38:20 +0000 (0:00:21.396) 0:01:51.246 ******* skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 10 August 2024 13:38:20 +0000 (0:00:00.009) 0:01:51.256 ******* ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=115 changed=15 unreachable=0 failed=0 skipped=81 rescued=0 ignored=0 Saturday 10 August 2024 13:38:20 +0000 (0:00:00.011) 0:01:51.267 ******* =============================================================================== linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 29.49s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 22.72s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 22.39s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 21.40s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Ensure required packages are installed --- 1.57s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Collect bootloader facts ---------------- 0.79s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 linux-system-roles.bootloader : Ensure required packages are installed --- 0.69s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Clone test_kernel kernel and initrd for test purposes ------------------- 0.61s /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/clone_kernel.yml:8 ----------------- Gather architecture facts ----------------------------------------------- 0.53s /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/skip_on_s390x.yml:3 ---------------- Clone test_kernel kernel and initrd for test purposes ------------------- 0.50s /WORKDIR/git-weekly-cimbeuhg2n/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.45s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.41s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.41s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg --- 0.40s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg -------- 0.39s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.39s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.38s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 linux-system-roles.bootloader : Ensure required packages are installed --- 0.36s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.35s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 linux-system-roles.bootloader : Ensure required packages are installed --- 0.35s /WORKDIR/git-weekly-cimbeuhg2n/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---