# 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, Jun 23 2022, 19:01:59) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] 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-ethtool-iaKcqr/tests/tests_ntp_provider3.yml PLAY [Configure NTP with ntp as current provider] ****************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-timesync-ethtool-iaKcqr/tests/tests_ntp_provider3.yml:1 Friday 30 September 2022 15:26:42 +0000 (0:00:00.039) 0:00:00.039 ****** ok: [sut] TASK [Remove chrony] *********************************************************** task path: /WORKDIR/dist-git-timesync-ethtool-iaKcqr/tests/tests_ntp_provider3.yml:11 Friday 30 September 2022 15:26:43 +0000 (0:00:00.806) 0:00:00.845 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: chrony-4.2-1.fc35.x86_64" ] } TASK [Install ntp] ************************************************************* task path: /WORKDIR/dist-git-timesync-ethtool-iaKcqr/tests/tests_ntp_provider3.yml:14 Friday 30 September 2022 15:26:47 +0000 (0:00:03.626) 0:00:04.472 ****** 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 Friday 30 September 2022 15:26:49 +0000 (0:00:02.738) 0:00:07.211 ****** =============================================================================== Remove chrony ----------------------------------------------------------- 3.63s /WORKDIR/dist-git-timesync-ethtool-iaKcqr/tests/tests_ntp_provider3.yml:11 ---- Install ntp ------------------------------------------------------------- 2.74s /WORKDIR/dist-git-timesync-ethtool-iaKcqr/tests/tests_ntp_provider3.yml:14 ---- Gathering Facts --------------------------------------------------------- 0.81s /WORKDIR/dist-git-timesync-ethtool-iaKcqr/tests/tests_ntp_provider3.yml:1 ----- ---^---^---^---^---^--- # 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 ---^---^---^---^---^---