# 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.6/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.6.8 (default, Oct 26 2022, 09:13:21) [GCC 8.5.0 20210514 (Red Hat 8.5.0-17)] 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_ntp_provider3.yml ********************************************** 1 plays in /WORKDIR/dist-git-timesync-weekly-ci-e82zarvq/tests/tests_ntp_provider3.yml PLAY [Configure NTP with ntp as current provider] ****************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-timesync-weekly-ci-e82zarvq/tests/tests_ntp_provider3.yml:2 Sunday 12 February 2023 07:50:17 +0000 (0:00:00.116) 0:00:00.116 ******* ok: [sut] TASK [Remove chrony] *********************************************************** task path: /WORKDIR/dist-git-timesync-weekly-ci-e82zarvq/tests/tests_ntp_provider3.yml:15 Sunday 12 February 2023 07:50:19 +0000 (0:00:01.500) 0:00:01.616 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: chrony-4.3-1.el9.x86_64" ] } TASK [Install ntp] ************************************************************* task path: /WORKDIR/dist-git-timesync-weekly-ci-e82zarvq/tests/tests_ntp_provider3.yml:20 Sunday 12 February 2023 07:50:21 +0000 (0:00:02.111) 0:00:03.727 ******* fatal: [sut]: FAILED! => { "changed": false, "failures": [ "No package ntp available." ], "rc": 1, "results": [] } MSG: Failed to install some of the specified packages ...ignoring META: ending play PLAY RECAP ********************************************************************* sut : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=1 Sunday 12 February 2023 07:50:22 +0000 (0:00:01.068) 0:00:04.795 ******* =============================================================================== Remove chrony ----------------------------------------------------------- 2.11s /WORKDIR/dist-git-timesync-weekly-ci-e82zarvq/tests/tests_ntp_provider3.yml:15 Gathering Facts --------------------------------------------------------- 1.50s /WORKDIR/dist-git-timesync-weekly-ci-e82zarvq/tests/tests_ntp_provider3.yml:2 - Install ntp ------------------------------------------------------------- 1.07s /WORKDIR/dist-git-timesync-weekly-ci-e82zarvq/tests/tests_ntp_provider3.yml:20 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.exceptions import InvalidSignature ---^---^---^---^---^---