# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.13.6] 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.13/lib/python3.8/site-packages/ansible ansible collection location = /WORKDIR/dist-git-network-woke-action-ogjhja1l/.collection executable location = /opt/ansible-2.13/bin/ansible-playbook python version = 3.8.13 (default, Jun 24 2022, 15:27:57) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] 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_infiniband_nm.yml ********************************************** 2 plays in /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tests_infiniband_nm.yml PLAY [Run playbook 'playbooks/tests_infiniband.yml' with nm as provider] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tests_infiniband_nm.yml:5 Monday 16 January 2023 05:52:08 +0000 (0:00:00.219) 0:00:00.219 ******** ok: [sut] META: ran handlers TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tests_infiniband_nm.yml:8 Monday 16 January 2023 05:52:17 +0000 (0:00:08.813) 0:00:09.033 ******** included: /WORKDIR/dist-git-network-woke-action-ogjhja1l/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-woke-action-ogjhja1l/tests/tasks/el_repo_setup.yml:2 Monday 16 January 2023 05:52:18 +0000 (0:00:00.432) 0:00:09.465 ******** ok: [sut] TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tasks/el_repo_setup.yml:13 Monday 16 January 2023 05:52:19 +0000 (0:00:01.547) 0:00:11.013 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tasks/el_repo_setup.yml:38 Monday 16 January 2023 05:52:19 +0000 (0:00:00.334) 0:00:11.348 ******** included: /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tasks/enable_epel.yml:4 Monday 16 January 2023 05:52:20 +0000 (0:00:00.325) 0:00:11.674 ******** changed: [sut] => { "attempts": 1, "changed": true, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": "0:00:00.746587", "end": "2023-01-16 05:52:23.320446", "rc": 0, "start": "2023-01-16 05:52:22.573859" } STDOUT: Retrieving https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm Verifying packages... Preparing packages... epel-release-8-18.el8.noarch Many EPEL packages require the CodeReady Builder (CRB) repository. It is recommended that you run /usr/bin/crb enable to enable the CRB repository. TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tasks/enable_epel.yml:19 Monday 16 January 2023 05:52:23 +0000 (0:00:03.397) 0:00:15.072 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tasks/enable_epel.yml:23 Monday 16 January 2023 05:52:24 +0000 (0:00:00.358) 0:00:15.430 ******** changed: [sut] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.542927", "end": "2023-01-16 05:52:25.419118", "rc": 0, "start": "2023-01-16 05:52:24.876191" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tasks/enable_epel.yml:30 Monday 16 January 2023 05:52:25 +0000 (0:00:01.666) 0:00:17.097 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tests_infiniband_nm.yml:9 Monday 16 January 2023 05:52:26 +0000 (0:00:00.433) 0:00:17.530 ******** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* META: ran handlers META: META: META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=7 changed=2 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 Monday 16 January 2023 05:52:27 +0000 (0:00:01.444) 0:00:18.975 ******** =============================================================================== Gathering Facts --------------------------------------------------------- 8.81s /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tests_infiniband_nm.yml:5 Create EPEL 8 ----------------------------------------------------------- 3.40s /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tasks/enable_epel.yml:4 -- Enable EPEL 8 ----------------------------------------------------------- 1.67s /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tasks/enable_epel.yml:23 - Gather the minimum subset of ansible_facts required by the network role test --- 1.55s /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tasks/el_repo_setup.yml:2 Set network provider to 'nm' -------------------------------------------- 1.44s /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tests_infiniband_nm.yml:9 Enable EPEL 6 ----------------------------------------------------------- 0.43s /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tasks/enable_epel.yml:30 - include_tasks ----------------------------------------------------------- 0.43s /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tests_infiniband_nm.yml:8 Enable EPEL 7 ----------------------------------------------------------- 0.36s /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tasks/enable_epel.yml:19 - Fix CentOS6 Base repo --------------------------------------------------- 0.33s /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tasks/el_repo_setup.yml:13 include_tasks ----------------------------------------------------------- 0.33s /WORKDIR/dist-git-network-woke-action-ogjhja1l/tests/tasks/el_repo_setup.yml:38 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---