# 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-ci9okh_8z7/.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-ci9okh_8z7/tests/tests_packages_full.yml PLAY [Test cockpit_packages: full] ********************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci9okh_8z7/tests/tests_packages_full.yml:2 Saturday 10 August 2024 12:53:49 +0000 (0:00:00.011) 0:00:00.011 ******* ok: [sut] TASK [Include cockpit role] **************************************************** task path: /WORKDIR/git-weekly-ci9okh_8z7/tests/tests_packages_full.yml:7 Saturday 10 August 2024 12:53:50 +0000 (0:00:00.942) 0:00:00.953 ******* 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-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2 Saturday 10 August 2024 12:53:50 +0000 (0:00:00.024) 0:00:00.978 ******* included: /WORKDIR/git-weekly-ci9okh_8z7/.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-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 Saturday 10 August 2024 12:53:50 +0000 (0:00:00.013) 0:00:00.991 ******* 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-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 Saturday 10 August 2024 12:53:50 +0000 (0:00:00.012) 0:00:01.004 ******* 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-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15 Saturday 10 August 2024 12:53:50 +0000 (0:00:00.239) 0:00:01.244 ******* 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-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22 Saturday 10 August 2024 12:53:50 +0000 (0:00:00.014) 0:00:01.259 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] *** task path: /WORKDIR/git-weekly-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27 Saturday 10 August 2024 12:53:51 +0000 (0:00:00.188) 0:00:01.447 ******* 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-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31 Saturday 10 August 2024 12:53:51 +0000 (0:00:00.014) 0:00:01.462 ******* ok: [sut] => (item=/WORKDIR/git-weekly-ci9okh_8z7/.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-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ci9okh_8z7/.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-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11 Saturday 10 August 2024 12:53:51 +0000 (0:00:00.013) 0:00:01.476 ******* 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-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18 Saturday 10 August 2024 12:53:51 +0000 (0:00:00.008) 0:00:01.484 ******* 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-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23 Saturday 10 August 2024 12:53:51 +0000 (0:00:00.008) 0:00:01.492 ******* included: /WORKDIR/git-weekly-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for sut => (item=/WORKDIR/git-weekly-ci9okh_8z7/.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-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2 Saturday 10 August 2024 12:53:51 +0000 (0:00:00.019) 0:00:01.512 ******* 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-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7 Saturday 10 August 2024 12:53:51 +0000 (0:00:00.013) 0:00:01.526 ******* 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-ci9okh_8z7/tests/tests_packages_full.yml:57 Saturday 10 August 2024 12:53:52 +0000 (0:00:00.832) 0:00:02.359 ******* included: /WORKDIR/git-weekly-ci9okh_8z7/tests/tasks/cleanup.yml for sut TASK [Cleanup - packages] ****************************************************** task path: /WORKDIR/git-weekly-ci9okh_8z7/tests/tasks/cleanup.yml:2 Saturday 10 August 2024 12:53:52 +0000 (0:00:00.014) 0:00:02.373 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Cleanup - services] ****************************************************** task path: /WORKDIR/git-weekly-ci9okh_8z7/tests/tasks/cleanup.yml:15 Saturday 10 August 2024 12:53:53 +0000 (0:00:01.833) 0:00:04.206 ******* 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-ci9okh_8z7/tests/tasks/cleanup.yml:25 Saturday 10 August 2024 12:53:53 +0000 (0:00:00.010) 0:00:04.217 ******* 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-ci9okh_8z7/tests/tasks/cleanup.yml:35 Saturday 10 August 2024 12:53:54 +0000 (0:00:00.233) 0:00:04.451 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Cleanup - config file] *************************************************** task path: /WORKDIR/git-weekly-ci9okh_8z7/tests/tasks/cleanup.yml:44 Saturday 10 August 2024 12:53:54 +0000 (0:00:00.007) 0:00:04.458 ******* ok: [sut] => { "changed": false, "path": "/etc/cockpit/cockpit.conf", "state": "absent" } TASK [Cleanup - port customization] ******************************************** task path: /WORKDIR/git-weekly-ci9okh_8z7/tests/tasks/cleanup.yml:52 Saturday 10 August 2024 12:53:54 +0000 (0:00:00.246) 0:00:04.705 ******* ok: [sut] => { "changed": false, "path": "/etc/systemd/system/cockpit.socket.d/", "state": "absent" } TASK [Cleanup - Reload systemd] ************************************************ task path: /WORKDIR/git-weekly-ci9okh_8z7/tests/tasks/cleanup.yml:60 Saturday 10 August 2024 12:53:54 +0000 (0:00:00.187) 0:00:04.892 ******* 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 10 August 2024 12:53:55 +0000 (0:00:00.642) 0:00:05.535 ******* =============================================================================== Cleanup - packages ------------------------------------------------------ 1.83s /WORKDIR/git-weekly-ci9okh_8z7/tests/tasks/cleanup.yml:2 ---------------------- Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-weekly-ci9okh_8z7/tests/tests_packages_full.yml:2 ---------------- fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. --- 0.83s /WORKDIR/git-weekly-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7 Cleanup - Reload systemd ------------------------------------------------ 0.64s /WORKDIR/git-weekly-ci9okh_8z7/tests/tasks/cleanup.yml:60 --------------------- Cleanup - config file --------------------------------------------------- 0.25s /WORKDIR/git-weekly-ci9okh_8z7/tests/tasks/cleanup.yml:44 --------------------- fedora.linux_system_roles.cockpit : Check if system is ostree ----------- 0.24s /WORKDIR/git-weekly-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 Cleanup - find certificates --------------------------------------------- 0.23s /WORKDIR/git-weekly-ci9okh_8z7/tests/tasks/cleanup.yml:25 --------------------- fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin --- 0.19s /WORKDIR/git-weekly-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22 Cleanup - port customization -------------------------------------------- 0.19s /WORKDIR/git-weekly-ci9okh_8z7/tests/tasks/cleanup.yml:52 --------------------- Include cockpit role ---------------------------------------------------- 0.02s /WORKDIR/git-weekly-ci9okh_8z7/tests/tests_packages_full.yml:7 ---------------- fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable --- 0.02s /WORKDIR/git-weekly-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23 fedora.linux_system_roles.cockpit : Set flag if transactional-update exists --- 0.01s /WORKDIR/git-weekly-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27 fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree --- 0.01s /WORKDIR/git-weekly-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15 Cleanup ----------------------------------------------------------------- 0.01s /WORKDIR/git-weekly-ci9okh_8z7/tests/tests_packages_full.yml:57 --------------- fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included --- 0.01s /WORKDIR/git-weekly-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2 fedora.linux_system_roles.cockpit : Set version specific variables ------ 0.01s /WORKDIR/git-weekly-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31 fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role --- 0.01s /WORKDIR/git-weekly-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2 fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.01s /WORKDIR/git-weekly-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 Cleanup - services ------------------------------------------------------ 0.01s /WORKDIR/git-weekly-ci9okh_8z7/tests/tasks/cleanup.yml:15 --------------------- fedora.linux_system_roles.cockpit : Enable RHEL repositories ------------ 0.01s /WORKDIR/git-weekly-ci9okh_8z7/.collection/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18 ---^---^---^---^---^--- # 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 ---^---^---^---^---^---