[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. No config file found; using defaults running playbook inside collection fedora.linux_system_roles PLAY [Run playbook 'playbooks/integration_pytest_python3.yml'] ***************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:25:50 -0400 (0:00:00.008) 0:00:00.008 ********* [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Thursday 25 July 2024 07:25:51 -0400 (0:00:01.326) 0:00:01.335 ********* included: /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** Thursday 25 July 2024 07:25:51 -0400 (0:00:00.022) 0:00:01.357 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Thursday 25 July 2024 07:25:52 -0400 (0:00:00.581) 0:00:01.938 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** Thursday 25 July 2024 07:25:52 -0400 (0:00:00.502) 0:00:02.441 ********* ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** Thursday 25 July 2024 07:25:52 -0400 (0:00:00.024) 0:00:02.466 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Thursday 25 July 2024 07:25:52 -0400 (0:00:00.015) 0:00:02.482 ********* included: /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 39] ********************************************************** Thursday 25 July 2024 07:25:52 -0400 (0:00:00.033) 0:00:02.515 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Thursday 25 July 2024 07:25:52 -0400 (0:00:00.014) 0:00:02.529 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Thursday 25 July 2024 07:25:52 -0400 (0:00:00.013) 0:00:02.543 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Thursday 25 July 2024 07:25:52 -0400 (0:00:00.014) 0:00:02.558 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Thursday 25 July 2024 07:25:52 -0400 (0:00:00.013) 0:00:02.571 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } PLAY [Install dependencies for integration tests] ****************************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:25:52 -0400 (0:00:00.030) 0:00:02.601 ********* ok: [managed_node1] TASK [Install rpm dependencies] ************************************************ Thursday 25 July 2024 07:25:53 -0400 (0:00:00.996) 0:00:03.598 ********* changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pip-23.2.1-2.fc39.noarch" ] } lsrpackages: git python3-pip rsync TASK [Install Pytest] ********************************************************** Thursday 25 July 2024 07:25:59 -0400 (0:00:05.630) 0:00:09.229 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:02.270608", "end": "2024-07-25 07:26:02.340975", "rc": 0, "start": "2024-07-25 07:26:00.070367" } STDOUT: Collecting pytest Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/0f/f9/cf155cf32ca7d6fa3601bc4c5dd19086af4b320b706919d48a4c79081cf9/pytest-8.3.2-py3-none-any.whl.metadata Downloading pytest-8.3.2-py3-none-any.whl.metadata (7.5 kB) Collecting iniconfig (from pytest) Obtaining dependency information for iniconfig from https://files.pythonhosted.org/packages/ef/a6/62565a6e1cf69e10f5727360368e451d4b7f58beeac6173dc9db836a5b46/iniconfig-2.0.0-py3-none-any.whl.metadata Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) Collecting packaging (from pytest) Obtaining dependency information for packaging from https://files.pythonhosted.org/packages/08/aa/cc0199a5f0ad350994d660967a8efb233fe0416e4639146c089643407ce6/packaging-24.1-py3-none-any.whl.metadata Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) Collecting pluggy<2,>=1.5 (from pytest) Obtaining dependency information for pluggy<2,>=1.5 from https://files.pythonhosted.org/packages/88/5f/e351af9a41f866ac3f1fac4ca0613908d9a41741cfcf2228f4ad853b697d/pluggy-1.5.0-py3-none-any.whl.metadata Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) Downloading pytest-8.3.2-py3-none-any.whl (341 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 5.8 MB/s eta 0:00:00 Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) Downloading packaging-24.1-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 9.5 MB/s eta 0:00:00 Installing collected packages: pluggy, packaging, iniconfig, pytest Successfully installed iniconfig-2.0.0 packaging-24.1 pluggy-1.5.0 pytest-8.3.2 STDERR: WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv PLAY [Run playbook 'tests_default.yml' with initscripts as provider] *********** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:26:02 -0400 (0:00:02.795) 0:00:12.024 ********* ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Thursday 25 July 2024 07:26:03 -0400 (0:00:00.991) 0:00:13.016 ********* included: /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** Thursday 25 July 2024 07:26:03 -0400 (0:00:00.024) 0:00:13.040 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.589) 0:00:13.630 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.021) 0:00:13.651 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.022) 0:00:13.673 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.015) 0:00:13.689 ********* included: /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 39] ********************************************************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.034) 0:00:13.723 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.016) 0:00:13.740 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.017) 0:00:13.757 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.016) 0:00:13.773 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.018) 0:00:13.791 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.015) 0:00:13.807 ********* ok: [managed_node1] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Test executing the role with default parameters] ************************* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.046) 0:00:13.853 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.024) 0:00:13.878 ********* skipping: [managed_node1] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.029) 0:00:13.908 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.028) 0:00:13.936 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.025) 0:00:13.962 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.025) 0:00:13.987 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.024) 0:00:14.011 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.026) 0:00:14.038 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.023) 0:00:14.061 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.025) 0:00:14.086 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.023) 0:00:14.110 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.022) 0:00:14.133 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.025) 0:00:14.158 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.023) 0:00:14.181 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.024) 0:00:14.206 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.022) 0:00:14.228 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.021) 0:00:14.250 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.024) 0:00:14.275 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.022) 0:00:14.298 ********* skipping: [managed_node1] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.026) 0:00:14.324 ********* skipping: [managed_node1] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.023) 0:00:14.347 ********* skipping: [managed_node1] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.023) 0:00:14.371 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'el_repo_setup.yml'] ************************************ Thursday 25 July 2024 07:26:04 -0400 (0:00:00.028) 0:00:14.399 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** Thursday 25 July 2024 07:26:04 -0400 (0:00:00.029) 0:00:14.429 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } PLAY [Run playbook 'tests_default.yml' with nm as provider] ******************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:26:04 -0400 (0:00:00.042) 0:00:14.471 ********* ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Thursday 25 July 2024 07:26:05 -0400 (0:00:00.995) 0:00:15.467 ********* included: /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** Thursday 25 July 2024 07:26:05 -0400 (0:00:00.024) 0:00:15.492 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.593) 0:00:16.085 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.021) 0:00:16.107 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.024) 0:00:16.131 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.017) 0:00:16.148 ********* included: /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 39] ********************************************************** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.036) 0:00:16.184 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.017) 0:00:16.202 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.022) 0:00:16.224 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.020) 0:00:16.245 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.018) 0:00:16.263 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.018) 0:00:16.281 ********* ok: [managed_node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Test executing the role with default parameters] ************************* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.049) 0:00:16.331 ********* included: /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.035) 0:00:16.366 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.035) 0:00:16.402 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.033) 0:00:16.436 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** Thursday 25 July 2024 07:26:06 -0400 (0:00:00.030) 0:00:16.467 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** Thursday 25 July 2024 07:26:09 -0400 (0:00:02.638) 0:00:19.105 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** Thursday 25 July 2024 07:26:10 -0400 (0:00:01.367) 0:00:20.472 ********* ok: [managed_node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Thursday 25 July 2024 07:26:10 -0400 (0:00:00.052) 0:00:20.525 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Thursday 25 July 2024 07:26:10 -0400 (0:00:00.071) 0:00:20.597 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** Thursday 25 July 2024 07:26:11 -0400 (0:00:00.046) 0:00:20.643 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in __network_rh_distros", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** Thursday 25 July 2024 07:26:11 -0400 (0:00:00.055) 0:00:20.698 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** Thursday 25 July 2024 07:26:11 -0400 (0:00:00.063) 0:00:20.762 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** Thursday 25 July 2024 07:26:11 -0400 (0:00:00.054) 0:00:20.816 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** Thursday 25 July 2024 07:26:11 -0400 (0:00:00.062) 0:00:20.879 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** Thursday 25 July 2024 07:26:11 -0400 (0:00:00.100) 0:00:20.979 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** Thursday 25 July 2024 07:26:11 -0400 (0:00:00.046) 0:00:21.026 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** Thursday 25 July 2024 07:26:11 -0400 (0:00:00.047) 0:00:21.073 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** Thursday 25 July 2024 07:26:11 -0400 (0:00:00.062) 0:00:21.136 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** Thursday 25 July 2024 07:26:12 -0400 (0:00:00.955) 0:00:22.092 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** Thursday 25 July 2024 07:26:12 -0400 (0:00:00.061) 0:00:22.154 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** Thursday 25 July 2024 07:26:12 -0400 (0:00:00.048) 0:00:22.202 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** Thursday 25 July 2024 07:26:12 -0400 (0:00:00.048) 0:00:22.250 ********* ok: [managed_node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** Thursday 25 July 2024 07:26:13 -0400 (0:00:00.852) 0:00:23.102 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** Thursday 25 July 2024 07:26:13 -0400 (0:00:00.049) 0:00:23.151 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** Thursday 25 July 2024 07:26:13 -0400 (0:00:00.087) 0:00:23.239 ********* ok: [managed_node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** Thursday 25 July 2024 07:26:13 -0400 (0:00:00.054) 0:00:23.293 ********* skipping: [managed_node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Thursday 25 July 2024 07:26:13 -0400 (0:00:00.046) 0:00:23.340 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ Thursday 25 July 2024 07:26:14 -0400 (0:00:00.558) 0:00:23.898 ********* included: /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** Thursday 25 July 2024 07:26:14 -0400 (0:00:00.078) 0:00:23.976 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Thursday 25 July 2024 07:26:14 -0400 (0:00:00.627) 0:00:24.604 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** Thursday 25 July 2024 07:26:15 -0400 (0:00:00.049) 0:00:24.653 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** Thursday 25 July 2024 07:26:15 -0400 (0:00:00.050) 0:00:24.703 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Thursday 25 July 2024 07:26:15 -0400 (0:00:00.043) 0:00:24.746 ********* included: /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 39] ********************************************************** Thursday 25 July 2024 07:26:15 -0400 (0:00:00.085) 0:00:24.831 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Thursday 25 July 2024 07:26:15 -0400 (0:00:00.042) 0:00:24.874 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Thursday 25 July 2024 07:26:15 -0400 (0:00:00.045) 0:00:24.919 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Thursday 25 July 2024 07:26:15 -0400 (0:00:00.078) 0:00:24.997 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Thursday 25 July 2024 07:26:15 -0400 (0:00:00.043) 0:00:25.041 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** Thursday 25 July 2024 07:26:15 -0400 (0:00:00.046) 0:00:25.088 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:26:15 -0400 (0:00:00.166) 0:00:25.254 ********* ok: [managed_node1] TASK [Create tempdir for code to test] ***************************************** Thursday 25 July 2024 07:26:16 -0400 (0:00:01.063) 0:00:26.317 ********* changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_b0ca5pw4", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Get tempfile for tar] **************************************************** Thursday 25 July 2024 07:26:17 -0400 (0:00:00.529) 0:00:26.847 ********* changed: [managed_node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_hxo6rp1s.tar", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Include the task '../tasks/get_modules_and_utils_paths.yml'] ************* Thursday 25 July 2024 07:26:17 -0400 (0:00:00.251) 0:00:27.099 ********* included: /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml for managed_node1 TASK [Set collection paths] **************************************************** Thursday 25 July 2024 07:26:17 -0400 (0:00:00.078) 0:00:27.177 ********* ok: [managed_node1] => { "ansible_facts": { "collection_paths": [ "/var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh", "/var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh" ] }, "changed": false } TASK [Set search paths] ******************************************************** Thursday 25 July 2024 07:26:17 -0400 (0:00:00.058) 0:00:27.235 ********* ok: [managed_node1] => { "ansible_facts": { "module_utils_search_path": [ "../../module_utils", "../module_utils", "/root/.ansible/plugins/module_utils", "/usr/share/ansible/plugins/module_utils" ], "modules_search_path": [ "../../library", "../library", "/root/.ansible/plugins/modules", "/usr/share/ansible/plugins/modules" ] }, "changed": false } TASK [Find parent directory and path of modules] ******************************* Thursday 25 July 2024 07:26:17 -0400 (0:00:00.130) 0:00:27.366 ********* ok: [managed_node1 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules; do\n if [ -f \"$dir/network_connections.py\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh; do\n if [ ! -d \"$dir\" ]; then continue; fi\n cd \"$dir\"\n for subdir in ansible_collections/*/*/plugins/modules; do\n if [ -f \"$subdir/network_connections.py\" ]; then\n echo \"$dir\"\n echo \"$subdir\"\n exit 0\n fi\n done\ndone\necho network_connections.py not found\nexit 1\n", "delta": "0:00:00.006358", "end": "2024-07-25 07:26:17.967895", "rc": 0, "start": "2024-07-25 07:26:17.961537" } STDOUT: /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh ansible_collections/fedora/linux_system_roles/plugins/modules STDERR: + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f ../../library/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f ../library/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f /root/.ansible/plugins/modules/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f /usr/share/ansible/plugins/modules/network_connections.py ']' + for dir in /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh + '[' '!' -d /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh ']' + cd /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh + for subdir in ansible_collections/*/*/plugins/modules + '[' -f ansible_collections/ansible/posix/plugins/modules/network_connections.py ']' + for subdir in ansible_collections/*/*/plugins/modules + '[' -f ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ']' + echo /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh + echo ansible_collections/fedora/linux_system_roles/plugins/modules + exit 0 TASK [Find parent directory and path of module_utils] ************************** Thursday 25 July 2024 07:26:18 -0400 (0:00:00.264) 0:00:27.630 ********* ok: [managed_node1 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils; do\n if [ -d \"$dir/network_lsr\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh; do\n if [ ! -d \"$dir\" ]; then continue; fi\n cd \"$dir\"\n for subdir in ansible_collections/*/*/plugins/module_utils; do\n if [ -d \"$subdir/network_lsr\" ]; then\n echo \"$dir\"\n echo \"$subdir\"\n exit 0\n fi\n done\ndone\necho network_lsr not found\nexit 1\n", "delta": "0:00:00.004288", "end": "2024-07-25 07:26:18.230964", "rc": 0, "start": "2024-07-25 07:26:18.226676" } STDOUT: /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh ansible_collections/fedora/linux_system_roles/plugins/module_utils STDERR: + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d ../../module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d ../module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d /root/.ansible/plugins/module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d /usr/share/ansible/plugins/module_utils/network_lsr ']' + for dir in /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh + '[' '!' -d /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh ']' + cd /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh + for subdir in ansible_collections/*/*/plugins/module_utils + '[' -d ansible_collections/ansible/posix/plugins/module_utils/network_lsr ']' + for subdir in ansible_collections/*/*/plugins/module_utils + '[' -d ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr ']' + echo /var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh + echo ansible_collections/fedora/linux_system_roles/plugins/module_utils + exit 0 TASK [Get tests directory] ***************************************************** Thursday 25 July 2024 07:26:18 -0400 (0:00:00.264) 0:00:27.895 ********* ok: [managed_node1] => { "ansible_facts": { "tests_directory": "/var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh/ansible_collections/fedora/linux_system_roles/tests/network/network" }, "changed": false } TASK [Create Tar file] ********************************************************* Thursday 25 July 2024 07:26:18 -0400 (0:00:00.049) 0:00:27.945 ********* fatal: [managed_node1 -> localhost]: FAILED! => { "changed": false, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_hxo6rp1s.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh/ansible_collections/fedora/linux_system_roles/tests/network", "network", "-C", "/var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh", "ansible_collections/fedora/linux_system_roles/plugins/modules", "-C", "/var/ARTIFACTS/work-generalci48bnlk/plans/general/tree/tmp.CwfMg6OFJh", "ansible_collections/fedora/linux_system_roles/plugins/module_utils" ], "delta": "0:00:00.004680", "end": "2024-07-25 07:26:18.546270", "rc": 2, "start": "2024-07-25 07:26:18.541590" } STDOUT: ansible_collections/fedora/linux_system_roles/plugins/modules/ ansible_collections/fedora/linux_system_roles/plugins/modules/network_state.py ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ansible_collections/fedora/linux_system_roles/plugins/modules/__init__.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm_provider.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/connection.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/active_connection.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/error.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/client.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/__init__.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/provider.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/myerror.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/argument_validator.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/ethtool.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/__init__.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/utils.py STDERR: tar: network: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors MSG: non-zero return code TASK [Remove local tar file] *************************************************** Thursday 25 July 2024 07:26:18 -0400 (0:00:00.267) 0:00:28.212 ********* changed: [managed_node1 -> localhost] => { "changed": true, "path": "/tmp/lsrtest_hxo6rp1s.tar", "state": "absent" } TASK [Remove tempdir] ********************************************************** Thursday 25 July 2024 07:26:18 -0400 (0:00:00.374) 0:00:28.586 ********* changed: [managed_node1] => { "changed": true, "path": "/tmp/lsrtest_b0ca5pw4", "state": "absent" } PLAY RECAP ********************************************************************* managed_node1 : ok=43 changed=5 unreachable=0 failed=1 skipped=72 rescued=0 ignored=0 Thursday 25 July 2024 07:26:19 -0400 (0:00:00.412) 0:00:28.999 ********* =============================================================================== Install rpm dependencies ------------------------------------------------ 5.63s Install Pytest ---------------------------------------------------------- 2.80s fedora.linux_system_roles.network : Check which services are running ---- 2.64s fedora.linux_system_roles.network : Check which packages are installed --- 1.37s Gathering Facts --------------------------------------------------------- 1.33s Gathering Facts --------------------------------------------------------- 1.06s Gathering Facts --------------------------------------------------------- 1.00s Gathering Facts --------------------------------------------------------- 1.00s Gathering Facts --------------------------------------------------------- 0.99s fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.96s fedora.linux_system_roles.network : Configure networking connection profiles --- 0.85s Gather the minimum subset of ansible_facts required by the network role test --- 0.63s Gather the minimum subset of ansible_facts required by the network role test --- 0.59s Gather the minimum subset of ansible_facts required by the network role test --- 0.59s Gather the minimum subset of ansible_facts required by the network role test --- 0.58s fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.56s Create tempdir for code to test ----------------------------------------- 0.53s Check if system is ostree ----------------------------------------------- 0.50s Remove tempdir ---------------------------------------------------------- 0.41s Remove local tar file --------------------------------------------------- 0.37s