ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmpb95mhbnh
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
  jinja version = 2.11.3
  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: _backup.yml **********************************************************
1 plays in /tmp/tmp2w2t0usz/tests/_backup.yml

PLAY [all] *********************************************************************
META: ran handlers

TASK [Get stats of system files] ***********************************************
task path: /tmp/tmp2w2t0usz/tests/_backup.yml:6
Wednesday 03 August 2022  16:50:22 +0000 (0:00:00.019)       0:00:00.019 ****** 
ok: [/cache/centos-6.qcow2c.snap] => (item=/etc/resolv.conf) => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/bin/python"
    },
    "ansible_loop_var": "item",
    "changed": false,
    "deprecations": [
        {
            "collection_name": null,
            "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
            "version": "2.13"
        }
    ],
    "item": "/etc/resolv.conf",
    "stat": {
        "atime": 1659545420.2254956,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "2c55cc8324e731161638aa365379c1c147546a87",
        "ctime": 1659545420.22503,
        "dev": 64513,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 25,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1659545178.0,
        "nlink": 1,
        "path": "/etc/resolv.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 57,
        "uid": 0,
        "version": "1928925859",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
[DEPRECATION WARNING]: ansible-core 2.13 will require Python 2.7 or newer on 
the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 
4.4.7 20120313 (Red Hat 4.4.7-23)]. This feature will be removed in version 
2.13. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.

TASK [Check if system files exist] *********************************************
task path: /tmp/tmp2w2t0usz/tests/_backup.yml:13
Wednesday 03 August 2022  16:50:22 +0000 (0:00:00.473)       0:00:00.492 ****** 
[WARNING]: conditional statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }}
ok: [/cache/centos-6.qcow2c.snap] => (item={'invocation': {'module_args': {'checksum_algorithm': 'sha1', 'get_checksum': True, 'follow': False, 'path': '/etc/resolv.conf', 'get_md5': False, 'get_mime': True, 'get_attributes': True}}, 'stat': {'charset': 'us-ascii', 'uid': 0, 'exists': True, 'attr_flags': 'e', 'woth': False, 'isreg': True, 'device_type': 0, 'mtime': 1659545178.0, 'block_size': 4096, 'inode': 25, 'isgid': False, 'size': 57, 'executable': False, 'isuid': False, 'readable': True, 'version': '1928925859', 'pw_name': 'root', 'gid': 0, 'ischr': False, 'wusr': True, 'writeable': True, 'mimetype': 'text/plain', 'blocks': 8, 'xoth': False, 'islnk': False, 'nlink': 1, 'issock': False, 'rgrp': True, 'gr_name': 'root', 'path': '/etc/resolv.conf', 'xusr': False, 'atime': 1659545420.2254956, 'isdir': False, 'ctime': 1659545420.22503, 'isblk': False, 'wgrp': False, 'checksum': '2c55cc8324e731161638aa365379c1c147546a87', 'dev': 64513, 'roth': True, 'isfifo': False, 'mode': '0644', 'xgrp': False, 'rusr': True, 'attributes': ['extents']}, 'changed': False, 'ansible_facts': {'discovered_interpreter_python': '/usr/bin/python'}, 'failed': False, 'item': '/etc/resolv.conf', 'ansible_loop_var': 'item'}) => {
    "ansible_facts": {
        "_existing_files": " /etc/resolv.conf"
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "ansible_facts": {
            "discovered_interpreter_python": "/usr/bin/python"
        },
        "ansible_loop_var": "item",
        "changed": false,
        "failed": false,
        "invocation": {
            "module_args": {
                "checksum_algorithm": "sha1",
                "follow": false,
                "get_attributes": true,
                "get_checksum": true,
                "get_md5": false,
                "get_mime": true,
                "path": "/etc/resolv.conf"
            }
        },
        "item": "/etc/resolv.conf",
        "stat": {
            "atime": 1659545420.2254956,
            "attr_flags": "e",
            "attributes": [
                "extents"
            ],
            "block_size": 4096,
            "blocks": 8,
            "charset": "us-ascii",
            "checksum": "2c55cc8324e731161638aa365379c1c147546a87",
            "ctime": 1659545420.22503,
            "dev": 64513,
            "device_type": 0,
            "executable": false,
            "exists": true,
            "gid": 0,
            "gr_name": "root",
            "inode": 25,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mimetype": "text/plain",
            "mode": "0644",
            "mtime": 1659545178.0,
            "nlink": 1,
            "path": "/etc/resolv.conf",
            "pw_name": "root",
            "readable": true,
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 57,
            "uid": 0,
            "version": "1928925859",
            "wgrp": false,
            "woth": false,
            "writeable": true,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        }
    }
}

TASK [Back up system files] ****************************************************
task path: /tmp/tmp2w2t0usz/tests/_backup.yml:19
Wednesday 03 August 2022  16:50:22 +0000 (0:00:00.035)       0:00:00.528 ****** 
changed: [/cache/centos-6.qcow2c.snap] => {
    "changed": true,
    "cmd": [
        "tar",
        "-cf",
        "/tmp/network.backup.tar",
        "--same-owner",
        "--same-permissions",
        "/etc/resolv.conf"
    ],
    "delta": "0:00:00.004390",
    "end": "2022-08-03 16:50:21.763313",
    "rc": 0,
    "start": "2022-08-03 16:50:21.758923"
}

STDERR:

tar: Removing leading `/' from member names
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-6.qcow2c.snap : ok=3    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   

Wednesday 03 August 2022  16:50:22 +0000 (0:00:00.404)       0:00:00.932 ****** 
=============================================================================== 
Get stats of system files ----------------------------------------------- 0.47s
/tmp/tmp2w2t0usz/tests/_backup.yml:6 ------------------------------------------
Back up system files ---------------------------------------------------- 0.40s
/tmp/tmp2w2t0usz/tests/_backup.yml:19 -----------------------------------------
Check if system files exist --------------------------------------------- 0.04s
/tmp/tmp2w2t0usz/tests/_backup.yml:13 -----------------------------------------

PLAYBOOK: tests_ethtool_coalesce_initscripts.yml *******************************
2 plays in /tmp/tmp2w2t0usz/tests/tests_ethtool_coalesce_initscripts.yml

PLAY [Run playbook 'playbooks/tests_ethtool_coalesce.yml' with initscripts as provider] ***

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp2w2t0usz/tests/tests_ethtool_coalesce_initscripts.yml:4
Wednesday 03 August 2022  16:50:23 +0000 (0:00:00.054)       0:00:00.987 ****** 
ok: [/cache/centos-6.qcow2c.snap]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/tests_ethtool_coalesce_initscripts.yml:7
Wednesday 03 August 2022  16:50:23 +0000 (0:00:00.973)       0:00:01.960 ****** 
included: /tmp/tmp2w2t0usz/tests/tasks/el_repo_setup.yml for /cache/centos-6.qcow2c.snap

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/tmp2w2t0usz/tests/tasks/el_repo_setup.yml:2
Wednesday 03 August 2022  16:50:24 +0000 (0:00:00.030)       0:00:01.991 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "checksum": "b0aa488e4736bbd208461d247c4869d2ba0c95cd",
    "dest": "/etc/yum.repos.d/CentOS-Base.repo",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/yum.repos.d/CentOS-Base.repo",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 480,
    "state": "file",
    "uid": 0
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/tasks/el_repo_setup.yml:27
Wednesday 03 August 2022  16:50:24 +0000 (0:00:00.681)       0:00:02.673 ****** 
included: /tmp/tmp2w2t0usz/tests/tasks/enable_epel.yml for /cache/centos-6.qcow2c.snap

TASK [Create EPEL 6] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/tasks/enable_epel.yml:4
Wednesday 03 August 2022  16:50:24 +0000 (0:00:00.032)       0:00:02.705 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/tasks/enable_epel.yml:11
Wednesday 03 August 2022  16:50:24 +0000 (0:00:00.022)       0:00:02.728 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/tasks/enable_epel.yml:17
Wednesday 03 August 2022  16:50:24 +0000 (0:00:00.021)       0:00:02.749 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/tasks/enable_epel.yml:26
Wednesday 03 August 2022  16:50:24 +0000 (0:00:00.025)       0:00:02.775 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "checksum": "4bafddfe7badb0971135c888f25df1308b193622",
    "dest": "/etc/yum.repos.d/epel.repo",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/yum.repos.d/epel.repo",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 155,
    "state": "file",
    "uid": 0
}

TASK [Set network provider to 'initscripts'] ***********************************
task path: /tmp/tmp2w2t0usz/tests/tests_ethtool_coalesce_initscripts.yml:8
Wednesday 03 August 2022  16:50:25 +0000 (0:00:00.532)       0:00:03.307 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "ansible_facts": {
        "network_provider": "initscripts"
    },
    "changed": false
}
META: ran handlers
META: ran handlers

PLAY [all] *********************************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:3
Wednesday 03 August 2022  16:50:25 +0000 (0:00:00.053)       0:00:03.360 ****** 
ok: [/cache/centos-6.qcow2c.snap]
META: ran handlers

TASK [Show playbook name] ******************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:8
Wednesday 03 August 2022  16:50:26 +0000 (0:00:00.753)       0:00:04.114 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

this is: playbooks/tests_ethtool_coalesce.yml

TASK [INIT: Ethtool coalesce tests] ********************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:14
Wednesday 03 August 2022  16:50:26 +0000 (0:00:00.051)       0:00:04.166 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

##################################################

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:17
Wednesday 03 August 2022  16:50:26 +0000 (0:00:00.052)       0:00:04.219 ****** 
included: /tmp/tmp2w2t0usz/tests/playbooks/tasks/show_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  16:50:26 +0000 (0:00:00.046)       0:00:04.266 ****** 
included: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_current_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  16:50:26 +0000 (0:00:00.047)       0:00:04.313 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.004350",
    "end": "2022-08-03 16:50:25.446979",
    "rc": 0,
    "start": "2022-08-03 16:50:25.442629"
}

STDOUT:

eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  16:50:26 +0000 (0:00:00.303)       0:00:04.616 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  16:50:26 +0000 (0:00:00.047)       0:00:04.664 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

current_interfaces: ['eth0', 'lo']

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:18
Wednesday 03 August 2022  16:50:26 +0000 (0:00:00.087)       0:00:04.751 ****** 
included: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml for /cache/centos-6.qcow2c.snap

TASK [Ensure state in ["present", "absent"]] ***********************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:3
Wednesday 03 August 2022  16:50:26 +0000 (0:00:00.052)       0:00:04.803 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Ensure type in ["dummy", "tap", "veth"]] *********************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:8
Wednesday 03 August 2022  16:50:26 +0000 (0:00:00.036)       0:00:04.840 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:13
Wednesday 03 August 2022  16:50:26 +0000 (0:00:00.036)       0:00:04.877 ****** 
included: /tmp/tmp2w2t0usz/tests/playbooks/tasks/show_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  16:50:26 +0000 (0:00:00.049)       0:00:04.926 ****** 
included: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_current_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  16:50:27 +0000 (0:00:00.083)       0:00:05.010 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003898",
    "end": "2022-08-03 16:50:26.134147",
    "rc": 0,
    "start": "2022-08-03 16:50:26.130249"
}

STDOUT:

eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  16:50:27 +0000 (0:00:00.290)       0:00:05.301 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  16:50:27 +0000 (0:00:00.048)       0:00:05.349 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

current_interfaces: ['eth0', 'lo']

TASK [Install iproute] *********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:15
Wednesday 03 August 2022  16:50:27 +0000 (0:00:00.048)       0:00:05.398 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "rc": 0,
    "results": [
        "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed"
    ]
}

TASK [Create veth interface testnic1] ******************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:21
Wednesday 03 August 2022  16:50:28 +0000 (0:00:00.663)       0:00:06.062 ****** 
changed: [/cache/centos-6.qcow2c.snap] => (item=ip link add testnic1 type veth peer name peertestnic1) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "add",
        "testnic1",
        "type",
        "veth",
        "peer",
        "name",
        "peertestnic1"
    ],
    "delta": "0:00:00.004838",
    "deprecations": [
        {
            "collection_name": null,
            "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
            "version": "2.13"
        }
    ],
    "end": "2022-08-03 16:50:27.197753",
    "item": "ip link add testnic1 type veth peer name peertestnic1",
    "rc": 0,
    "start": "2022-08-03 16:50:27.192915"
}
changed: [/cache/centos-6.qcow2c.snap] => (item=ip link set peertestnic1 up) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "set",
        "peertestnic1",
        "up"
    ],
    "delta": "0:00:00.006274",
    "deprecations": [
        {
            "collection_name": null,
            "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
            "version": "2.13"
        }
    ],
    "end": "2022-08-03 16:50:27.468909",
    "item": "ip link set peertestnic1 up",
    "rc": 0,
    "start": "2022-08-03 16:50:27.462635"
}
changed: [/cache/centos-6.qcow2c.snap] => (item=ip link set testnic1 up) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "set",
        "testnic1",
        "up"
    ],
    "delta": "0:00:00.004000",
    "deprecations": [
        {
            "collection_name": null,
            "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
            "version": "2.13"
        }
    ],
    "end": "2022-08-03 16:50:27.730145",
    "item": "ip link set testnic1 up",
    "rc": 0,
    "start": "2022-08-03 16:50:27.726145"
}

TASK [Set up veth as managed by NetworkManager] ********************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:29
Wednesday 03 August 2022  16:50:28 +0000 (0:00:00.840)       0:00:06.902 ****** 
fatal: [/cache/centos-6.qcow2c.snap]: FAILED! => {
    "changed": false,
    "cmd": "nmcli d set testnic1 managed true",
    "rc": 2
}

MSG:

[Errno 2] No such file or directory
...ignoring

TASK [Delete veth interface testnic1] ******************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:36
Wednesday 03 August 2022  16:50:29 +0000 (0:00:00.294)       0:00:07.197 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create dummy interface testnic1] *****************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:42
Wednesday 03 August 2022  16:50:29 +0000 (0:00:00.037)       0:00:07.234 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete dummy interface testnic1] *****************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:47
Wednesday 03 August 2022  16:50:29 +0000 (0:00:00.037)       0:00:07.272 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create tap interface testnic1] *******************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:53
Wednesday 03 August 2022  16:50:29 +0000 (0:00:00.037)       0:00:07.310 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete tap interface testnic1] *******************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:58
Wednesday 03 August 2022  16:50:29 +0000 (0:00:00.038)       0:00:07.348 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:21
Wednesday 03 August 2022  16:50:29 +0000 (0:00:00.038)       0:00:07.387 ****** 
included: /tmp/tmp2w2t0usz/tests/playbooks/tasks/assert_device_present.yml for /cache/centos-6.qcow2c.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/assert_device_present.yml:3
Wednesday 03 August 2022  16:50:29 +0000 (0:00:00.048)       0:00:07.436 ****** 
included: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_interface_stat.yml for /cache/centos-6.qcow2c.snap

TASK [Get stat for interface testnic1] *****************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_interface_stat.yml:3
Wednesday 03 August 2022  16:50:29 +0000 (0:00:00.046)       0:00:07.483 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "stat": {
        "atime": 1659545427.213,
        "block_size": 4096,
        "blocks": 0,
        "ctime": 1659545427.198,
        "dev": 0,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 7950,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": true,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "lnk_source": "/sys/devices/virtual/net/testnic1",
        "lnk_target": "../../devices/virtual/net/testnic1",
        "mode": "0777",
        "mtime": 1659545427.198,
        "nlink": 1,
        "path": "/sys/class/net/testnic1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "wgrp": true,
        "woth": true,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [assert that interface testnic1 is present] *******************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/assert_device_present.yml:4
Wednesday 03 August 2022  16:50:29 +0000 (0:00:00.302)       0:00:07.785 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Install ethtool (test dependency)] ***************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:22
Wednesday 03 August 2022  16:50:29 +0000 (0:00:00.051)       0:00:07.837 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "rc": 0,
    "results": [
        "2:ethtool-3.5-6.el6.x86_64 providing ethtool is already installed"
    ]
}

TASK [TEST: I can create a profile without any coalescing option.] *************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:28
Wednesday 03 August 2022  16:50:30 +0000 (0:00:00.499)       0:00:08.337 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

##################################################

TASK [linux-system-roles.network : Ensure ansible_facts used by role] **********
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:4
Wednesday 03 August 2022  16:50:30 +0000 (0:00:00.045)       0:00:08.382 ****** 
included: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/centos-6.qcow2c.snap

TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3
Wednesday 03 August 2022  16:50:30 +0000 (0:00:00.052)       0:00:08.435 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Check which services are running] ***********
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10
Wednesday 03 August 2022  16:50:30 +0000 (0:00:00.410)       0:00:08.846 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Check which packages are installed] *********
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15
Wednesday 03 August 2022  16:50:32 +0000 (0:00:01.166)       0:00:10.013 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Print network provider] *********************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:7
Wednesday 03 August 2022  16:50:32 +0000 (0:00:00.869)       0:00:10.883 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

Using network provider: initscripts

TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  16:50:33 +0000 (0:00:00.110)       0:00:10.993 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:19
Wednesday 03 August 2022  16:50:33 +0000 (0:00:00.044)       0:00:11.037 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install packages] ***************************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:30
Wednesday 03 August 2022  16:50:33 +0000 (0:00:00.046)       0:00:11.084 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:38
Wednesday 03 August 2022  16:50:33 +0000 (0:00:00.064)       0:00:11.149 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:51
Wednesday 03 August 2022  16:50:33 +0000 (0:00:00.044)       0:00:11.193 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:65
Wednesday 03 August 2022  16:50:33 +0000 (0:00:00.046)       0:00:11.240 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable and start NetworkManager] ************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:79
Wednesday 03 August 2022  16:50:33 +0000 (0:00:00.047)       0:00:11.288 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  16:50:33 +0000 (0:00:00.051)       0:00:11.339 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable network service] *********************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:99
Wednesday 03 August 2022  16:50:33 +0000 (0:00:00.043)       0:00:11.383 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:107
Wednesday 03 August 2022  16:50:33 +0000 (0:00:00.529)       0:00:11.912 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-137477a6uxlxex/tmpeyxboib6"
}

TASK [linux-system-roles.network : Configure networking connection profiles] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:116
Wednesday 03 August 2022  16:50:34 +0000 (0:00:00.317)       0:00:12.230 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/centos-6.qcow2c.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "ip": {
                        "auto6": false,
                        "dhcp4": false
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''


TASK [linux-system-roles.network : Configure networking state] *****************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  16:50:34 +0000 (0:00:00.641)       0:00:12.872 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:134
Wednesday 03 August 2022  16:50:34 +0000 (0:00:00.044)       0:00:12.916 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''"
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  16:50:34 +0000 (0:00:00.051)       0:00:12.968 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "ip": {
                            "auto6": false,
                            "dhcp4": false
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "deprecations": [
            {
                "collection_name": null,
                "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
                "version": "2.13"
            }
        ],
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''"
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  16:50:35 +0000 (0:00:00.084)       0:00:13.052 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {}

TASK [linux-system-roles.network : Re-test connectivity] ***********************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:149
Wednesday 03 August 2022  16:50:35 +0000 (0:00:00.074)       0:00:13.126 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/centos-6.qcow2c.snap

TASK [Get profile's coalescing options] ****************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:44
Wednesday 03 August 2022  16:50:35 +0000 (0:00:00.414)       0:00:13.541 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [ASSERT: The profile does not contain coalescing options] *****************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:49
Wednesday 03 August 2022  16:50:35 +0000 (0:00:00.043)       0:00:13.585 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get profile's coalescing options] ****************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:54
Wednesday 03 August 2022  16:50:35 +0000 (0:00:00.043)       0:00:13.629 ****** 
fatal: [/cache/centos-6.qcow2c.snap]: FAILED! => {
    "changed": true,
    "cmd": [
        "grep",
        "ETHTOOL",
        "/etc/sysconfig/network-scripts/ifcfg-testnic1"
    ],
    "delta": "0:00:00.004563",
    "end": "2022-08-03 16:50:34.772314",
    "rc": 1,
    "start": "2022-08-03 16:50:34.767751"
}

MSG:

non-zero return code
...ignoring

TASK [ASSERT: The profile does not contain coalescing options] *****************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:61
Wednesday 03 August 2022  16:50:35 +0000 (0:00:00.323)       0:00:13.952 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [TEST: I can set rx-frames.] **********************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:67
Wednesday 03 August 2022  16:50:36 +0000 (0:00:00.063)       0:00:14.015 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

##################################################

TASK [linux-system-roles.network : Ensure ansible_facts used by role] **********
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:4
Wednesday 03 August 2022  16:50:36 +0000 (0:00:00.051)       0:00:14.067 ****** 
included: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/centos-6.qcow2c.snap

TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3
Wednesday 03 August 2022  16:50:36 +0000 (0:00:00.064)       0:00:14.132 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Check which services are running] ***********
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10
Wednesday 03 August 2022  16:50:36 +0000 (0:00:00.405)       0:00:14.538 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Check which packages are installed] *********
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15
Wednesday 03 August 2022  16:50:37 +0000 (0:00:01.054)       0:00:15.592 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Print network provider] *********************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:7
Wednesday 03 August 2022  16:50:38 +0000 (0:00:00.585)       0:00:16.178 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

Using network provider: initscripts

TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  16:50:38 +0000 (0:00:00.054)       0:00:16.232 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:19
Wednesday 03 August 2022  16:50:38 +0000 (0:00:00.046)       0:00:16.279 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install packages] ***************************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:30
Wednesday 03 August 2022  16:50:38 +0000 (0:00:00.042)       0:00:16.321 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:38
Wednesday 03 August 2022  16:50:38 +0000 (0:00:00.063)       0:00:16.385 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:51
Wednesday 03 August 2022  16:50:38 +0000 (0:00:00.040)       0:00:16.425 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:65
Wednesday 03 August 2022  16:50:38 +0000 (0:00:00.042)       0:00:16.468 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable and start NetworkManager] ************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:79
Wednesday 03 August 2022  16:50:38 +0000 (0:00:00.049)       0:00:16.518 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  16:50:38 +0000 (0:00:00.046)       0:00:16.565 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable network service] *********************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:99
Wednesday 03 August 2022  16:50:38 +0000 (0:00:00.041)       0:00:16.606 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:107
Wednesday 03 August 2022  16:50:38 +0000 (0:00:00.360)       0:00:16.967 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-137477a6uxlxex/tmpri_fubzl"
}

TASK [linux-system-roles.network : Configure networking connection profiles] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:116
Wednesday 03 August 2022  16:50:39 +0000 (0:00:00.319)       0:00:17.287 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/centos-6.qcow2c.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "ethtool": {
                        "coalesce": {
                            "rx_frames": 128
                        }
                    },
                    "ip": {
                        "auto6": false,
                        "dhcp4": false
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err='Cannot get device coalesce settings: Operation not supported
'


TASK [linux-system-roles.network : Configure networking state] *****************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  16:50:39 +0000 (0:00:00.505)       0:00:17.792 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:134
Wednesday 03 August 2022  16:50:39 +0000 (0:00:00.050)       0:00:17.842 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err='Cannot get device coalesce settings: Operation not supported",
        "'"
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  16:50:39 +0000 (0:00:00.057)       0:00:17.899 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "ethtool": {
                            "coalesce": {
                                "rx_frames": 128
                            }
                        },
                        "ip": {
                            "auto6": false,
                            "dhcp4": false
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "deprecations": [
            {
                "collection_name": null,
                "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
                "version": "2.13"
            }
        ],
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err='Cannot get device coalesce settings: Operation not supported\n'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err='Cannot get device coalesce settings: Operation not supported",
            "'"
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  16:50:39 +0000 (0:00:00.056)       0:00:17.956 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {}

TASK [linux-system-roles.network : Re-test connectivity] ***********************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:149
Wednesday 03 August 2022  16:50:40 +0000 (0:00:00.043)       0:00:17.999 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/centos-6.qcow2c.snap

TASK [Get profile's coalescing options] ****************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:85
Wednesday 03 August 2022  16:50:40 +0000 (0:00:00.314)       0:00:18.314 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Assert coalesce options set in profile] **********************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:90
Wednesday 03 August 2022  16:50:40 +0000 (0:00:00.043)       0:00:18.357 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get profile's coalescing options] ****************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:96
Wednesday 03 August 2022  16:50:40 +0000 (0:00:00.044)       0:00:18.401 ****** 
changed: [/cache/centos-6.qcow2c.snap] => {
    "changed": true,
    "cmd": [
        "grep",
        "ETHTOOL",
        "/etc/sysconfig/network-scripts/ifcfg-testnic1"
    ],
    "delta": "0:00:00.004015",
    "end": "2022-08-03 16:50:39.533941",
    "rc": 0,
    "start": "2022-08-03 16:50:39.529926"
}

STDOUT:

ETHTOOL_OPTS="-C testnic1 rx-frames 128"

TASK [Assert coalesce options set in profile] **********************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:103
Wednesday 03 August 2022  16:50:40 +0000 (0:00:00.314)       0:00:18.716 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [TEST: I can clear coalescing options] ************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:109
Wednesday 03 August 2022  16:50:40 +0000 (0:00:00.055)       0:00:18.771 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

##################################################

TASK [linux-system-roles.network : Ensure ansible_facts used by role] **********
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:4
Wednesday 03 August 2022  16:50:40 +0000 (0:00:00.053)       0:00:18.825 ****** 
included: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/centos-6.qcow2c.snap

TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3
Wednesday 03 August 2022  16:50:40 +0000 (0:00:00.062)       0:00:18.887 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Check which services are running] ***********
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10
Wednesday 03 August 2022  16:50:41 +0000 (0:00:00.414)       0:00:19.301 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Check which packages are installed] *********
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15
Wednesday 03 August 2022  16:50:42 +0000 (0:00:01.057)       0:00:20.358 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Print network provider] *********************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:7
Wednesday 03 August 2022  16:50:42 +0000 (0:00:00.574)       0:00:20.933 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

Using network provider: initscripts

TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  16:50:42 +0000 (0:00:00.051)       0:00:20.984 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:19
Wednesday 03 August 2022  16:50:43 +0000 (0:00:00.046)       0:00:21.031 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install packages] ***************************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:30
Wednesday 03 August 2022  16:50:43 +0000 (0:00:00.043)       0:00:21.074 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:38
Wednesday 03 August 2022  16:50:43 +0000 (0:00:00.067)       0:00:21.141 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:51
Wednesday 03 August 2022  16:50:43 +0000 (0:00:00.042)       0:00:21.184 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:65
Wednesday 03 August 2022  16:50:43 +0000 (0:00:00.046)       0:00:21.231 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable and start NetworkManager] ************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:79
Wednesday 03 August 2022  16:50:43 +0000 (0:00:00.049)       0:00:21.281 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  16:50:43 +0000 (0:00:00.048)       0:00:21.329 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable network service] *********************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:99
Wednesday 03 August 2022  16:50:43 +0000 (0:00:00.046)       0:00:21.376 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:107
Wednesday 03 August 2022  16:50:43 +0000 (0:00:00.371)       0:00:21.747 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-137477a6uxlxex/tmpr58_dpju"
}

TASK [linux-system-roles.network : Configure networking connection profiles] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:116
Wednesday 03 August 2022  16:50:44 +0000 (0:00:00.350)       0:00:22.098 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/centos-6.qcow2c.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "ip": {
                        "auto6": false,
                        "dhcp4": false
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''


TASK [linux-system-roles.network : Configure networking state] *****************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  16:50:44 +0000 (0:00:00.474)       0:00:22.572 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:134
Wednesday 03 August 2022  16:50:44 +0000 (0:00:00.047)       0:00:22.620 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''"
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  16:50:44 +0000 (0:00:00.053)       0:00:22.673 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "ip": {
                            "auto6": false,
                            "dhcp4": false
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "deprecations": [
            {
                "collection_name": null,
                "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
                "version": "2.13"
            }
        ],
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''"
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  16:50:44 +0000 (0:00:00.057)       0:00:22.730 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {}

TASK [linux-system-roles.network : Re-test connectivity] ***********************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:149
Wednesday 03 August 2022  16:50:44 +0000 (0:00:00.046)       0:00:22.777 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/centos-6.qcow2c.snap

TASK [Get profile's coalescing options] ****************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:124
Wednesday 03 August 2022  16:50:45 +0000 (0:00:00.319)       0:00:23.096 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [ASSERT: The profile does reset coalescing options] ***********************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:129
Wednesday 03 August 2022  16:50:45 +0000 (0:00:00.043)       0:00:23.139 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get profile's coalescing options] ****************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:134
Wednesday 03 August 2022  16:50:45 +0000 (0:00:00.044)       0:00:23.184 ****** 
fatal: [/cache/centos-6.qcow2c.snap]: FAILED! => {
    "changed": true,
    "cmd": [
        "grep",
        "ETHTOOL",
        "/etc/sysconfig/network-scripts/ifcfg-testnic1"
    ],
    "delta": "0:00:00.003771",
    "end": "2022-08-03 16:50:44.318602",
    "rc": 1,
    "start": "2022-08-03 16:50:44.314831"
}

MSG:

non-zero return code
...ignoring

TASK [ASSERT: The profile does reset coalescing options] ***********************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:141
Wednesday 03 August 2022  16:50:45 +0000 (0:00:00.308)       0:00:23.492 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [linux-system-roles.network : Ensure ansible_facts used by role] **********
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:4
Wednesday 03 August 2022  16:50:45 +0000 (0:00:00.054)       0:00:23.547 ****** 
included: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/centos-6.qcow2c.snap

TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3
Wednesday 03 August 2022  16:50:45 +0000 (0:00:00.065)       0:00:23.612 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Check which services are running] ***********
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10
Wednesday 03 August 2022  16:50:46 +0000 (0:00:00.449)       0:00:24.062 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Check which packages are installed] *********
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15
Wednesday 03 August 2022  16:50:47 +0000 (0:00:01.067)       0:00:25.129 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Print network provider] *********************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:7
Wednesday 03 August 2022  16:50:47 +0000 (0:00:00.587)       0:00:25.716 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

Using network provider: initscripts

TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  16:50:47 +0000 (0:00:00.053)       0:00:25.770 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:19
Wednesday 03 August 2022  16:50:47 +0000 (0:00:00.046)       0:00:25.817 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install packages] ***************************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:30
Wednesday 03 August 2022  16:50:47 +0000 (0:00:00.052)       0:00:25.870 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:38
Wednesday 03 August 2022  16:50:47 +0000 (0:00:00.068)       0:00:25.938 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:51
Wednesday 03 August 2022  16:50:47 +0000 (0:00:00.045)       0:00:25.984 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:65
Wednesday 03 August 2022  16:50:48 +0000 (0:00:00.044)       0:00:26.028 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable and start NetworkManager] ************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:79
Wednesday 03 August 2022  16:50:48 +0000 (0:00:00.049)       0:00:26.078 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  16:50:48 +0000 (0:00:00.042)       0:00:26.121 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable network service] *********************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:99
Wednesday 03 August 2022  16:50:48 +0000 (0:00:00.072)       0:00:26.193 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:107
Wednesday 03 August 2022  16:50:48 +0000 (0:00:00.365)       0:00:26.559 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-137477a6uxlxex/tmp5scr6lkb"
}

TASK [linux-system-roles.network : Configure networking connection profiles] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:116
Wednesday 03 August 2022  16:50:48 +0000 (0:00:00.315)       0:00:26.874 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/centos-6.qcow2c.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "name": "testnic1",
                    "persistent_state": "absent"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[002] <info>  #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'


TASK [linux-system-roles.network : Configure networking state] *****************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  16:50:49 +0000 (0:00:00.401)       0:00:27.276 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:134
Wednesday 03 August 2022  16:50:49 +0000 (0:00:00.046)       0:00:27.322 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'"
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  16:50:49 +0000 (0:00:00.056)       0:00:27.378 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "name": "testnic1",
                        "persistent_state": "absent"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "deprecations": [
            {
                "collection_name": null,
                "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
                "version": "2.13"
            }
        ],
        "failed": false,
        "stderr": "[002] <info>  #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'\n",
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'"
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  16:50:49 +0000 (0:00:00.053)       0:00:27.432 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {}

TASK [linux-system-roles.network : Re-test connectivity] ***********************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:149
Wednesday 03 August 2022  16:50:49 +0000 (0:00:00.048)       0:00:27.480 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/centos-6.qcow2c.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:157
Wednesday 03 August 2022  16:50:49 +0000 (0:00:00.310)       0:00:27.791 ****** 
included: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml for /cache/centos-6.qcow2c.snap

TASK [Ensure state in ["present", "absent"]] ***********************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:3
Wednesday 03 August 2022  16:50:49 +0000 (0:00:00.070)       0:00:27.862 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Ensure type in ["dummy", "tap", "veth"]] *********************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:8
Wednesday 03 August 2022  16:50:49 +0000 (0:00:00.044)       0:00:27.906 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:13
Wednesday 03 August 2022  16:50:49 +0000 (0:00:00.043)       0:00:27.949 ****** 
included: /tmp/tmp2w2t0usz/tests/playbooks/tasks/show_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  16:50:50 +0000 (0:00:00.061)       0:00:28.010 ****** 
included: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_current_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  16:50:50 +0000 (0:00:00.091)       0:00:28.101 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003964",
    "end": "2022-08-03 16:50:49.233924",
    "rc": 0,
    "start": "2022-08-03 16:50:49.229960"
}

STDOUT:

eth0
lo
peertestnic1
testnic1

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  16:50:50 +0000 (0:00:00.308)       0:00:28.410 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "eth0",
            "lo",
            "peertestnic1",
            "testnic1"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  16:50:50 +0000 (0:00:00.051)       0:00:28.461 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1']

TASK [Install iproute] *********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:15
Wednesday 03 August 2022  16:50:50 +0000 (0:00:00.052)       0:00:28.514 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "rc": 0,
    "results": [
        "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed"
    ]
}

TASK [Create veth interface testnic1] ******************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:21
Wednesday 03 August 2022  16:50:51 +0000 (0:00:00.540)       0:00:29.054 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => (item=ip link add testnic1 type veth peer name peertestnic1)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ip link add testnic1 type veth peer name peertestnic1",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-6.qcow2c.snap] => (item=ip link set peertestnic1 up)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ip link set peertestnic1 up",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-6.qcow2c.snap] => (item=ip link set testnic1 up)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ip link set testnic1 up",
    "skip_reason": "Conditional result was False"
}

TASK [Set up veth as managed by NetworkManager] ********************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:29
Wednesday 03 August 2022  16:50:51 +0000 (0:00:00.057)       0:00:29.112 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete veth interface testnic1] ******************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:36
Wednesday 03 August 2022  16:50:51 +0000 (0:00:00.045)       0:00:29.157 ****** 
changed: [/cache/centos-6.qcow2c.snap] => {
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "del",
        "testnic1",
        "type",
        "veth"
    ],
    "delta": "0:00:00.045905",
    "end": "2022-08-03 16:50:50.335143",
    "rc": 0,
    "start": "2022-08-03 16:50:50.289238"
}

TASK [Create dummy interface testnic1] *****************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:42
Wednesday 03 August 2022  16:50:51 +0000 (0:00:00.359)       0:00:29.516 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete dummy interface testnic1] *****************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:47
Wednesday 03 August 2022  16:50:51 +0000 (0:00:00.044)       0:00:29.561 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create tap interface testnic1] *******************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:53
Wednesday 03 August 2022  16:50:51 +0000 (0:00:00.046)       0:00:29.607 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete tap interface testnic1] *******************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:58
Wednesday 03 August 2022  16:50:51 +0000 (0:00:00.053)       0:00:29.660 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-6.qcow2c.snap : ok=92   changed=10   unreachable=0    failed=0    skipped=64   rescued=0    ignored=3   

Wednesday 03 August 2022  16:50:51 +0000 (0:00:00.062)       0:00:29.723 ****** 
=============================================================================== 
linux-system-roles.network : Check which services are running ----------- 1.17s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Configure networking connection profiles --- 1.12s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:116 ----
linux-system-roles.network : Check which services are running ----------- 1.07s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.06s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.05s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
Gathering Facts --------------------------------------------------------- 0.97s
/tmp/tmp2w2t0usz/tests/tests_ethtool_coalesce_initscripts.yml:4 ---------------
linux-system-roles.network : Enable network service --------------------- 0.90s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:99 -----
linux-system-roles.network : Check which packages are installed --------- 0.87s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Create veth interface testnic1 ------------------------------------------ 0.84s
/tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:21 -----------
Gathering Facts --------------------------------------------------------- 0.75s
/tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:3 -----------------
linux-system-roles.network : Re-test connectivity ----------------------- 0.73s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:149 ----
Fix CentOS6 Base repo --------------------------------------------------- 0.68s
/tmp/tmp2w2t0usz/tests/tasks/el_repo_setup.yml:2 ------------------------------
linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.67s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:107 ----
Install iproute --------------------------------------------------------- 0.66s
/tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:15 -----------
linux-system-roles.network : Check which packages are installed --------- 0.59s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Check which packages are installed --------- 0.59s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Check which packages are installed --------- 0.57s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Install iproute --------------------------------------------------------- 0.54s
/tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:15 -----------
Enable EPEL 6 ----------------------------------------------------------- 0.53s
/tmp/tmp2w2t0usz/tests/tasks/enable_epel.yml:26 -------------------------------
linux-system-roles.network : Configure networking connection profiles --- 0.51s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:116 ----

PLAYBOOK: _restore.yml *********************************************************
1 plays in /tmp/tmp2w2t0usz/tests/_restore.yml

PLAY [all] *********************************************************************
META: ran handlers

TASK [Restore system files] ****************************************************
task path: /tmp/tmp2w2t0usz/tests/_restore.yml:4
Wednesday 03 August 2022  16:50:51 +0000 (0:00:00.033)       0:00:29.756 ****** 
changed: [/cache/centos-6.qcow2c.snap] => {
    "changed": true,
    "cmd": "(cd /; tar -xf /tmp/network.backup.tar)",
    "delta": "0:00:00.008948",
    "end": "2022-08-03 16:50:50.884464",
    "rc": 0,
    "start": "2022-08-03 16:50:50.875516"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-6.qcow2c.snap : ok=93   changed=11   unreachable=0    failed=0    skipped=64   rescued=0    ignored=3   

Wednesday 03 August 2022  16:50:52 +0000 (0:00:00.352)       0:00:30.108 ****** 
=============================================================================== 
linux-system-roles.network : Check which services are running ----------- 1.17s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Configure networking connection profiles --- 1.12s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:116 ----
linux-system-roles.network : Check which services are running ----------- 1.07s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.06s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.05s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
Gathering Facts --------------------------------------------------------- 0.97s
/tmp/tmp2w2t0usz/tests/tests_ethtool_coalesce_initscripts.yml:4 ---------------
linux-system-roles.network : Enable network service --------------------- 0.90s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:99 -----
linux-system-roles.network : Check which packages are installed --------- 0.87s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Create veth interface testnic1 ------------------------------------------ 0.84s
/tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:21 -----------
Gathering Facts --------------------------------------------------------- 0.75s
/tmp/tmp2w2t0usz/tests/playbooks/tests_ethtool_coalesce.yml:3 -----------------
linux-system-roles.network : Re-test connectivity ----------------------- 0.73s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:149 ----
Fix CentOS6 Base repo --------------------------------------------------- 0.68s
/tmp/tmp2w2t0usz/tests/tasks/el_repo_setup.yml:2 ------------------------------
linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.67s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:107 ----
Install iproute --------------------------------------------------------- 0.66s
/tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:15 -----------
linux-system-roles.network : Check which packages are installed --------- 0.59s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Check which packages are installed --------- 0.59s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Check which packages are installed --------- 0.57s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Install iproute --------------------------------------------------------- 0.54s
/tmp/tmp2w2t0usz/tests/playbooks/tasks/manage_test_interface.yml:15 -----------
Enable EPEL 6 ----------------------------------------------------------- 0.53s
/tmp/tmp2w2t0usz/tests/tasks/enable_epel.yml:26 -------------------------------
linux-system-roles.network : Configure networking connection profiles --- 0.51s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:116 ----
ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmpb95mhbnh
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
  jinja version = 2.11.3
  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: _backup.yml **********************************************************
1 plays in /tmp/tmpa_fzm6o2/tests/network/_backup.yml

PLAY [all] *********************************************************************
META: ran handlers

TASK [Get stats of system files] ***********************************************
task path: /tmp/tmpa_fzm6o2/tests/network/_backup.yml:6
Wednesday 03 August 2022  16:59:51 +0000 (0:00:00.018)       0:00:00.018 ****** 
ok: [/cache/centos-6.qcow2c.snap] => (item=/etc/resolv.conf) => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/bin/python"
    },
    "ansible_loop_var": "item",
    "changed": false,
    "deprecations": [
        {
            "collection_name": null,
            "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
            "version": "2.13"
        }
    ],
    "item": "/etc/resolv.conf",
    "stat": {
        "atime": 1659545990.1289177,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "2c55cc8324e731161638aa365379c1c147546a87",
        "ctime": 1659545990.129,
        "dev": 64513,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 25,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1659545746.0,
        "nlink": 1,
        "path": "/etc/resolv.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 57,
        "uid": 0,
        "version": "18446744073481210978",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
[DEPRECATION WARNING]: ansible-core 2.13 will require Python 2.7 or newer on 
the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 
4.4.7 20120313 (Red Hat 4.4.7-23)]. This feature will be removed in version 
2.13. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.

TASK [Check if system files exist] *********************************************
task path: /tmp/tmpa_fzm6o2/tests/network/_backup.yml:13
Wednesday 03 August 2022  16:59:52 +0000 (0:00:00.499)       0:00:00.517 ****** 
[WARNING]: conditional statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }}
ok: [/cache/centos-6.qcow2c.snap] => (item={'invocation': {'module_args': {'checksum_algorithm': 'sha1', 'get_checksum': True, 'follow': False, 'path': '/etc/resolv.conf', 'get_md5': False, 'get_mime': True, 'get_attributes': True}}, 'stat': {'charset': 'us-ascii', 'uid': 0, 'exists': True, 'attr_flags': 'e', 'woth': False, 'isreg': True, 'device_type': 0, 'mtime': 1659545746.0, 'block_size': 4096, 'inode': 25, 'isgid': False, 'size': 57, 'executable': False, 'isuid': False, 'readable': True, 'version': '18446744073481210978', 'pw_name': 'root', 'gid': 0, 'ischr': False, 'wusr': True, 'writeable': True, 'mimetype': 'text/plain', 'blocks': 8, 'xoth': False, 'islnk': False, 'nlink': 1, 'issock': False, 'rgrp': True, 'gr_name': 'root', 'path': '/etc/resolv.conf', 'xusr': False, 'atime': 1659545990.1289177, 'isdir': False, 'ctime': 1659545990.129, 'isblk': False, 'wgrp': False, 'checksum': '2c55cc8324e731161638aa365379c1c147546a87', 'dev': 64513, 'roth': True, 'isfifo': False, 'mode': '0644', 'xgrp': False, 'rusr': True, 'attributes': ['extents']}, 'changed': False, 'ansible_facts': {'discovered_interpreter_python': '/usr/bin/python'}, 'failed': False, 'item': '/etc/resolv.conf', 'ansible_loop_var': 'item'}) => {
    "ansible_facts": {
        "_existing_files": " /etc/resolv.conf"
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "ansible_facts": {
            "discovered_interpreter_python": "/usr/bin/python"
        },
        "ansible_loop_var": "item",
        "changed": false,
        "failed": false,
        "invocation": {
            "module_args": {
                "checksum_algorithm": "sha1",
                "follow": false,
                "get_attributes": true,
                "get_checksum": true,
                "get_md5": false,
                "get_mime": true,
                "path": "/etc/resolv.conf"
            }
        },
        "item": "/etc/resolv.conf",
        "stat": {
            "atime": 1659545990.1289177,
            "attr_flags": "e",
            "attributes": [
                "extents"
            ],
            "block_size": 4096,
            "blocks": 8,
            "charset": "us-ascii",
            "checksum": "2c55cc8324e731161638aa365379c1c147546a87",
            "ctime": 1659545990.129,
            "dev": 64513,
            "device_type": 0,
            "executable": false,
            "exists": true,
            "gid": 0,
            "gr_name": "root",
            "inode": 25,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mimetype": "text/plain",
            "mode": "0644",
            "mtime": 1659545746.0,
            "nlink": 1,
            "path": "/etc/resolv.conf",
            "pw_name": "root",
            "readable": true,
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 57,
            "uid": 0,
            "version": "18446744073481210978",
            "wgrp": false,
            "woth": false,
            "writeable": true,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        }
    }
}

TASK [Back up system files] ****************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/_backup.yml:19
Wednesday 03 August 2022  16:59:52 +0000 (0:00:00.036)       0:00:00.553 ****** 
changed: [/cache/centos-6.qcow2c.snap] => {
    "changed": true,
    "cmd": [
        "tar",
        "-cf",
        "/tmp/network.backup.tar",
        "--same-owner",
        "--same-permissions",
        "/etc/resolv.conf"
    ],
    "delta": "0:00:00.004586",
    "end": "2022-08-03 16:59:51.680647",
    "rc": 0,
    "start": "2022-08-03 16:59:51.676061"
}

STDERR:

tar: Removing leading `/' from member names
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-6.qcow2c.snap : ok=3    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   

Wednesday 03 August 2022  16:59:52 +0000 (0:00:00.418)       0:00:00.971 ****** 
=============================================================================== 
Get stats of system files ----------------------------------------------- 0.50s
/tmp/tmpa_fzm6o2/tests/network/_backup.yml:6 ----------------------------------
Back up system files ---------------------------------------------------- 0.42s
/tmp/tmpa_fzm6o2/tests/network/_backup.yml:19 ---------------------------------
Check if system files exist --------------------------------------------- 0.04s
/tmp/tmpa_fzm6o2/tests/network/_backup.yml:13 ---------------------------------

PLAYBOOK: tests_ethtool_coalesce_initscripts.yml *******************************
2 plays in /tmp/tmpa_fzm6o2/tests/network/tests_ethtool_coalesce_initscripts.yml

PLAY [Run playbook 'playbooks/tests_ethtool_coalesce.yml' with initscripts as provider] ***

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tests_ethtool_coalesce_initscripts.yml:4
Wednesday 03 August 2022  16:59:52 +0000 (0:00:00.072)       0:00:01.043 ****** 
ok: [/cache/centos-6.qcow2c.snap]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tests_ethtool_coalesce_initscripts.yml:7
Wednesday 03 August 2022  16:59:53 +0000 (0:00:00.973)       0:00:02.017 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/tasks/el_repo_setup.yml for /cache/centos-6.qcow2c.snap

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tasks/el_repo_setup.yml:2
Wednesday 03 August 2022  16:59:53 +0000 (0:00:00.029)       0:00:02.047 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "checksum": "b0aa488e4736bbd208461d247c4869d2ba0c95cd",
    "dest": "/etc/yum.repos.d/CentOS-Base.repo",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/yum.repos.d/CentOS-Base.repo",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 480,
    "state": "file",
    "uid": 0
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tasks/el_repo_setup.yml:27
Wednesday 03 August 2022  16:59:54 +0000 (0:00:00.675)       0:00:02.722 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/tasks/enable_epel.yml for /cache/centos-6.qcow2c.snap

TASK [Create EPEL 6] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tasks/enable_epel.yml:4
Wednesday 03 August 2022  16:59:54 +0000 (0:00:00.033)       0:00:02.755 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tasks/enable_epel.yml:11
Wednesday 03 August 2022  16:59:54 +0000 (0:00:00.022)       0:00:02.778 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tasks/enable_epel.yml:17
Wednesday 03 August 2022  16:59:54 +0000 (0:00:00.022)       0:00:02.801 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tasks/enable_epel.yml:26
Wednesday 03 August 2022  16:59:54 +0000 (0:00:00.023)       0:00:02.824 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "checksum": "4bafddfe7badb0971135c888f25df1308b193622",
    "dest": "/etc/yum.repos.d/epel.repo",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/yum.repos.d/epel.repo",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 155,
    "state": "file",
    "uid": 0
}

TASK [Set network provider to 'initscripts'] ***********************************
task path: /tmp/tmpa_fzm6o2/tests/network/tests_ethtool_coalesce_initscripts.yml:8
Wednesday 03 August 2022  16:59:55 +0000 (0:00:00.508)       0:00:03.332 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "ansible_facts": {
        "network_provider": "initscripts"
    },
    "changed": false
}
META: ran handlers
META: ran handlers

PLAY [all] *********************************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:3
Wednesday 03 August 2022  16:59:55 +0000 (0:00:00.055)       0:00:03.388 ****** 
ok: [/cache/centos-6.qcow2c.snap]
META: ran handlers

TASK [Show playbook name] ******************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:8
Wednesday 03 August 2022  16:59:55 +0000 (0:00:00.713)       0:00:04.102 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

this is: playbooks/tests_ethtool_coalesce.yml

TASK [INIT: Ethtool coalesce tests] ********************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:14
Wednesday 03 August 2022  16:59:56 +0000 (0:00:00.057)       0:00:04.160 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

##################################################

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:17
Wednesday 03 August 2022  16:59:56 +0000 (0:00:00.047)       0:00:04.207 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/show_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  16:59:56 +0000 (0:00:00.046)       0:00:04.254 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  16:59:56 +0000 (0:00:00.043)       0:00:04.298 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003926",
    "end": "2022-08-03 16:59:55.309098",
    "rc": 0,
    "start": "2022-08-03 16:59:55.305172"
}

STDOUT:

eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  16:59:56 +0000 (0:00:00.296)       0:00:04.594 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  16:59:56 +0000 (0:00:00.048)       0:00:04.643 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

current_interfaces: ['eth0', 'lo']

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:18
Wednesday 03 August 2022  16:59:56 +0000 (0:00:00.052)       0:00:04.695 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml for /cache/centos-6.qcow2c.snap

TASK [Ensure state in ["present", "absent"]] ***********************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:3
Wednesday 03 August 2022  16:59:56 +0000 (0:00:00.050)       0:00:04.745 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Ensure type in ["dummy", "tap", "veth"]] *********************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:8
Wednesday 03 August 2022  16:59:56 +0000 (0:00:00.035)       0:00:04.781 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:13
Wednesday 03 August 2022  16:59:56 +0000 (0:00:00.037)       0:00:04.819 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/show_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  16:59:56 +0000 (0:00:00.047)       0:00:04.866 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  16:59:56 +0000 (0:00:00.044)       0:00:04.911 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.004014",
    "end": "2022-08-03 16:59:55.979530",
    "rc": 0,
    "start": "2022-08-03 16:59:55.975516"
}

STDOUT:

eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  16:59:57 +0000 (0:00:00.356)       0:00:05.268 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  16:59:57 +0000 (0:00:00.046)       0:00:05.314 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

current_interfaces: ['eth0', 'lo']

TASK [Install iproute] *********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:15
Wednesday 03 August 2022  16:59:57 +0000 (0:00:00.074)       0:00:05.389 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "rc": 0,
    "results": [
        "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed"
    ]
}

TASK [Create veth interface testnic1] ******************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:21
Wednesday 03 August 2022  16:59:57 +0000 (0:00:00.668)       0:00:06.058 ****** 
changed: [/cache/centos-6.qcow2c.snap] => (item=ip link add testnic1 type veth peer name peertestnic1) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "add",
        "testnic1",
        "type",
        "veth",
        "peer",
        "name",
        "peertestnic1"
    ],
    "delta": "0:00:00.003951",
    "deprecations": [
        {
            "collection_name": null,
            "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
            "version": "2.13"
        }
    ],
    "end": "2022-08-03 16:59:57.078265",
    "item": "ip link add testnic1 type veth peer name peertestnic1",
    "rc": 0,
    "start": "2022-08-03 16:59:57.074314"
}
changed: [/cache/centos-6.qcow2c.snap] => (item=ip link set peertestnic1 up) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "set",
        "peertestnic1",
        "up"
    ],
    "delta": "0:00:00.006734",
    "deprecations": [
        {
            "collection_name": null,
            "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
            "version": "2.13"
        }
    ],
    "end": "2022-08-03 16:59:57.343665",
    "item": "ip link set peertestnic1 up",
    "rc": 0,
    "start": "2022-08-03 16:59:57.336931"
}
changed: [/cache/centos-6.qcow2c.snap] => (item=ip link set testnic1 up) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "set",
        "testnic1",
        "up"
    ],
    "delta": "0:00:00.005097",
    "deprecations": [
        {
            "collection_name": null,
            "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
            "version": "2.13"
        }
    ],
    "end": "2022-08-03 16:59:57.605395",
    "item": "ip link set testnic1 up",
    "rc": 0,
    "start": "2022-08-03 16:59:57.600298"
}

TASK [Set up veth as managed by NetworkManager] ********************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:28
Wednesday 03 August 2022  16:59:58 +0000 (0:00:00.833)       0:00:06.891 ****** 
fatal: [/cache/centos-6.qcow2c.snap]: FAILED! => {
    "changed": false,
    "cmd": "nmcli d set testnic1 managed true",
    "rc": 2
}

MSG:

[Errno 2] No such file or directory
...ignoring

TASK [Delete veth interface testnic1] ******************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:35
Wednesday 03 August 2022  16:59:59 +0000 (0:00:00.296)       0:00:07.188 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create dummy interface testnic1] *****************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:40
Wednesday 03 August 2022  16:59:59 +0000 (0:00:00.035)       0:00:07.224 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete dummy interface testnic1] *****************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:44
Wednesday 03 August 2022  16:59:59 +0000 (0:00:00.035)       0:00:07.259 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create tap interface testnic1] *******************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:49
Wednesday 03 August 2022  16:59:59 +0000 (0:00:00.036)       0:00:07.296 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete tap interface testnic1] *******************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:53
Wednesday 03 August 2022  16:59:59 +0000 (0:00:00.037)       0:00:07.333 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:21
Wednesday 03 August 2022  16:59:59 +0000 (0:00:00.038)       0:00:07.371 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/assert_device_present.yml for /cache/centos-6.qcow2c.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/assert_device_present.yml:3
Wednesday 03 August 2022  16:59:59 +0000 (0:00:00.048)       0:00:07.420 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/centos-6.qcow2c.snap

TASK [Get stat for interface testnic1] *****************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_interface_stat.yml:3
Wednesday 03 August 2022  16:59:59 +0000 (0:00:00.045)       0:00:07.465 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "stat": {
        "atime": 1659545997.105,
        "block_size": 4096,
        "blocks": 0,
        "ctime": 1659545997.086,
        "dev": 0,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 7950,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": true,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "lnk_source": "/sys/devices/virtual/net/testnic1",
        "lnk_target": "../../devices/virtual/net/testnic1",
        "mode": "0777",
        "mtime": 1659545997.086,
        "nlink": 1,
        "path": "/sys/class/net/testnic1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "wgrp": true,
        "woth": true,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [assert that interface testnic1 is present] *******************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/assert_device_present.yml:4
Wednesday 03 August 2022  16:59:59 +0000 (0:00:00.304)       0:00:07.770 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Install ethtool (test dependency)] ***************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:22
Wednesday 03 August 2022  16:59:59 +0000 (0:00:00.048)       0:00:07.818 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "rc": 0,
    "results": [
        "2:ethtool-3.5-6.el6.x86_64 providing ethtool is already installed"
    ]
}

TASK [TEST: I can create a profile without any coalescing option.] *************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:28
Wednesday 03 August 2022  17:00:00 +0000 (0:00:00.466)       0:00:08.285 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

##################################################

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Wednesday 03 August 2022  17:00:00 +0000 (0:00:00.046)       0:00:08.331 ****** 
included: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/centos-6.qcow2c.snap

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Wednesday 03 August 2022  17:00:00 +0000 (0:00:00.053)       0:00:08.385 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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 services are running] ****
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9
Wednesday 03 August 2022  17:00:00 +0000 (0:00:00.402)       0:00:08.788 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14
Wednesday 03 August 2022  17:00:01 +0000 (0:00:01.192)       0:00:09.980 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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] **************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Wednesday 03 August 2022  17:00:02 +0000 (0:00:00.853)       0:00:10.834 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Wednesday 03 August 2022  17:00:02 +0000 (0:00:00.115)       0:00:10.950 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "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] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Wednesday 03 August 2022  17:00:02 +0000 (0:00:00.046)       0:00:10.996 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27
Wednesday 03 August 2022  17:00:02 +0000 (0:00:00.043)       0:00:11.040 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35
Wednesday 03 August 2022  17:00:02 +0000 (0:00:00.065)       0:00:11.106 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45
Wednesday 03 August 2022  17:00:03 +0000 (0:00:00.048)       0:00:11.154 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56
Wednesday 03 August 2022  17:00:03 +0000 (0:00:00.048)       0:00:11.203 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69
Wednesday 03 August 2022  17:00:03 +0000 (0:00:00.050)       0:00:11.253 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "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] *****
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80
Wednesday 03 August 2022  17:00:03 +0000 (0:00:00.046)       0:00:11.300 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89
Wednesday 03 August 2022  17:00:03 +0000 (0:00:00.043)       0:00:11.344 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97
Wednesday 03 August 2022  17:00:03 +0000 (0:00:00.512)       0:00:11.856 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-157863je_vfwg9/tmptemxq07o"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106
Wednesday 03 August 2022  17:00:04 +0000 (0:00:00.308)       0:00:12.165 ****** 
changed: [/cache/centos-6.qcow2c.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "ip": {
                        "auto6": false,
                        "dhcp4": false
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118
Wednesday 03 August 2022  17:00:04 +0000 (0:00:00.629)       0:00:12.795 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124
Wednesday 03 August 2022  17:00:04 +0000 (0:00:00.046)       0:00:12.841 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128
Wednesday 03 August 2022  17:00:04 +0000 (0:00:00.057)       0:00:12.899 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "ip": {
                            "auto6": false,
                            "dhcp4": false
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "deprecations": [
            {
                "collection_name": null,
                "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
                "version": "2.13"
            }
        ],
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Wednesday 03 August 2022  17:00:04 +0000 (0:00:00.054)       0:00:12.953 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139
Wednesday 03 August 2022  17:00:04 +0000 (0:00:00.044)       0:00:12.997 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/centos-6.qcow2c.snap

TASK [Get profile's coalescing options] ****************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:44
Wednesday 03 August 2022  17:00:05 +0000 (0:00:00.440)       0:00:13.438 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [ASSERT: The profile does not contain coalescing options] *****************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:49
Wednesday 03 August 2022  17:00:05 +0000 (0:00:00.045)       0:00:13.483 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get profile's coalescing options] ****************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:54
Wednesday 03 August 2022  17:00:05 +0000 (0:00:00.042)       0:00:13.526 ****** 
fatal: [/cache/centos-6.qcow2c.snap]: FAILED! => {
    "changed": true,
    "cmd": [
        "grep",
        "ETHTOOL",
        "/etc/sysconfig/network-scripts/ifcfg-testnic1"
    ],
    "delta": "0:00:00.003701",
    "end": "2022-08-03 17:00:04.535550",
    "rc": 1,
    "start": "2022-08-03 17:00:04.531849"
}

MSG:

non-zero return code
...ignoring

TASK [ASSERT: The profile does not contain coalescing options] *****************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:60
Wednesday 03 August 2022  17:00:05 +0000 (0:00:00.303)       0:00:13.829 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [TEST: I can set rx-frames.] **********************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:66
Wednesday 03 August 2022  17:00:05 +0000 (0:00:00.055)       0:00:13.885 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

##################################################

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Wednesday 03 August 2022  17:00:05 +0000 (0:00:00.053)       0:00:13.938 ****** 
included: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/centos-6.qcow2c.snap

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Wednesday 03 August 2022  17:00:05 +0000 (0:00:00.065)       0:00:14.003 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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 services are running] ****
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9
Wednesday 03 August 2022  17:00:06 +0000 (0:00:00.392)       0:00:14.396 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14
Wednesday 03 August 2022  17:00:07 +0000 (0:00:01.014)       0:00:15.410 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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] **************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Wednesday 03 August 2022  17:00:07 +0000 (0:00:00.605)       0:00:16.016 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Wednesday 03 August 2022  17:00:07 +0000 (0:00:00.101)       0:00:16.117 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "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] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Wednesday 03 August 2022  17:00:08 +0000 (0:00:00.045)       0:00:16.163 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27
Wednesday 03 August 2022  17:00:08 +0000 (0:00:00.049)       0:00:16.212 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35
Wednesday 03 August 2022  17:00:08 +0000 (0:00:00.067)       0:00:16.279 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45
Wednesday 03 August 2022  17:00:08 +0000 (0:00:00.045)       0:00:16.325 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56
Wednesday 03 August 2022  17:00:08 +0000 (0:00:00.044)       0:00:16.370 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69
Wednesday 03 August 2022  17:00:08 +0000 (0:00:00.050)       0:00:16.420 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "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] *****
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80
Wednesday 03 August 2022  17:00:08 +0000 (0:00:00.045)       0:00:16.466 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89
Wednesday 03 August 2022  17:00:08 +0000 (0:00:00.042)       0:00:16.508 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97
Wednesday 03 August 2022  17:00:08 +0000 (0:00:00.360)       0:00:16.868 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-157863je_vfwg9/tmp2ev2qy36"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106
Wednesday 03 August 2022  17:00:09 +0000 (0:00:00.314)       0:00:17.182 ****** 
changed: [/cache/centos-6.qcow2c.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "ethtool": {
                        "coalesce": {
                            "rx_frames": 128
                        }
                    },
                    "ip": {
                        "auto6": false,
                        "dhcp4": false
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err='Cannot get device coalesce settings: Operation not supported
'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118
Wednesday 03 August 2022  17:00:09 +0000 (0:00:00.466)       0:00:17.649 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124
Wednesday 03 August 2022  17:00:09 +0000 (0:00:00.049)       0:00:17.699 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err='Cannot get device coalesce settings: Operation not supported",
        "'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128
Wednesday 03 August 2022  17:00:09 +0000 (0:00:00.062)       0:00:17.762 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "ethtool": {
                            "coalesce": {
                                "rx_frames": 128
                            }
                        },
                        "ip": {
                            "auto6": false,
                            "dhcp4": false
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "deprecations": [
            {
                "collection_name": null,
                "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
                "version": "2.13"
            }
        ],
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err='Cannot get device coalesce settings: Operation not supported\n'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err='Cannot get device coalesce settings: Operation not supported",
            "'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Wednesday 03 August 2022  17:00:09 +0000 (0:00:00.057)       0:00:17.819 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139
Wednesday 03 August 2022  17:00:09 +0000 (0:00:00.045)       0:00:17.865 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/centos-6.qcow2c.snap

TASK [Get profile's coalescing options] ****************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:84
Wednesday 03 August 2022  17:00:10 +0000 (0:00:00.353)       0:00:18.218 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Assert coalesce options set in profile] **********************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:89
Wednesday 03 August 2022  17:00:10 +0000 (0:00:00.043)       0:00:18.262 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get profile's coalescing options] ****************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:95
Wednesday 03 August 2022  17:00:10 +0000 (0:00:00.043)       0:00:18.305 ****** 
changed: [/cache/centos-6.qcow2c.snap] => {
    "changed": true,
    "cmd": [
        "grep",
        "ETHTOOL",
        "/etc/sysconfig/network-scripts/ifcfg-testnic1"
    ],
    "delta": "0:00:00.003696",
    "end": "2022-08-03 17:00:09.309492",
    "rc": 0,
    "start": "2022-08-03 17:00:09.305796"
}

STDOUT:

ETHTOOL_OPTS="-C testnic1 rx-frames 128"

TASK [Assert coalesce options set in profile] **********************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:101
Wednesday 03 August 2022  17:00:10 +0000 (0:00:00.299)       0:00:18.605 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [TEST: I can clear coalescing options] ************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:107
Wednesday 03 August 2022  17:00:10 +0000 (0:00:00.054)       0:00:18.660 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

##################################################

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Wednesday 03 August 2022  17:00:10 +0000 (0:00:00.055)       0:00:18.716 ****** 
included: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/centos-6.qcow2c.snap

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Wednesday 03 August 2022  17:00:10 +0000 (0:00:00.065)       0:00:18.782 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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 services are running] ****
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9
Wednesday 03 August 2022  17:00:11 +0000 (0:00:00.412)       0:00:19.194 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14
Wednesday 03 August 2022  17:00:12 +0000 (0:00:01.019)       0:00:20.213 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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] **************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Wednesday 03 August 2022  17:00:12 +0000 (0:00:00.631)       0:00:20.845 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Wednesday 03 August 2022  17:00:12 +0000 (0:00:00.052)       0:00:20.897 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "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] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Wednesday 03 August 2022  17:00:12 +0000 (0:00:00.042)       0:00:20.939 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27
Wednesday 03 August 2022  17:00:12 +0000 (0:00:00.043)       0:00:20.983 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35
Wednesday 03 August 2022  17:00:12 +0000 (0:00:00.067)       0:00:21.051 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45
Wednesday 03 August 2022  17:00:12 +0000 (0:00:00.043)       0:00:21.095 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56
Wednesday 03 August 2022  17:00:12 +0000 (0:00:00.045)       0:00:21.140 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69
Wednesday 03 August 2022  17:00:13 +0000 (0:00:00.051)       0:00:21.192 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "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] *****
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80
Wednesday 03 August 2022  17:00:13 +0000 (0:00:00.043)       0:00:21.235 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89
Wednesday 03 August 2022  17:00:13 +0000 (0:00:00.041)       0:00:21.276 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97
Wednesday 03 August 2022  17:00:13 +0000 (0:00:00.395)       0:00:21.672 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-157863je_vfwg9/tmpif932zy8"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106
Wednesday 03 August 2022  17:00:14 +0000 (0:00:00.507)       0:00:22.179 ****** 
changed: [/cache/centos-6.qcow2c.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "ip": {
                        "auto6": false,
                        "dhcp4": false
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118
Wednesday 03 August 2022  17:00:14 +0000 (0:00:00.463)       0:00:22.642 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124
Wednesday 03 August 2022  17:00:14 +0000 (0:00:00.101)       0:00:22.744 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128
Wednesday 03 August 2022  17:00:14 +0000 (0:00:00.067)       0:00:22.812 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "ip": {
                            "auto6": false,
                            "dhcp4": false
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "deprecations": [
            {
                "collection_name": null,
                "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
                "version": "2.13"
            }
        ],
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err=''"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Wednesday 03 August 2022  17:00:14 +0000 (0:00:00.056)       0:00:22.868 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139
Wednesday 03 August 2022  17:00:14 +0000 (0:00:00.052)       0:00:22.921 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/centos-6.qcow2c.snap

TASK [Get profile's coalescing options] ****************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:122
Wednesday 03 August 2022  17:00:15 +0000 (0:00:00.329)       0:00:23.250 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [ASSERT: The profile does reset coalescing options] ***********************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:127
Wednesday 03 August 2022  17:00:15 +0000 (0:00:00.041)       0:00:23.292 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get profile's coalescing options] ****************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:132
Wednesday 03 August 2022  17:00:15 +0000 (0:00:00.045)       0:00:23.338 ****** 
fatal: [/cache/centos-6.qcow2c.snap]: FAILED! => {
    "changed": true,
    "cmd": [
        "grep",
        "ETHTOOL",
        "/etc/sysconfig/network-scripts/ifcfg-testnic1"
    ],
    "delta": "0:00:00.003918",
    "end": "2022-08-03 17:00:14.361774",
    "rc": 1,
    "start": "2022-08-03 17:00:14.357856"
}

MSG:

non-zero return code
...ignoring

TASK [ASSERT: The profile does reset coalescing options] ***********************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:138
Wednesday 03 August 2022  17:00:15 +0000 (0:00:00.317)       0:00:23.655 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Wednesday 03 August 2022  17:00:15 +0000 (0:00:00.058)       0:00:23.714 ****** 
included: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/centos-6.qcow2c.snap

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Wednesday 03 August 2022  17:00:15 +0000 (0:00:00.068)       0:00:23.782 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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 services are running] ****
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9
Wednesday 03 August 2022  17:00:16 +0000 (0:00:00.392)       0:00:24.175 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14
Wednesday 03 August 2022  17:00:17 +0000 (0:00:01.032)       0:00:25.207 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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] **************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Wednesday 03 August 2022  17:00:17 +0000 (0:00:00.576)       0:00:25.784 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Wednesday 03 August 2022  17:00:17 +0000 (0:00:00.053)       0:00:25.838 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "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] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Wednesday 03 August 2022  17:00:17 +0000 (0:00:00.046)       0:00:25.885 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27
Wednesday 03 August 2022  17:00:17 +0000 (0:00:00.047)       0:00:25.932 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35
Wednesday 03 August 2022  17:00:17 +0000 (0:00:00.068)       0:00:26.000 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45
Wednesday 03 August 2022  17:00:17 +0000 (0:00:00.047)       0:00:26.048 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56
Wednesday 03 August 2022  17:00:17 +0000 (0:00:00.045)       0:00:26.093 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69
Wednesday 03 August 2022  17:00:18 +0000 (0:00:00.049)       0:00:26.142 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "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] *****
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80
Wednesday 03 August 2022  17:00:18 +0000 (0:00:00.046)       0:00:26.189 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89
Wednesday 03 August 2022  17:00:18 +0000 (0:00:00.041)       0:00:26.231 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "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] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97
Wednesday 03 August 2022  17:00:18 +0000 (0:00:00.368)       0:00:26.599 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-157863je_vfwg9/tmpsr9acmvd"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106
Wednesday 03 August 2022  17:00:18 +0000 (0:00:00.308)       0:00:26.908 ****** 
changed: [/cache/centos-6.qcow2c.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "name": "testnic1",
                    "persistent_state": "absent"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[002] <info>  #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118
Wednesday 03 August 2022  17:00:19 +0000 (0:00:00.416)       0:00:27.324 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124
Wednesday 03 August 2022  17:00:19 +0000 (0:00:00.046)       0:00:27.371 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128
Wednesday 03 August 2022  17:00:19 +0000 (0:00:00.056)       0:00:27.427 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "name": "testnic1",
                        "persistent_state": "absent"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "deprecations": [
            {
                "collection_name": null,
                "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
                "version": "2.13"
            }
        ],
        "failed": false,
        "stderr": "[002] <info>  #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'\n",
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Wednesday 03 August 2022  17:00:19 +0000 (0:00:00.055)       0:00:27.482 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139
Wednesday 03 August 2022  17:00:19 +0000 (0:00:00.049)       0:00:27.532 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/centos-6.qcow2c.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:154
Wednesday 03 August 2022  17:00:19 +0000 (0:00:00.312)       0:00:27.844 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml for /cache/centos-6.qcow2c.snap

TASK [Ensure state in ["present", "absent"]] ***********************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:3
Wednesday 03 August 2022  17:00:19 +0000 (0:00:00.065)       0:00:27.910 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Ensure type in ["dummy", "tap", "veth"]] *********************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:8
Wednesday 03 August 2022  17:00:19 +0000 (0:00:00.043)       0:00:27.953 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:13
Wednesday 03 August 2022  17:00:19 +0000 (0:00:00.048)       0:00:28.001 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/show_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  17:00:19 +0000 (0:00:00.063)       0:00:28.064 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  17:00:19 +0000 (0:00:00.058)       0:00:28.122 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.004259",
    "end": "2022-08-03 17:00:19.132519",
    "rc": 0,
    "start": "2022-08-03 17:00:19.128260"
}

STDOUT:

eth0
lo
peertestnic1
testnic1

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  17:00:20 +0000 (0:00:00.307)       0:00:28.430 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "eth0",
            "lo",
            "peertestnic1",
            "testnic1"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  17:00:20 +0000 (0:00:00.058)       0:00:28.489 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1']

TASK [Install iproute] *********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:15
Wednesday 03 August 2022  17:00:20 +0000 (0:00:00.062)       0:00:28.551 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "rc": 0,
    "results": [
        "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed"
    ]
}

TASK [Create veth interface testnic1] ******************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:21
Wednesday 03 August 2022  17:00:20 +0000 (0:00:00.556)       0:00:29.107 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => (item=ip link add testnic1 type veth peer name peertestnic1)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ip link add testnic1 type veth peer name peertestnic1",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-6.qcow2c.snap] => (item=ip link set peertestnic1 up)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ip link set peertestnic1 up",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-6.qcow2c.snap] => (item=ip link set testnic1 up)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ip link set testnic1 up",
    "skip_reason": "Conditional result was False"
}

TASK [Set up veth as managed by NetworkManager] ********************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:28
Wednesday 03 August 2022  17:00:21 +0000 (0:00:00.056)       0:00:29.164 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete veth interface testnic1] ******************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:35
Wednesday 03 August 2022  17:00:21 +0000 (0:00:00.045)       0:00:29.210 ****** 
changed: [/cache/centos-6.qcow2c.snap] => {
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "del",
        "testnic1",
        "type",
        "veth"
    ],
    "delta": "0:00:00.041635",
    "end": "2022-08-03 17:00:20.253567",
    "rc": 0,
    "start": "2022-08-03 17:00:20.211932"
}

TASK [Create dummy interface testnic1] *****************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:40
Wednesday 03 August 2022  17:00:21 +0000 (0:00:00.342)       0:00:29.552 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete dummy interface testnic1] *****************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:44
Wednesday 03 August 2022  17:00:21 +0000 (0:00:00.045)       0:00:29.598 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create tap interface testnic1] *******************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:49
Wednesday 03 August 2022  17:00:21 +0000 (0:00:00.045)       0:00:29.643 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete tap interface testnic1] *******************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:53
Wednesday 03 August 2022  17:00:21 +0000 (0:00:00.044)       0:00:29.688 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-6.qcow2c.snap : ok=92   changed=10   unreachable=0    failed=0    skipped=64   rescued=0    ignored=3   

Wednesday 03 August 2022  17:00:21 +0000 (0:00:00.066)       0:00:29.754 ****** 
=============================================================================== 
fedora.linux_system_roles.network : Check which services are running ---- 1.19s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Configure networking connection profiles --- 1.09s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 
fedora.linux_system_roles.network : Check which services are running ---- 1.03s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.02s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.01s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
Gathering Facts --------------------------------------------------------- 0.97s
/tmp/tmpa_fzm6o2/tests/network/tests_ethtool_coalesce_initscripts.yml:4 -------
fedora.linux_system_roles.network : Enable network service -------------- 0.91s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 
fedora.linux_system_roles.network : Check which packages are installed --- 0.85s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Create veth interface testnic1 ------------------------------------------ 0.83s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:21 ---
fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.82s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 
fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.77s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 
Gathering Facts --------------------------------------------------------- 0.71s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:3 ---------
Fix CentOS6 Base repo --------------------------------------------------- 0.68s
/tmp/tmpa_fzm6o2/tests/network/tasks/el_repo_setup.yml:2 ----------------------
Install iproute --------------------------------------------------------- 0.67s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:15 ---
fedora.linux_system_roles.network : Check which packages are installed --- 0.63s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
fedora.linux_system_roles.network : Check which packages are installed --- 0.61s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
fedora.linux_system_roles.network : Check which packages are installed --- 0.58s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Install iproute --------------------------------------------------------- 0.56s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:15 ---
Enable EPEL 6 ----------------------------------------------------------- 0.51s
/tmp/tmpa_fzm6o2/tests/network/tasks/enable_epel.yml:26 -----------------------
Get stats of system files ----------------------------------------------- 0.50s
/tmp/tmpa_fzm6o2/tests/network/_backup.yml:6 ----------------------------------

PLAYBOOK: _restore.yml *********************************************************
1 plays in /tmp/tmpa_fzm6o2/tests/network/_restore.yml

PLAY [all] *********************************************************************
META: ran handlers

TASK [Restore system files] ****************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/_restore.yml:4
Wednesday 03 August 2022  17:00:21 +0000 (0:00:00.041)       0:00:29.795 ****** 
changed: [/cache/centos-6.qcow2c.snap] => {
    "changed": true,
    "cmd": "(cd /; tar -xf /tmp/network.backup.tar)",
    "delta": "0:00:00.005973",
    "end": "2022-08-03 17:00:20.801289",
    "rc": 0,
    "start": "2022-08-03 17:00:20.795316"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-6.qcow2c.snap : ok=93   changed=11   unreachable=0    failed=0    skipped=64   rescued=0    ignored=3   

Wednesday 03 August 2022  17:00:21 +0000 (0:00:00.322)       0:00:30.118 ****** 
=============================================================================== 
fedora.linux_system_roles.network : Check which services are running ---- 1.19s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Configure networking connection profiles --- 1.09s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 
fedora.linux_system_roles.network : Check which services are running ---- 1.03s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.02s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.01s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
Gathering Facts --------------------------------------------------------- 0.97s
/tmp/tmpa_fzm6o2/tests/network/tests_ethtool_coalesce_initscripts.yml:4 -------
fedora.linux_system_roles.network : Enable network service -------------- 0.91s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 
fedora.linux_system_roles.network : Check which packages are installed --- 0.85s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Create veth interface testnic1 ------------------------------------------ 0.83s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:21 ---
fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.82s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 
fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.77s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 
Gathering Facts --------------------------------------------------------- 0.71s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tests_ethtool_coalesce.yml:3 ---------
Fix CentOS6 Base repo --------------------------------------------------- 0.68s
/tmp/tmpa_fzm6o2/tests/network/tasks/el_repo_setup.yml:2 ----------------------
Install iproute --------------------------------------------------------- 0.67s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:15 ---
fedora.linux_system_roles.network : Check which packages are installed --- 0.63s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
fedora.linux_system_roles.network : Check which packages are installed --- 0.61s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
fedora.linux_system_roles.network : Check which packages are installed --- 0.58s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Install iproute --------------------------------------------------------- 0.56s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/manage_test_interface.yml:15 ---
Enable EPEL 6 ----------------------------------------------------------- 0.51s
/tmp/tmpa_fzm6o2/tests/network/tasks/enable_epel.yml:26 -----------------------
Get stats of system files ----------------------------------------------- 0.50s
/tmp/tmpa_fzm6o2/tests/network/_backup.yml:6 ----------------------------------