# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.14.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.14/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection executable location = /opt/ansible-2.14/bin/ansible-playbook python version = 3.9.13 (main, Jun 24 2022, 15:32:51) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] (/opt/ansible-2.14/bin/python3.9) jinja version = 3.1.2 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_provider_nm.yml ************************************************ 2 plays in /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_provider_nm.yml PLAY [Run playbook 'playbooks/tests_provider.yml' with nm as provider] ********* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_provider_nm.yml:5 Sunday 12 February 2023 04:06:42 +0000 (0:00:01.504) 0:00:01.504 ******* ok: [sut] TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_provider_nm.yml:8 Sunday 12 February 2023 04:06:50 +0000 (0:00:07.534) 0:00:09.038 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/el_repo_setup.yml:2 Sunday 12 February 2023 04:06:50 +0000 (0:00:00.856) 0:00:09.894 ******* ok: [sut] TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/el_repo_setup.yml:13 Sunday 12 February 2023 04:06:54 +0000 (0:00:03.028) 0:00:12.991 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/el_repo_setup.yml:38 Sunday 12 February 2023 04:06:54 +0000 (0:00:00.858) 0:00:13.850 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/enable_epel.yml:4 Sunday 12 February 2023 04:06:55 +0000 (0:00:00.854) 0:00:14.704 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/enable_epel.yml:19 Sunday 12 February 2023 04:06:56 +0000 (0:00:00.486) 0:00:15.191 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/enable_epel.yml:23 Sunday 12 February 2023 04:06:57 +0000 (0:00:00.828) 0:00:16.019 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/enable_epel.yml:30 Sunday 12 February 2023 04:06:57 +0000 (0:00:00.686) 0:00:16.706 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_provider_nm.yml:9 Sunday 12 February 2023 04:06:58 +0000 (0:00:00.618) 0:00:17.324 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } TASK [Install NetworkManager] ************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_provider_nm.yml:16 Sunday 12 February 2023 04:06:58 +0000 (0:00:00.400) 0:00:17.724 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Get NetworkManager version] ********************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_provider_nm.yml:20 Sunday 12 February 2023 04:07:04 +0000 (0:00:05.806) 0:00:23.531 ******* changed: [sut] => { "changed": true, "cmd": [ "rpm", "-q", "--qf", "%{version}", "NetworkManager" ], "delta": "0:00:00.011408", "end": "2023-02-12 04:07:12.277795", "rc": 0, "start": "2023-02-12 04:07:12.266387" } STDOUT: 1.41.90 PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_provider.yml:3 Sunday 12 February 2023 04:07:13 +0000 (0:00:09.251) 0:00:32.782 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show playbook name] ****************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_provider.yml:10 Sunday 12 February 2023 04:07:16 +0000 (0:00:02.747) 0:00:35.530 ******* skipping: [sut] => {} TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_provider.yml:18 Sunday 12 February 2023 04:07:19 +0000 (0:00:02.533) 0:00:38.063 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=7 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Sunday 12 February 2023 04:07:21 +0000 (0:00:02.430) 0:00:40.494 ******* =============================================================================== Get NetworkManager version ---------------------------------------------- 9.25s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_provider_nm.yml:20 --- Gathering Facts --------------------------------------------------------- 7.53s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_provider_nm.yml:5 ---- Install NetworkManager -------------------------------------------------- 5.81s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_provider_nm.yml:16 --- Gather the minimum subset of ansible_facts required by the network role test --- 3.03s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/el_repo_setup.yml:2 -- Gathering Facts --------------------------------------------------------- 2.75s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_provider.yml:3 Show playbook name ------------------------------------------------------ 2.53s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_provider.yml:10 include_tasks ----------------------------------------------------------- 2.43s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_provider.yml:18 include_tasks ----------------------------------------------------------- 0.92s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_provider_nm.yml:8 ---- Fix CentOS6 Base repo --------------------------------------------------- 0.86s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/el_repo_setup.yml:13 - include_tasks ----------------------------------------------------------- 0.85s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/el_repo_setup.yml:38 - Enable EPEL 7 ----------------------------------------------------------- 0.83s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/enable_epel.yml:19 --- Enable EPEL 8 ----------------------------------------------------------- 0.69s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/enable_epel.yml:23 --- Enable EPEL 6 ----------------------------------------------------------- 0.62s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/enable_epel.yml:30 --- Create EPEL 9 ----------------------------------------------------------- 0.49s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/enable_epel.yml:4 ---- Set network provider to 'nm' -------------------------------------------- 0.40s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_provider_nm.yml:9 ---- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---