# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [test - local setup] ****************************************************** TASK [Debug ls] **************************************************************** ok: [127.0.0.1] => { "changed": false, "cmd": [ "ls", "-lR" ], "delta": "0:00:01.433850", "end": "2021-11-10 16:28:15.616461", "rc": 0, "start": "2021-11-10 16:28:14.182611" } STDOUT: .: total 20 drwxr-xr-x. 2 jenkins jenkins 40 Nov 10 16:13 roles drwxr-xr-x. 2 jenkins jenkins 25 Nov 10 16:13 tasks -rw-r--r--. 1 jenkins jenkins 3610 Nov 10 16:13 tests_certificate.yml -rw-r--r--. 1 jenkins jenkins 4202 Nov 10 16:13 tests_certificate_runafter.yml -rw-r--r--. 1 jenkins jenkins 1611 Nov 10 16:13 tests_config.yml -rw-r--r--. 1 jenkins jenkins 767 Nov 10 16:13 tests_default.yml ./roles: total 0 lrwxrwxrwx. 1 jenkins jenkins 5 Nov 10 16:13 linux-system-roles.cockpit -> ../.. ./tasks: total 4 -rw-r--r--. 1 jenkins jenkins 363 Nov 10 16:13 cleanup.yml TASK [Debug pwd] *************************************************************** ok: [127.0.0.1] => { "changed": false, "cmd": [ "pwd" ], "delta": "0:00:03.771682", "end": "2021-11-10 16:28:19.962227", "rc": 0, "start": "2021-11-10 16:28:16.190545" } STDOUT: /WORKDIR/dist-git-cockpit-test-ci-rhel7-extras-lxWV2X/tests TASK [Check the roles/linux-system-roles.certificate directory] **************** ok: [127.0.0.1] => { "changed": false, "stat": { "exists": false } } TASK [debug] ******************************************************************* ok: [127.0.0.1] => { "__cockpit_certificate_directory": { "changed": false, "failed": false, "stat": { "exists": false } } } TASK [Download current linux-system-roles.certificate] ************************* changed: [127.0.0.1] => { "after": "52866a726f7467e5144ce20c3a30a6ed9da0f59e", "before": null, "changed": true } PLAY [Install cockpit] ********************************************************* TASK [Gathering Facts] ********************************************************* ok: [sut] TASK [linux-system-roles.cockpit : Set version specific variables] ************* ok: [sut] => (item=/WORKDIR/dist-git-cockpit-test-ci-rhel7-extras-lxWV2X/vars/Fedora.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/dist-git-cockpit-test-ci-rhel7-extras-lxWV2X/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/dist-git-cockpit-test-ci-rhel7-extras-lxWV2X/vars/Fedora.yml" } TASK [linux-system-roles.cockpit : List active RHEL repositories] ************** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Enable RHEL repositories] ******************* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] *** included: /WORKDIR/dist-git-cockpit-test-ci-rhel7-extras-lxWV2X/tasks/setup-dnf.yml for sut TASK [linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] *** ok: [sut] => { "ansible_facts": { "cockpit_packages": "minimal" }, "changed": false } TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed.] *** fatal: [sut]: FAILED! => { "changed": false, "results": [] } MSG: Failed to download packages: Cannot download Packages/s/selinux-policy-3.14.6-39.fc33.noarch.rpm: All mirrors were tried to retry, use: --limit @/tmp/tests_certificate.retry PLAY RECAP ********************************************************************* 127.0.0.1 : ok=5 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 sut : ok=4 changed=0 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/gluetool/lib/python2.7/site-packages/ansible/parsing/vault/__init__.py:41: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. from cryptography.exceptions import InvalidSignature ---^---^---^---^---^---