Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-networking-ansible.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-77721-431120/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '80fbffaafe634414a2064180098d4cf1', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-77721-431120/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-networking-ansible.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-networking-ansible-4.0.0-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-networking-ansible.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-77721-431120/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'f69d11a097fb439ca5274b7e2d8c0a2a', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-77721-431120/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-networking-ansible.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9i2Ude + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf networking-ansible-4.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/networking-ansible-4.0.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd networking-ansible-4.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-networking-ansible-4.0.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.k8uyOd + umask 022 + cd /builddir/build/BUILD + cd networking-ansible-4.0.0 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/networking_ansible creating build/lib/networking_ansible/ml2 copying networking_ansible/ml2/trunk_driver.py -> build/lib/networking_ansible/ml2 copying networking_ansible/ml2/mech_driver.py -> build/lib/networking_ansible/ml2 copying networking_ansible/ml2/__init__.py -> build/lib/networking_ansible/ml2 creating build/lib/networking_ansible/tests creating build/lib/networking_ansible/tests/unit copying networking_ansible/tests/unit/test_config.py -> build/lib/networking_ansible/tests/unit copying networking_ansible/tests/unit/__init__.py -> build/lib/networking_ansible/tests/unit copying networking_ansible/tests/unit/base.py -> build/lib/networking_ansible/tests/unit copying networking_ansible/tests/__init__.py -> build/lib/networking_ansible/tests copying networking_ansible/config.py -> build/lib/networking_ansible copying networking_ansible/exceptions.py -> build/lib/networking_ansible copying networking_ansible/__init__.py -> build/lib/networking_ansible creating build/lib/networking_ansible/tests/unit/ml2 copying networking_ansible/tests/unit/ml2/test_trunk_driver.py -> build/lib/networking_ansible/tests/unit/ml2 copying networking_ansible/tests/unit/ml2/test_mech_driver.py -> build/lib/networking_ansible/tests/unit/ml2 copying networking_ansible/tests/unit/ml2/__init__.py -> build/lib/networking_ansible/tests/unit/ml2 running egg_info writing networking_ansible.egg-info/PKG-INFO writing dependency_links to networking_ansible.egg-info/dependency_links.txt writing entry points to networking_ansible.egg-info/entry_points.txt deleting networking_ansible.egg-info/requires.txt writing top-level names to networking_ansible.egg-info/top_level.txt writing pbr to networking_ansible.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'networking_ansible.egg-info/SOURCES.txt' + /usr/bin/python3 setup.py build_sphinx -b html running build_sphinx [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/networking-ansible-4.0.0/.gitreview found building [mo]: all of 0 po files building [html]: all source files updating environment: [new config] 19 added, 0 changed, 0 removed reading sources... [ 5%] contributor/contributing reading sources... [ 10%] contributor/coordination reading sources... [ 15%] contributor/index reading sources... [ 21%] contributor/provider reading sources... [ 26%] index reading sources... [ 31%] install/configure reading sources... [ 36%] install/index reading sources... [ 42%] install/install reading sources... [ 47%] install/install-obs reading sources... [ 52%] install/install-pip reading sources... [ 57%] install/install-rdo reading sources... [ 63%] install/install-ubuntu reading sources... [ 68%] install/next-steps reading sources... [ 73%] install/prerequisites reading sources... [ 78%] install/verify reading sources... [ 84%] readme reading sources... [ 89%] reference/index reading sources... [ 94%] user/index reading sources... [100%] user/ironic looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 5%] contributor/contributing [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/networking-ansible/tree/doc/source' [openstackdocstheme] bug_project (from user) 'networking-ansible' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/contributing is 2020-05-20 09:19:32 writing output... [ 10%] contributor/coordination [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/coordination is 2020-05-20 09:19:32 writing output... [ 15%] contributor/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/index is 2020-05-20 09:19:32 writing output... [ 21%] contributor/provider [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/provider is 2020-05-20 09:19:32 writing output... [ 26%] index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2020-05-20 09:19:32 writing output... [ 31%] install/configure [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/configure is 2020-05-20 09:19:32 writing output... [ 36%] install/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/index is 2020-05-20 09:19:32 writing output... [ 42%] install/install [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/install is 2020-05-20 09:19:32 writing output... [ 47%] install/install-obs [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/install-obs is 2020-05-20 09:19:32 writing output... [ 52%] install/install-pip [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/install-pip is 2020-05-20 09:19:32 writing output... [ 57%] install/install-rdo [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/install-rdo is 2020-05-20 09:19:32 writing output... [ 63%] install/install-ubuntu [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/install-ubuntu is 2020-05-20 09:19:32 writing output... [ 68%] install/next-steps [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/next-steps is 2020-05-20 09:19:32 writing output... [ 73%] install/prerequisites [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/prerequisites is 2020-05-20 09:19:32 writing output... [ 78%] install/verify [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/verify is 2020-05-20 09:19:32 writing output... [ 84%] readme [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for readme is 2020-05-20 09:19:32 writing output... [ 89%] reference/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for reference/index is 2020-05-20 09:19:32 writing output... [ 94%] user/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/index is 2020-05-20 09:19:32 writing output... [100%] user/ironic [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/ironic is 2020-05-20 09:19:32 generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' done writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' done copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.N9TfJk + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch + cd networking-ansible-4.0.0 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch --prefix /usr running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible copying build/lib/networking_ansible/config.py -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible copying build/lib/networking_ansible/exceptions.py -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/ml2 copying build/lib/networking_ansible/ml2/trunk_driver.py -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/ml2 copying build/lib/networking_ansible/ml2/mech_driver.py -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/ml2 copying build/lib/networking_ansible/ml2/__init__.py -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/ml2 copying build/lib/networking_ansible/__init__.py -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/unit copying build/lib/networking_ansible/tests/unit/test_config.py -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/unit creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/unit/ml2 copying build/lib/networking_ansible/tests/unit/ml2/test_trunk_driver.py -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/unit/ml2 copying build/lib/networking_ansible/tests/unit/ml2/test_mech_driver.py -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/unit/ml2 copying build/lib/networking_ansible/tests/unit/ml2/__init__.py -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/unit/ml2 copying build/lib/networking_ansible/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/unit copying build/lib/networking_ansible/tests/unit/base.py -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/unit copying build/lib/networking_ansible/tests/__init__.py -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests byte-compiling /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/ml2/trunk_driver.py to trunk_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/ml2/mech_driver.py to mech_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/ml2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/unit/test_config.py to test_config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/unit/ml2/test_trunk_driver.py to test_trunk_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/unit/ml2/test_mech_driver.py to test_mech_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/unit/ml2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/unit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/unit/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible/tests/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmpac2byi9i.py' /usr/bin/python3 /tmp/tmpac2byi9i.py removing /tmp/tmpac2byi9i.py running install_data creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/neutron creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/neutron/plugins creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/neutron/plugins/ml2 copying etc/neutron/plugins/ml2/ml2_conf_ansible.ini.sample -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/neutron/plugins/ml2 creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/ansible creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/ansible/roles creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/ansible/roles/openstack-ml2 copying etc/ansible/roles/openstack-ml2/.yamllint -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/ansible/roles/openstack-ml2 creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/ansible/roles/openstack-ml2/molecule creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/ansible/roles/openstack-ml2/molecule/default copying etc/ansible/roles/openstack-ml2/molecule/default/INSTALL.rst -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/ansible/roles/openstack-ml2/molecule/default copying etc/ansible/roles/openstack-ml2/molecule/default/playbook.yml -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/ansible/roles/openstack-ml2/molecule/default copying etc/ansible/roles/openstack-ml2/molecule/default/molecule.yml -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/ansible/roles/openstack-ml2/molecule/default creating /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/ansible/roles/openstack-ml2/molecule/default/tests copying etc/ansible/roles/openstack-ml2/molecule/default/tests/test_default.py -> /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/ansible/roles/openstack-ml2/molecule/default/tests running install_egg_info running egg_info writing networking_ansible.egg-info/PKG-INFO writing dependency_links to networking_ansible.egg-info/dependency_links.txt writing entry points to networking_ansible.egg-info/entry_points.txt writing top-level names to networking_ansible.egg-info/top_level.txt writing pbr to networking_ansible.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'networking_ansible.egg-info/SOURCES.txt' Copying networking_ansible.egg-info to /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/networking_ansible-4.0.0-py3.6.egg-info running install_scripts /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + rm -rf /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/etc/neutron + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 4.0.0-1.el8 --unique-debug-suffix -4.0.0-1.el8.noarch --unique-debug-src-base python-networking-ansible-4.0.0-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/networking-ansible-4.0.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.uBHiUu + umask 022 + cd /builddir/build/BUILD + cd networking-ansible-4.0.0 + PYTHON=/usr/bin/python3 + stestr-3 run net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) {12} networking_ansible.tests.unit.ml2.test_mech_driver.TestIsPortSupported.test_is_port_supported [0.683155s] ... ok {4} networking_ansible.tests.unit.ml2.test_mech_driver.TestBindPort.test_bind_port_delete_before [0.836966s] ... ok {11} networking_ansible.tests.unit.ml2.test_mech_driver.TestIsPortBound.test_is_port_bound_not_other [0.826752s] ... ok Failed to plug port into switch port: switchportid on device: testhost reason: {10} networking_ansible.tests.unit.ml2.test_mech_driver.TestSetPortState.test_set_port_state_access_failure [0.840168s] ... ok {14} networking_ansible.tests.unit.ml2.test_mech_driver.TestBindPort.test_bind_port_mac_no_info_local_link_info [0.831891s] ... ok {3} networking_ansible.tests.unit.ml2.test_mech_driver.TestBindPort.test_bind_port_info_no_mac [0.843982s] ... ok {9} networking_ansible.tests.unit.ml2.test_mech_driver.TestEnsureSubports.test_ensure_subports_deleted [0.807621s] ... ok {3} networking_ansible.tests.unit.test_config.TestConfig.test_config_w_hosts [0.008845s] ... ok {0} networking_ansible.tests.unit.ml2.test_mech_driver.TestDeleteNetworkPostCommit.test_delete_network_postcommit_different_segment [0.895514s] ... ok {18} networking_ansible.tests.unit.ml2.test_mech_driver.TestBindPort.test_bind_port_trunk_port [0.845297s] ... ok {0} networking_ansible.tests.unit.test_config.TestConfig.test_config_from_file [0.008701s] ... ok {8} networking_ansible.tests.unit.ml2.test_mech_driver.TestInit.test_intialize [0.900721s] ... ok {27} networking_ansible.tests.unit.ml2.test_mech_driver.TestBindPort.test_bind_port_trunk_port_deleted [0.848157s] ... ok {31} networking_ansible.tests.unit.ml2.test_mech_driver.TestSetPortState.test_set_port_state_no_port [0.815007s] ... ok {12} networking_ansible.tests.unit.ml2.test_mech_driver.TestSetPortState.test_set_port_state_trunk [0.711893s] ... ok {13} networking_ansible.tests.unit.ml2.test_mech_driver.TestCreateNetworkPostCommit.test_create_network_postcommit_not_vlan [0.832033s] ... ok {1} networking_ansible.tests.unit.ml2.test_mech_driver.TestUpdatePortPostCommit.test_update_port_postcommit_original [0.856024s] ... ok {7} networking_ansible.tests.unit.ml2.test_mech_driver.TestDeleteNetworkPostCommit.test_delete_network_postcommit_manage_vlans_false [0.877967s] ... ok {2} networking_ansible.tests.unit.ml2.test_mech_driver.TestUpdatePortPostCommit.test_update_port_postcommit_not_bound [0.846561s] ... ok {5} networking_ansible.tests.unit.ml2.test_mech_driver.TestUpdatePortPostCommit.test_update_port_postcommit_original_no_lli [0.855043s] ... ok {5} networking_ansible.tests.unit.test_config.TestConfig.test_config_parser_error [0.012793s] ... ok {28} networking_ansible.tests.unit.ml2.test_mech_driver.TestDeleteNetworkPostCommit.test_delete_network_postcommit_not_vlan [0.828248s] ... ok {6} networking_ansible.tests.unit.ml2.test_mech_driver.TestCreateNetworkPostCommit.test_create_network_postcommit_was_deleted [0.855845s] ... ok {22} networking_ansible.tests.unit.ml2.test_mech_driver.TestDeletePortPostCommit.test_delete_port_postcommit_match_nonet [0.833587s] ... ok Failed to delete network 37 on ansible host: testhost, reason: {16} networking_ansible.tests.unit.ml2.test_mech_driver.TestBindPort.test_bind_port_no_local_link_info [0.893675s] ... ok {17} networking_ansible.tests.unit.ml2.test_mech_driver.TestDeleteNetworkPostCommit.test_delete_network_postcommit_fails [0.893250s] ... ok {17} networking_ansible.tests.unit.test_config.TestConfig.test_config_empty_hosts [0.007919s] ... ok {24} networking_ansible.tests.unit.ml2.test_mech_driver.TestCreateNetworkPostCommit.test_create_network_postcommit [0.854867s] ... ok {23} networking_ansible.tests.unit.ml2.test_mech_driver.TestIsPortBound.test_is_port_bound [0.892566s] ... ok {29} networking_ansible.tests.unit.ml2.test_mech_driver.TestDeletePortPostCommit.test_delete_port_postcommit_current [0.892147s] ... ok {26} networking_ansible.tests.unit.ml2.test_mech_driver.TestBindPort.test_bind_port_port_not_supported [0.860722s] ... ok {15} networking_ansible.tests.unit.ml2.test_mech_driver.TestCreateNetworkPostCommit.test_create_network_postcommit_segment_was_deleted [0.824822s] ... ok {25} networking_ansible.tests.unit.ml2.test_mech_driver.TestCreateNetworkPostCommit.test_create_network_postcommit_not_segmentation_id [0.878147s] ... ok Failed to create network 37 on ansible host: testhost, reason: {19} networking_ansible.tests.unit.ml2.test_mech_driver.TestCreateNetworkPostCommit.test_create_network_postcommit_fails [0.870264s] ... ok {30} networking_ansible.tests.unit.ml2.test_mech_driver.TestDeletePortPostCommit.test_delete_port_postcommit_recreated [0.850097s] ... ok {31} networking_ansible.tests.unit.ml2.test_trunk_driver.NetAnsibleTrunkDriverTestCase.test_driver_creation [0.389235s] ... ok {2} networking_ansible.tests.unit.ml2.test_trunk_driver.NetAnsibleTrunkHandlerTestCase.test_subports_deleted [0.374466s] ... ok {1} networking_ansible.tests.unit.ml2.test_trunk_driver.NetAnsibleTrunkHandlerTestCase.test_subports_added [0.418493s] ... ok {4} networking_ansible.tests.unit.ml2.test_mech_driver.TestDeleteNetworkPostCommit.test_delete_network_postcommit_not_segmentation_id [0.672973s] ... ok {24} networking_ansible.tests.unit.ml2.test_trunk_driver.NetAnsibleTrunkDriverTestCase.test_driver_is_loaded [0.397492s] ... ok {23} networking_ansible.tests.unit.ml2.test_trunk_driver.NetAnsibleTrunkDriverTestCase.test_register [0.393773s] ... ok {9} networking_ansible.tests.unit.ml2.test_mech_driver.TestIsPortSupported.test_is_port_supported_not_baremetal [0.698161s] ... ok {14} networking_ansible.tests.unit.ml2.test_mech_driver.TestSetPortState.test_set_port_state_no_network [0.716700s] ... ok {27} networking_ansible.tests.unit.ml2.test_mech_driver.TestCreateNetworkPostCommit.test_create_network_postcommit_manage_vlans_false [0.646970s] ... ok Failed to unplug port on device: from network aaaa-bbbb-cccc reason: {10} networking_ansible.tests.unit.ml2.test_mech_driver.TestUpdatePortPostCommit.test_update_port_postcommit_original_fails [0.745166s] ... ok {18} networking_ansible.tests.unit.ml2.test_mech_driver.TestEnsureSubports.test_ensure_subports_valid [0.727999s] ... ok {13} networking_ansible.tests.unit.ml2.test_mech_driver.TestDeleteNetworkPostCommit.test_delete_network_postcommit_recreated_segment [0.664500s] ... ok {8} networking_ansible.tests.unit.ml2.test_mech_driver.TestSetPortState.test_set_port_state_no_switch_port [0.721636s] ... ok {7} networking_ansible.tests.unit.ml2.test_mech_driver.TestSetPortState.test_set_port_state_access [0.720395s] ... ok {22} networking_ansible.tests.unit.ml2.test_mech_driver.TestEnsureSubports.test_ensure_subports_invalid [0.698465s] ... ok {28} networking_ansible.tests.unit.ml2.test_mech_driver.TestUpdatePortPostCommit.test_update_port_postcommit_current_no_lli [0.725738s] ... ok {29} networking_ansible.tests.unit.ml2.test_mech_driver.TestSetPortState.test_set_port_state_no_switch_port_or_name [0.638618s] ... ok {6} networking_ansible.tests.unit.ml2.test_mech_driver.TestDeletePortPostCommit.test_delete_port_postcommit_not_bound [0.724729s] ... ok {16} networking_ansible.tests.unit.ml2.test_mech_driver.TestDeletePortPostCommit.test_delete_port_postcommit_virtual_match [0.724319s] ... ok {26} networking_ansible.tests.unit.ml2.test_mech_driver.TestIsPortBound.test_is_port_bound_port_not_supported [0.705261s] ... ok Failed to unplug port aaaa-bbbb-cccc on device: testhost from network aaaa-bbbb-cccc reason: {15} networking_ansible.tests.unit.ml2.test_mech_driver.TestDeletePortPostCommit.test_delete_port_postcommit_fails [0.726346s] ... ok {25} networking_ansible.tests.unit.ml2.test_mech_driver.TestDeleteNetworkPostCommit.test_delete_network_postcommit [0.705399s] ... ok {30} networking_ansible.tests.unit.ml2.test_mech_driver.TestSetPortState.test_set_port_state_no_switch_name [0.677429s] ... ok {20} networking_ansible.tests.unit.ml2.test_mech_driver.TestML2PluginIntegration.test_create_network [2.029775s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {11} networking_ansible.tests.unit.ml2.test_mech_driver.TestML2PluginIntegration.test_delete_network [2.136198s] ... ok {21} networking_ansible.tests.unit.ml2.test_mech_driver.TestML2PluginIntegration.test_update_port_unbound [3.854813s] ... ok {21} networking_ansible.tests.unit.ml2.test_mech_driver.TestUpdatePortPostCommit.test_update_port_postcommit_current [0.346130s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to plug in port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on device: testinghost from network 362dd9be-8ac1-44ef-8fbd-c20d567ae02b reason: foo Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: foo During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on host foo for vnic_type baremetal using segments [{'id': 'cfc1fe5f-dac4-40af-8e08-84c3d67d7860', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '362dd9be-8ac1-44ef-8fbd-c20d567ae02b'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to plug in port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on device: testinghost from network 362dd9be-8ac1-44ef-8fbd-c20d567ae02b reason: foo Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: foo During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on host foo for vnic_type baremetal using segments [{'id': 'cfc1fe5f-dac4-40af-8e08-84c3d67d7860', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '362dd9be-8ac1-44ef-8fbd-c20d567ae02b'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to plug in port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on device: testinghost from network 362dd9be-8ac1-44ef-8fbd-c20d567ae02b reason: foo Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: foo During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on host foo for vnic_type baremetal using segments [{'id': 'cfc1fe5f-dac4-40af-8e08-84c3d67d7860', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '362dd9be-8ac1-44ef-8fbd-c20d567ae02b'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to plug in port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on device: testinghost from network 362dd9be-8ac1-44ef-8fbd-c20d567ae02b reason: foo Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: foo During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on host foo for vnic_type baremetal using segments [{'id': 'cfc1fe5f-dac4-40af-8e08-84c3d67d7860', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '362dd9be-8ac1-44ef-8fbd-c20d567ae02b'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to plug in port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on device: testinghost from network 362dd9be-8ac1-44ef-8fbd-c20d567ae02b reason: foo Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: foo During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on host foo for vnic_type baremetal using segments [{'id': 'cfc1fe5f-dac4-40af-8e08-84c3d67d7860', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '362dd9be-8ac1-44ef-8fbd-c20d567ae02b'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to plug in port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on device: testinghost from network 362dd9be-8ac1-44ef-8fbd-c20d567ae02b reason: foo Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: foo During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on host foo for vnic_type baremetal using segments [{'id': 'cfc1fe5f-dac4-40af-8e08-84c3d67d7860', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '362dd9be-8ac1-44ef-8fbd-c20d567ae02b'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to plug in port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on device: testinghost from network 362dd9be-8ac1-44ef-8fbd-c20d567ae02b reason: foo Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: foo During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on host foo for vnic_type baremetal using segments [{'id': 'cfc1fe5f-dac4-40af-8e08-84c3d67d7860', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '362dd9be-8ac1-44ef-8fbd-c20d567ae02b'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to plug in port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on device: testinghost from network 362dd9be-8ac1-44ef-8fbd-c20d567ae02b reason: foo Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: foo During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on host foo for vnic_type baremetal using segments [{'id': 'cfc1fe5f-dac4-40af-8e08-84c3d67d7860', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '362dd9be-8ac1-44ef-8fbd-c20d567ae02b'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to plug in port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on device: testinghost from network 362dd9be-8ac1-44ef-8fbd-c20d567ae02b reason: foo Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: foo During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on host foo for vnic_type baremetal using segments [{'id': 'cfc1fe5f-dac4-40af-8e08-84c3d67d7860', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '362dd9be-8ac1-44ef-8fbd-c20d567ae02b'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to plug in port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on device: testinghost from network 362dd9be-8ac1-44ef-8fbd-c20d567ae02b reason: foo Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: foo During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 32e2ae08-ae5d-4d33-9559-559139f90cd0 on host foo for vnic_type baremetal using segments [{'id': 'cfc1fe5f-dac4-40af-8e08-84c3d67d7860', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '362dd9be-8ac1-44ef-8fbd-c20d567ae02b'}] {19} networking_ansible.tests.unit.ml2.test_mech_driver.TestML2PluginIntegration.test_update_port_error [3.370613s] ... ok PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/network_runner/api.py:70: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpkbsodo8e/tmp6r6z8zb1/artifacts/790e217a-58f2-48f3-b2d8-e47fcd11bc04/stdout' mode='r' encoding='UTF-8'> raise exceptions.NetworkRunnerException(' '.join(result.stdout)) Failed to plug in port 8c5df405-f4e0-49e4-9d23-2e149249029a on device: testinghost from network 76150cbd-20bb-4302-b3d5-81f725e30a55 reason: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 149, in conf_access_port return self.run(playbook) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 70, in run raise exceptions.NetworkRunnerException(' '.join(result.stdout)) network_runner.exceptions.NetworkRunnerException: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 8c5df405-f4e0-49e4-9d23-2e149249029a on host foo for vnic_type baremetal using segments [{'id': '54e99f16-bbaf-4eeb-8327-b1605a8852f2', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '76150cbd-20bb-4302-b3d5-81f725e30a55'}] PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/network_runner/api.py:70: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpkbsodo8e/tmpj2vvc3vi/artifacts/790e217a-58f2-48f3-b2d8-e47fcd11bc04/stdout' mode='r' encoding='UTF-8'> raise exceptions.NetworkRunnerException(' '.join(result.stdout)) Failed to plug in port 8c5df405-f4e0-49e4-9d23-2e149249029a on device: testinghost from network 76150cbd-20bb-4302-b3d5-81f725e30a55 reason: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 149, in conf_access_port return self.run(playbook) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 70, in run raise exceptions.NetworkRunnerException(' '.join(result.stdout)) network_runner.exceptions.NetworkRunnerException: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 8c5df405-f4e0-49e4-9d23-2e149249029a on host foo for vnic_type baremetal using segments [{'id': '54e99f16-bbaf-4eeb-8327-b1605a8852f2', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '76150cbd-20bb-4302-b3d5-81f725e30a55'}] PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/network_runner/api.py:70: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpkbsodo8e/tmp56huyk4n/artifacts/790e217a-58f2-48f3-b2d8-e47fcd11bc04/stdout' mode='r' encoding='UTF-8'> raise exceptions.NetworkRunnerException(' '.join(result.stdout)) Failed to plug in port 8c5df405-f4e0-49e4-9d23-2e149249029a on device: testinghost from network 76150cbd-20bb-4302-b3d5-81f725e30a55 reason: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 149, in conf_access_port return self.run(playbook) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 70, in run raise exceptions.NetworkRunnerException(' '.join(result.stdout)) network_runner.exceptions.NetworkRunnerException: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 8c5df405-f4e0-49e4-9d23-2e149249029a on host foo for vnic_type baremetal using segments [{'id': '54e99f16-bbaf-4eeb-8327-b1605a8852f2', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '76150cbd-20bb-4302-b3d5-81f725e30a55'}] PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/network_runner/api.py:70: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpkbsodo8e/tmpbqazrk67/artifacts/790e217a-58f2-48f3-b2d8-e47fcd11bc04/stdout' mode='r' encoding='UTF-8'> raise exceptions.NetworkRunnerException(' '.join(result.stdout)) Failed to plug in port 8c5df405-f4e0-49e4-9d23-2e149249029a on device: testinghost from network 76150cbd-20bb-4302-b3d5-81f725e30a55 reason: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 149, in conf_access_port return self.run(playbook) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 70, in run raise exceptions.NetworkRunnerException(' '.join(result.stdout)) network_runner.exceptions.NetworkRunnerException: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 8c5df405-f4e0-49e4-9d23-2e149249029a on host foo for vnic_type baremetal using segments [{'id': '54e99f16-bbaf-4eeb-8327-b1605a8852f2', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '76150cbd-20bb-4302-b3d5-81f725e30a55'}] PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/network_runner/api.py:70: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpkbsodo8e/tmpgfcwaqm_/artifacts/790e217a-58f2-48f3-b2d8-e47fcd11bc04/stdout' mode='r' encoding='UTF-8'> raise exceptions.NetworkRunnerException(' '.join(result.stdout)) Failed to plug in port 8c5df405-f4e0-49e4-9d23-2e149249029a on device: testinghost from network 76150cbd-20bb-4302-b3d5-81f725e30a55 reason: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 149, in conf_access_port return self.run(playbook) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 70, in run raise exceptions.NetworkRunnerException(' '.join(result.stdout)) network_runner.exceptions.NetworkRunnerException: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 8c5df405-f4e0-49e4-9d23-2e149249029a on host foo for vnic_type baremetal using segments [{'id': '54e99f16-bbaf-4eeb-8327-b1605a8852f2', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '76150cbd-20bb-4302-b3d5-81f725e30a55'}] PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/network_runner/api.py:70: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpkbsodo8e/tmpmkng3n79/artifacts/790e217a-58f2-48f3-b2d8-e47fcd11bc04/stdout' mode='r' encoding='UTF-8'> raise exceptions.NetworkRunnerException(' '.join(result.stdout)) Failed to plug in port 8c5df405-f4e0-49e4-9d23-2e149249029a on device: testinghost from network 76150cbd-20bb-4302-b3d5-81f725e30a55 reason: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 149, in conf_access_port return self.run(playbook) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 70, in run raise exceptions.NetworkRunnerException(' '.join(result.stdout)) network_runner.exceptions.NetworkRunnerException: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 8c5df405-f4e0-49e4-9d23-2e149249029a on host foo for vnic_type baremetal using segments [{'id': '54e99f16-bbaf-4eeb-8327-b1605a8852f2', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '76150cbd-20bb-4302-b3d5-81f725e30a55'}] PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/network_runner/api.py:70: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpkbsodo8e/tmpczlao01_/artifacts/790e217a-58f2-48f3-b2d8-e47fcd11bc04/stdout' mode='r' encoding='UTF-8'> raise exceptions.NetworkRunnerException(' '.join(result.stdout)) Failed to plug in port 8c5df405-f4e0-49e4-9d23-2e149249029a on device: testinghost from network 76150cbd-20bb-4302-b3d5-81f725e30a55 reason: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 149, in conf_access_port return self.run(playbook) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 70, in run raise exceptions.NetworkRunnerException(' '.join(result.stdout)) network_runner.exceptions.NetworkRunnerException: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 8c5df405-f4e0-49e4-9d23-2e149249029a on host foo for vnic_type baremetal using segments [{'id': '54e99f16-bbaf-4eeb-8327-b1605a8852f2', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '76150cbd-20bb-4302-b3d5-81f725e30a55'}] PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/network_runner/api.py:70: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpkbsodo8e/tmp4mazccpy/artifacts/790e217a-58f2-48f3-b2d8-e47fcd11bc04/stdout' mode='r' encoding='UTF-8'> raise exceptions.NetworkRunnerException(' '.join(result.stdout)) Failed to plug in port 8c5df405-f4e0-49e4-9d23-2e149249029a on device: testinghost from network 76150cbd-20bb-4302-b3d5-81f725e30a55 reason: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 149, in conf_access_port return self.run(playbook) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 70, in run raise exceptions.NetworkRunnerException(' '.join(result.stdout)) network_runner.exceptions.NetworkRunnerException: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 8c5df405-f4e0-49e4-9d23-2e149249029a on host foo for vnic_type baremetal using segments [{'id': '54e99f16-bbaf-4eeb-8327-b1605a8852f2', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '76150cbd-20bb-4302-b3d5-81f725e30a55'}] PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/network_runner/api.py:70: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpkbsodo8e/tmps97817fg/artifacts/790e217a-58f2-48f3-b2d8-e47fcd11bc04/stdout' mode='r' encoding='UTF-8'> raise exceptions.NetworkRunnerException(' '.join(result.stdout)) Failed to plug in port 8c5df405-f4e0-49e4-9d23-2e149249029a on device: testinghost from network 76150cbd-20bb-4302-b3d5-81f725e30a55 reason: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 149, in conf_access_port return self.run(playbook) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 70, in run raise exceptions.NetworkRunnerException(' '.join(result.stdout)) network_runner.exceptions.NetworkRunnerException: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 8c5df405-f4e0-49e4-9d23-2e149249029a on host foo for vnic_type baremetal using segments [{'id': '54e99f16-bbaf-4eeb-8327-b1605a8852f2', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '76150cbd-20bb-4302-b3d5-81f725e30a55'}] PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/network_runner/api.py:70: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpkbsodo8e/tmp2_ggnn83/artifacts/790e217a-58f2-48f3-b2d8-e47fcd11bc04/stdout' mode='r' encoding='UTF-8'> raise exceptions.NetworkRunnerException(' '.join(result.stdout)) Failed to plug in port 8c5df405-f4e0-49e4-9d23-2e149249029a on device: testinghost from network 76150cbd-20bb-4302-b3d5-81f725e30a55 reason: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 Mechanism driver ansible failed in bind_port Traceback (most recent call last): File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 463, in bind_port segmentation_id) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 149, in conf_access_port return self.run(playbook) File "/usr/lib/python3.6/site-packages/network_runner/api.py", line 70, in run raise exceptions.NetworkRunnerException(' '.join(result.stdout)) network_runner.exceptions.NetworkRunnerException: PLAY [Configure port in access mode] ******************************************* TASK [network-runner : check for required fact: port_name] ********************* skipping: [testinghost] TASK [network-runner : check for required fact: port_description] ************** skipping: [testinghost] TASK [network-runner : include and run device provider specific tasks] ********* included: /etc/ansible/roles/network-runner/tasks/run.yaml for testinghost TASK [network-runner : include device role specific vars] ********************** ok: [testinghost] => (item=/etc/ansible/roles/network-runner/providers/openvswitch/defaults.yaml) TASK [network-runner : include device role specific tasks] ********************* included: /etc/ansible/roles/network-runner/providers/openvswitch/conf_access_port.yaml for testinghost TASK [network-runner : openvswitch: configure access port] ********************* fatal: [testinghost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname host_ip: Name or service not known", "unreachable": true} PLAY RECAP ********************************************************************* testinghost : ok=3 changed=0 unreachable=1 failed=0 skipped=2 rescued=0 ignored=0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/plugins/ml2/managers.py", line 846, in _bind_port_level driver.obj.bind_port(context) File "/builddir/build/BUILD/networking-ansible-4.0.0/networking_ansible/ml2/mech_driver.py", line 479, in bind_port raise ml2_exc.MechanismDriverError(e) neutron.plugins.ml2.common.exceptions.MechanismDriverError Failed to bind port 8c5df405-f4e0-49e4-9d23-2e149249029a on host foo for vnic_type baremetal using segments [{'id': '54e99f16-bbaf-4eeb-8327-b1605a8852f2', 'network_type': 'vlan', 'physical_network': 'physnet1', 'segmentation_id': 1, 'network_id': '76150cbd-20bb-4302-b3d5-81f725e30a55'}] {20} networking_ansible.tests.unit.ml2.test_mech_driver.TestML2PluginIntegration.test_delete_port [19.844917s] ... ok ====== Totals ====== Ran: 64 tests in 22.5754 sec. - Passed: 64 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 72.4180 sec. ============== Worker Balance ============== - Worker 0 (2 tests) => 0:00:00.905946 - Worker 1 (2 tests) => 0:00:01.275126 - Worker 2 (2 tests) => 0:00:01.221615 - Worker 3 (2 tests) => 0:00:00.854288 - Worker 4 (2 tests) => 0:00:01.510662 - Worker 5 (2 tests) => 0:00:00.868425 - Worker 6 (2 tests) => 0:00:01.581231 - Worker 7 (2 tests) => 0:00:01.599585 - Worker 8 (2 tests) => 0:00:01.623070 - Worker 9 (2 tests) => 0:00:01.506372 - Worker 10 (2 tests) => 0:00:01.585926 - Worker 11 (2 tests) => 0:00:02.963523 - Worker 12 (2 tests) => 0:00:01.395675 - Worker 13 (2 tests) => 0:00:01.497104 - Worker 14 (2 tests) => 0:00:01.549663 - Worker 15 (2 tests) => 0:00:01.551766 - Worker 16 (2 tests) => 0:00:01.619286 - Worker 17 (2 tests) => 0:00:00.902487 - Worker 18 (2 tests) => 0:00:01.574089 - Worker 19 (2 tests) => 0:00:04.242365 - Worker 20 (2 tests) => 0:00:21.875130 - Worker 21 (2 tests) => 0:00:04.201321 - Worker 22 (2 tests) => 0:00:01.533065 - Worker 23 (2 tests) => 0:00:01.287269 - Worker 24 (2 tests) => 0:00:01.253610 - Worker 25 (2 tests) => 0:00:01.584659 - Worker 26 (2 tests) => 0:00:01.568173 - Worker 27 (2 tests) => 0:00:01.495577 - Worker 28 (2 tests) => 0:00:01.554944 - Worker 29 (2 tests) => 0:00:01.531672 - Worker 30 (2 tests) => 0:00:01.528311 - Worker 31 (2 tests) => 0:00:01.204864 + exit 0 Processing files: python3-networking-ansible-4.0.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BCjZ4Q + umask 022 + cd /builddir/build/BUILD + cd networking-ansible-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/share/licenses/python3-networking-ansible + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/share/licenses/python3-networking-ansible + cp -pr LICENSE /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/share/licenses/python3-networking-ansible + exit 0 Provides: python3-networking-ansible = 4.0.0-1.el8 python3.6dist(networking-ansible) = 4.0.0 python3dist(networking-ansible) = 4.0.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: python3-networking-ansible-tests-4.0.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.63Z2Zl + umask 022 + cd /builddir/build/BUILD + cd networking-ansible-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/share/licenses/python3-networking-ansible-tests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/share/licenses/python3-networking-ansible-tests + cp -pr LICENSE /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/share/licenses/python3-networking-ansible-tests + exit 0 Provides: python3-networking-ansible-tests = 4.0.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: python3-networking-ansible-doc-4.0.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tllK1T + umask 022 + cd /builddir/build/BUILD + cd networking-ansible-4.0.0 + DOCDIR=/builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/share/doc/python3-networking-ansible-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/share/doc/python3-networking-ansible-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/share/doc/python3-networking-ansible-doc + cp -pr README.rst /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/share/doc/python3-networking-ansible-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.6JH46r + umask 022 + cd /builddir/build/BUILD + cd networking-ansible-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/share/licenses/python3-networking-ansible-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/share/licenses/python3-networking-ansible-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch/usr/share/licenses/python3-networking-ansible-doc + exit 0 Provides: python3-networking-ansible-doc = 4.0.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch Wrote: /builddir/build/RPMS/python3-networking-ansible-4.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-networking-ansible-tests-4.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-networking-ansible-doc-4.0.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.1CLLX1 + umask 022 + cd /builddir/build/BUILD + cd networking-ansible-4.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-networking-ansible-4.0.0-1.el8.noarch + exit 0 Child return code was: 0