# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci80vewi27/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in /WORKDIR/git-weekly-ci80vewi27/tests/tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci80vewi27/tests/tests_ssh.yml:2 Saturday 17 February 2024 09:11:10 +0000 (0:00:00.011) 0:00:00.011 ***** ok: [sut] TASK [Gather facts from sut] *************************************************** task path: /WORKDIR/git-weekly-ci80vewi27/tests/tests_ssh.yml:56 Saturday 17 February 2024 09:11:11 +0000 (0:00:00.999) 0:00:01.010 ***** ok: [sut] TASK [Print message that this test is skipped on EL 6] ************************* task path: /WORKDIR/git-weekly-ci80vewi27/tests/tests_ssh.yml:61 Saturday 17 February 2024 09:11:12 +0000 (0:00:00.772) 0:00:01.782 ***** skipping: [sut] => { "false_condition": "ansible_distribution in ['CentOS','RedHat']" } TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /WORKDIR/git-weekly-ci80vewi27/tests/tests_ssh.yml:71 Saturday 17 February 2024 09:11:12 +0000 (0:00:00.007) 0:00:01.790 ***** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /WORKDIR/git-weekly-ci80vewi27/tests/tests_ssh.yml:82 Saturday 17 February 2024 09:11:12 +0000 (0:00:00.003) 0:00:01.794 ***** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-ci80vewi27/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 17 February 2024 09:11:12 +0000 (0:00:00.018) 0:00:01.812 ***** included: /WORKDIR/git-weekly-ci80vewi27/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-ci80vewi27/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 17 February 2024 09:11:12 +0000 (0:00:00.011) 0:00:01.824 ***** skipping: [sut] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /WORKDIR/git-weekly-ci80vewi27/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 17 February 2024 09:11:12 +0000 (0:00:00.016) 0:00:01.841 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci80vewi27/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 17 February 2024 09:11:12 +0000 (0:00:00.289) 0:00:02.130 ***** ok: [sut] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /WORKDIR/git-weekly-ci80vewi27/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 17 February 2024 09:11:12 +0000 (0:00:00.013) 0:00:02.144 ***** fatal: [sut]: FAILED! => { "changed": false, "failures": [], "rc": 1, "results": [] } MSG: Depsolve Error occurred: Problem: problem with installed package sdubby-1.0-5.fc39.noarch - package sdubby-1.0-5.fc39.noarch from @System conflicts with grubby provided by grubby-8.40-72.fc39.x86_64 from fedora - package sdubby-1.0-4.fc39.noarch from fedora conflicts with grubby provided by grubby-8.40-72.fc39.x86_64 from fedora - package sdubby-1.0-5.fc39.noarch from updates conflicts with grubby provided by grubby-8.40-72.fc39.x86_64 from fedora - conflicting requests - package sdubby-1.0-5.fc39.noarch from @System conflicts with grubby provided by grubby-8.40-73.fc39.x86_64 from updates - package sdubby-1.0-4.fc39.noarch from fedora conflicts with grubby provided by grubby-8.40-73.fc39.x86_64 from updates - package sdubby-1.0-5.fc39.noarch from updates conflicts with grubby provided by grubby-8.40-73.fc39.x86_64 from updates TASK [If reboot is required - assert the expected fail message] **************** task path: /WORKDIR/git-weekly-ci80vewi27/tests/tests_ssh.yml:86 Saturday 17 February 2024 09:13:14 +0000 (0:02:02.145) 0:02:04.289 ***** fatal: [sut]: FAILED! => { "assertion": "'Reboot is required to apply changes.' in ansible_failed_result.msg", "changed": false, "evaluated_to": false } MSG: Assertion failed to retry, use: --limit @/tmp/tests_ssh.retry PLAY RECAP ********************************************************************* sut : ok=5 changed=0 unreachable=0 failed=1 skipped=2 rescued=1 ignored=0 Saturday 17 February 2024 09:13:14 +0000 (0:00:00.008) 0:02:04.298 ***** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ----------- 122.15s /WORKDIR/git-weekly-ci80vewi27/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.00s /WORKDIR/git-weekly-ci80vewi27/tests/tests_ssh.yml:2 -------------------------- Gather facts from sut --------------------------------------------------- 0.77s /WORKDIR/git-weekly-ci80vewi27/tests/tests_ssh.yml:56 ------------------------- fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.29s /WORKDIR/git-weekly-ci80vewi27/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Run the role. If reboot is not required - the play succeeds. ------------ 0.02s /WORKDIR/git-weekly-ci80vewi27/tests/tests_ssh.yml:82 ------------------------- fedora.linux_system_roles.kdump : Ensure ansible_facts used by role ----- 0.02s /WORKDIR/git-weekly-ci80vewi27/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 fedora.linux_system_roles.kdump : Set flag to indicate system is ostree --- 0.01s /WORKDIR/git-weekly-ci80vewi27/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 fedora.linux_system_roles.kdump : Ensure ansible_facts used by role ----- 0.01s /WORKDIR/git-weekly-ci80vewi27/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 If reboot is required - assert the expected fail message ---------------- 0.01s /WORKDIR/git-weekly-ci80vewi27/tests/tests_ssh.yml:86 ------------------------- Print message that this test is skipped on EL 6 ------------------------- 0.01s /WORKDIR/git-weekly-ci80vewi27/tests/tests_ssh.yml:61 ------------------------- Skip the test on EL 6 when control node == managed node ----------------- 0.00s /WORKDIR/git-weekly-ci80vewi27/tests/tests_ssh.yml:71 ------------------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---