# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.17.2] 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.17/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ciyd56xg19/.collection executable location = /opt/ansible-2.17/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.17/bin/python) jinja version = 3.1.4 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_packages_full.yml ********************************************** 1 plays in /WORKDIR/git-weekly-ciyd56xg19/tests/tests_packages_full.yml PLAY [Test cockpit_packages: full] ********************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciyd56xg19/tests/tests_packages_full.yml:2 Saturday 03 August 2024 12:54:58 +0000 (0:00:00.011) 0:00:00.011 ******* ok: [sut] TASK [Include cockpit role] **************************************************** task path: /WORKDIR/git-weekly-ciyd56xg19/tests/tests_packages_full.yml:7 Saturday 03 August 2024 12:54:59 +0000 (0:00:00.919) 0:00:00.930 ******* included: fedora.linux_system_roles.cockpit for sut TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2 Saturday 03 August 2024 12:54:59 +0000 (0:00:00.035) 0:00:00.966 ******* included: /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 Saturday 03 August 2024 12:54:59 +0000 (0:00:00.017) 0:00:00.984 ******* skipping: [sut] => { "changed": false, "false_condition": "__cockpit_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 Saturday 03 August 2024 12:54:59 +0000 (0:00:00.014) 0:00:00.999 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15 Saturday 03 August 2024 12:55:00 +0000 (0:00:00.250) 0:00:01.250 ******* ok: [sut] => { "ansible_facts": { "__cockpit_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin] *** task path: /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22 Saturday 03 August 2024 12:55:00 +0000 (0:00:00.020) 0:00:01.271 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] *** task path: /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27 Saturday 03 August 2024 12:55:00 +0000 (0:00:00.195) 0:00:01.466 ******* ok: [sut] => { "ansible_facts": { "__cockpit_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ****** task path: /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31 Saturday 03 August 2024 12:55:00 +0000 (0:00:00.017) 0:00:01.484 ******* ok: [sut] => (item=/WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-10.yml) => { "ansible_facts": { "__cockpit_packages": { "default": "{{ __cockpit_packages_minimal + __cockpit_packages_default }}", "full": "{{ __cockpit_packages_minimal + __cockpit_packages_default + __cockpit_packages_full }}", "minimal": "{{ __cockpit_packages_minimal }}" }, "__cockpit_packages_default": [ "cockpit", "cockpit-networkmanager", "cockpit-packagekit", "cockpit-selinux", "cockpit-storaged" ], "__cockpit_packages_exclude": [ "cockpit-docker", "cockpit-ostree", "cockpit-tests" ], "__cockpit_packages_full": [ "cockpit-*" ], "__cockpit_packages_minimal": [ "cockpit-system", "cockpit-ws" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-10.yml" } TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] ******* task path: /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11 Saturday 03 August 2024 12:55:00 +0000 (0:00:00.015) 0:00:01.500 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'RedHat'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************ task path: /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18 Saturday 03 August 2024 12:55:00 +0000 (0:00:00.008) 0:00:01.508 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'RedHat'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] *** task path: /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23 Saturday 03 August 2024 12:55:00 +0000 (0:00:00.008) 0:00:01.516 ******* included: /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for sut => (item=/WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml) TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] *** task path: /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2 Saturday 03 August 2024 12:55:00 +0000 (0:00:00.019) 0:00:01.536 ******* ok: [sut] => { "ansible_facts": { "cockpit_packages": "full" }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] *** task path: /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7 Saturday 03 August 2024 12:55:00 +0000 (0:00:00.013) 0:00:01.550 ******* fatal: [sut]: FAILED! => { "changed": false, "failures": [], "rc": 1, "results": [] } MSG: Depsolve Error occurred: Problem: conflicting requests - nothing provides firefox needed by cockpit-CoreOS-cockpit-Sanity-atomic-host-ostree-sanity-1.0-16.noarch from beaker-tasks - nothing provides xorg-x11-server-Xvfb needed by cockpit-CoreOS-cockpit-Sanity-atomic-host-ostree-sanity-1.0-16.noarch from beaker-tasks TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciyd56xg19/tests/tests_packages_full.yml:57 Saturday 03 August 2024 12:55:01 +0000 (0:00:00.693) 0:00:02.243 ******* included: /WORKDIR/git-weekly-ciyd56xg19/tests/tasks/cleanup.yml for sut TASK [Cleanup - packages] ****************************************************** task path: /WORKDIR/git-weekly-ciyd56xg19/tests/tasks/cleanup.yml:2 Saturday 03 August 2024 12:55:01 +0000 (0:00:00.015) 0:00:02.258 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Cleanup - services] ****************************************************** task path: /WORKDIR/git-weekly-ciyd56xg19/tests/tasks/cleanup.yml:15 Saturday 03 August 2024 12:55:01 +0000 (0:00:00.595) 0:00:02.854 ******* skipping: [sut] => { "changed": false, "false_condition": "__cockpit_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Cleanup - find certificates] ********************************************* task path: /WORKDIR/git-weekly-ciyd56xg19/tests/tasks/cleanup.yml:25 Saturday 03 August 2024 12:55:01 +0000 (0:00:00.012) 0:00:02.866 ******* ok: [sut] => { "changed": false, "examined": 0, "files": [], "matched": 0, "skipped_paths": { "/etc/cockpit/ws-certs.d/": "'/etc/cockpit/ws-certs.d/' is not a directory" } } MSG: Not all paths examined, check warnings for details TASK [Cleanup - certificates] ************************************************** task path: /WORKDIR/git-weekly-ciyd56xg19/tests/tasks/cleanup.yml:35 Saturday 03 August 2024 12:55:02 +0000 (0:00:00.254) 0:00:03.121 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Cleanup - config file] *************************************************** task path: /WORKDIR/git-weekly-ciyd56xg19/tests/tasks/cleanup.yml:44 Saturday 03 August 2024 12:55:02 +0000 (0:00:00.008) 0:00:03.129 ******* ok: [sut] => { "changed": false, "path": "/etc/cockpit/cockpit.conf", "state": "absent" } TASK [Cleanup - port customization] ******************************************** task path: /WORKDIR/git-weekly-ciyd56xg19/tests/tasks/cleanup.yml:52 Saturday 03 August 2024 12:55:02 +0000 (0:00:00.263) 0:00:03.392 ******* ok: [sut] => { "changed": false, "path": "/etc/systemd/system/cockpit.socket.d/", "state": "absent" } TASK [Cleanup - Reload systemd] ************************************************ task path: /WORKDIR/git-weekly-ciyd56xg19/tests/tasks/cleanup.yml:60 Saturday 03 August 2024 12:55:02 +0000 (0:00:00.197) 0:00:03.590 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } to retry, use: --limit @/tmp/tests_packages_full.retry PLAY RECAP ********************************************************************* sut : ok=16 changed=0 unreachable=0 failed=1 skipped=5 rescued=0 ignored=0 Saturday 03 August 2024 12:55:03 +0000 (0:00:00.674) 0:00:04.265 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 0.92s /WORKDIR/git-weekly-ciyd56xg19/tests/tests_packages_full.yml:2 ---------------- fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. --- 0.69s /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7 Cleanup - Reload systemd ------------------------------------------------ 0.67s /WORKDIR/git-weekly-ciyd56xg19/tests/tasks/cleanup.yml:60 --------------------- Cleanup - packages ------------------------------------------------------ 0.60s /WORKDIR/git-weekly-ciyd56xg19/tests/tasks/cleanup.yml:2 ---------------------- Cleanup - config file --------------------------------------------------- 0.26s /WORKDIR/git-weekly-ciyd56xg19/tests/tasks/cleanup.yml:44 --------------------- Cleanup - find certificates --------------------------------------------- 0.25s /WORKDIR/git-weekly-ciyd56xg19/tests/tasks/cleanup.yml:25 --------------------- fedora.linux_system_roles.cockpit : Check if system is ostree ----------- 0.25s /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 Cleanup - port customization -------------------------------------------- 0.20s /WORKDIR/git-weekly-ciyd56xg19/tests/tasks/cleanup.yml:52 --------------------- fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin --- 0.20s /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22 Include cockpit role ---------------------------------------------------- 0.04s /WORKDIR/git-weekly-ciyd56xg19/tests/tests_packages_full.yml:7 ---------------- fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree --- 0.02s /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15 fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable --- 0.02s /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23 fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role --- 0.02s /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2 fedora.linux_system_roles.cockpit : Set flag if transactional-update exists --- 0.02s /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27 fedora.linux_system_roles.cockpit : Set version specific variables ------ 0.02s /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31 Cleanup ----------------------------------------------------------------- 0.02s /WORKDIR/git-weekly-ciyd56xg19/tests/tests_packages_full.yml:57 --------------- fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.01s /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included --- 0.01s /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2 Cleanup - services ------------------------------------------------------ 0.01s /WORKDIR/git-weekly-ciyd56xg19/tests/tasks/cleanup.yml:15 --------------------- fedora.linux_system_roles.cockpit : List active RHEL repositories ------- 0.01s /WORKDIR/git-weekly-ciyd56xg19/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11 ---^---^---^---^---^--- # 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. [WARNING]: Platform linux on host sut is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. [WARNING]: Skipped '/etc/cockpit/ws-certs.d/' path due to this access issue: '/etc/cockpit/ws-certs.d/' is not a directory ---^---^---^---^---^---