Mock Version: 2.10 Mock Version: 2.10 Mock Version: 2.10 Mock Version: 2.10 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ovn-bgp-agent.spec'], chrootPath='/var/lib/mock/dlrn-centos9-wallaby-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1029gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ovn-bgp-agent.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.src.rpm Child return code was: 0 Mock Version: 2.10 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ovn-bgp-agent.spec'], chrootPath='/var/lib/mock/dlrn-centos9-wallaby-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1029gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ovn-bgp-agent.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ovn-bgp-agent.spec'], chrootPath='/var/lib/mock/dlrn-centos9-wallaby-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1029gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ovn-bgp-agent.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.iIpduW Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Ah07D5 running build running build_py creating build creating build/lib creating build/lib/ovn_bgp_agent creating build/lib/ovn_bgp_agent/drivers creating build/lib/ovn_bgp_agent/drivers/openstack creating build/lib/ovn_bgp_agent/drivers/openstack/watchers copying ovn_bgp_agent/drivers/openstack/watchers/evpn_watcher.py -> build/lib/ovn_bgp_agent/drivers/openstack/watchers copying ovn_bgp_agent/drivers/openstack/watchers/bgp_watcher.py -> build/lib/ovn_bgp_agent/drivers/openstack/watchers copying ovn_bgp_agent/drivers/openstack/watchers/base_watcher.py -> build/lib/ovn_bgp_agent/drivers/openstack/watchers copying ovn_bgp_agent/drivers/openstack/watchers/__init__.py -> build/lib/ovn_bgp_agent/drivers/openstack/watchers creating build/lib/ovn_bgp_agent/tests creating build/lib/ovn_bgp_agent/tests/unit creating build/lib/ovn_bgp_agent/tests/unit/drivers creating build/lib/ovn_bgp_agent/tests/unit/drivers/openstack copying ovn_bgp_agent/tests/unit/drivers/openstack/__init__.py -> build/lib/ovn_bgp_agent/tests/unit/drivers/openstack creating build/lib/ovn_bgp_agent/privileged copying ovn_bgp_agent/privileged/vtysh.py -> build/lib/ovn_bgp_agent/privileged copying ovn_bgp_agent/privileged/ovs_vsctl.py -> build/lib/ovn_bgp_agent/privileged copying ovn_bgp_agent/privileged/linux_net.py -> build/lib/ovn_bgp_agent/privileged copying ovn_bgp_agent/privileged/__init__.py -> build/lib/ovn_bgp_agent/privileged creating build/lib/ovn_bgp_agent/tests/unit/cmd copying ovn_bgp_agent/tests/unit/cmd/test_agent.py -> build/lib/ovn_bgp_agent/tests/unit/cmd copying ovn_bgp_agent/tests/unit/cmd/__init__.py -> build/lib/ovn_bgp_agent/tests/unit/cmd creating build/lib/ovn_bgp_agent/tests/unit/privileged copying ovn_bgp_agent/tests/unit/privileged/test_vtysh.py -> build/lib/ovn_bgp_agent/tests/unit/privileged copying ovn_bgp_agent/tests/unit/privileged/test_ovs_vsctl.py -> build/lib/ovn_bgp_agent/tests/unit/privileged copying ovn_bgp_agent/tests/unit/privileged/test_linux_net.py -> build/lib/ovn_bgp_agent/tests/unit/privileged copying ovn_bgp_agent/tests/unit/privileged/__init__.py -> build/lib/ovn_bgp_agent/tests/unit/privileged creating build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/watchers copying ovn_bgp_agent/tests/unit/drivers/openstack/watchers/test_evpn_watcher.py -> build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/watchers copying ovn_bgp_agent/tests/unit/drivers/openstack/watchers/test_bgp_watcher.py -> build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/watchers copying ovn_bgp_agent/tests/unit/drivers/openstack/watchers/test_base_watcher.py -> build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/watchers copying ovn_bgp_agent/tests/unit/drivers/openstack/watchers/__init__.py -> build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/watchers copying ovn_bgp_agent/drivers/openstack/ovn_evpn_driver.py -> build/lib/ovn_bgp_agent/drivers/openstack copying ovn_bgp_agent/drivers/openstack/ovn_bgp_driver.py -> build/lib/ovn_bgp_agent/drivers/openstack copying ovn_bgp_agent/drivers/openstack/__init__.py -> build/lib/ovn_bgp_agent/drivers/openstack creating build/lib/ovn_bgp_agent/utils copying ovn_bgp_agent/utils/linux_net.py -> build/lib/ovn_bgp_agent/utils copying ovn_bgp_agent/utils/__init__.py -> build/lib/ovn_bgp_agent/utils copying ovn_bgp_agent/tests/unit/drivers/__init__.py -> build/lib/ovn_bgp_agent/tests/unit/drivers creating build/lib/ovn_bgp_agent/drivers/openstack/utils copying ovn_bgp_agent/drivers/openstack/utils/ovs.py -> build/lib/ovn_bgp_agent/drivers/openstack/utils copying ovn_bgp_agent/drivers/openstack/utils/ovn.py -> build/lib/ovn_bgp_agent/drivers/openstack/utils copying ovn_bgp_agent/drivers/openstack/utils/frr.py -> build/lib/ovn_bgp_agent/drivers/openstack/utils copying ovn_bgp_agent/drivers/openstack/utils/__init__.py -> build/lib/ovn_bgp_agent/drivers/openstack/utils creating build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/utils copying ovn_bgp_agent/tests/unit/drivers/openstack/utils/test_ovs.py -> build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/utils copying ovn_bgp_agent/tests/unit/drivers/openstack/utils/test_ovn.py -> build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/utils copying ovn_bgp_agent/tests/unit/drivers/openstack/utils/test_frr.py -> build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/utils copying ovn_bgp_agent/tests/unit/drivers/openstack/utils/__init__.py -> build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/utils copying ovn_bgp_agent/tests/unit/test_agent.py -> build/lib/ovn_bgp_agent/tests/unit copying ovn_bgp_agent/tests/unit/fakes.py -> build/lib/ovn_bgp_agent/tests/unit copying ovn_bgp_agent/tests/unit/__init__.py -> build/lib/ovn_bgp_agent/tests/unit copying ovn_bgp_agent/drivers/driver_api.py -> build/lib/ovn_bgp_agent/drivers copying ovn_bgp_agent/drivers/__init__.py -> build/lib/ovn_bgp_agent/drivers creating build/lib/ovn_bgp_agent/tests/unit/utils copying ovn_bgp_agent/tests/unit/utils/test_linux_net.py -> build/lib/ovn_bgp_agent/tests/unit/utils copying ovn_bgp_agent/tests/unit/utils/__init__.py -> build/lib/ovn_bgp_agent/tests/unit/utils copying ovn_bgp_agent/tests/utils.py -> build/lib/ovn_bgp_agent/tests copying ovn_bgp_agent/tests/test_ovn_bgp_agent.py -> build/lib/ovn_bgp_agent/tests copying ovn_bgp_agent/tests/base.py -> build/lib/ovn_bgp_agent/tests copying ovn_bgp_agent/tests/__init__.py -> build/lib/ovn_bgp_agent/tests creating build/lib/ovn_bgp_agent/cmd copying ovn_bgp_agent/cmd/agent.py -> build/lib/ovn_bgp_agent/cmd copying ovn_bgp_agent/cmd/__init__.py -> build/lib/ovn_bgp_agent/cmd copying ovn_bgp_agent/exceptions.py -> build/lib/ovn_bgp_agent copying ovn_bgp_agent/constants.py -> build/lib/ovn_bgp_agent copying ovn_bgp_agent/config.py -> build/lib/ovn_bgp_agent copying ovn_bgp_agent/agent.py -> build/lib/ovn_bgp_agent copying ovn_bgp_agent/__init__.py -> build/lib/ovn_bgp_agent running egg_info writing ovn_bgp_agent.egg-info/PKG-INFO writing dependency_links to ovn_bgp_agent.egg-info/dependency_links.txt writing entry points to ovn_bgp_agent.egg-info/entry_points.txt writing requirements to ovn_bgp_agent.egg-info/requires.txt writing top-level names to ovn_bgp_agent.egg-info/top_level.txt writing pbr to ovn_bgp_agent.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'ovn_bgp_agent.egg-info/SOURCES.txt' Running Sphinx v3.4.3 [openstackdocstheme] version: 2.2.6 [openstackdocstheme] connecting html-page-context event handler making output directory... done [openstackdocstheme] overriding configured project name (ovn-bgp-agent) with name extracted from the package (ovn-bgp-agent); you can disable this behavior with the 'openstackdocs_auto_name' option [openstackdocstheme] using theme from /usr/lib/python3.9/site-packages/openstackdocstheme/theme [openstackdocstheme] no /builddir/build/BUILD/ovn-bgp-agent-0.1.1.dev19/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 5 source files that are out of date updating environment: [new config] 5 added, 0 changed, 0 removed reading sources... [ 20%] contributor/bgp_mode_design reading sources... [ 40%] contributor/evpn_mode_design reading sources... [ 60%] contributor/index reading sources... [ 80%] index reading sources... [100%] readme looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 20%] contributor/bgp_mode_design writing output... [ 40%] contributor/evpn_mode_design writing output... [ 60%] contributor/index writing output... [ 80%] index writing output... [100%] readme generating indices... genindex + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ovn-bgp-agent-0.1.1.dev19 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/ovn-bgp-agent-0.1.1.dev19-0.20220330142400.0b0fcef.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd ovn-bgp-agent-0.1.1.dev19 + /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 config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'ovn-bgp-agent-0.1.1 base' + rm -rf ovn-bgp-agent.egg-info + RPM_EC=0 ++ jobs -p + exit 0 + umask 022 + cd /builddir/build/BUILD + cd ovn-bgp-agent-0.1.1.dev19 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'python-requires' will not be supported in future versions. Please use the underscore name 'python_requires' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'python-requires' will not be supported in future versions. Please use the underscore name 'python_requires' instead warnings.warn( 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 + export PYTHONPATH=. + PYTHONPATH=. + sphinx-build-3 -b html doc/source doc/build/html done writing additional pages... search done copying images... [ 50%] contributor/../../images/networking-bgpvpn_integration.png copying images... [100%] contributor/../../images/evpn_traffic_flow.png 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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MMjZHA + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64 + cd ovn-bgp-agent-0.1.1.dev19 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64 /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'python-requires' will not be supported in future versions. Please use the underscore name 'python_requires' instead warnings.warn( running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'python-requires' will not be supported in future versions. Please use the underscore name 'python_requires' instead warnings.warn( creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent copying build/lib/ovn_bgp_agent/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent copying build/lib/ovn_bgp_agent/agent.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent copying build/lib/ovn_bgp_agent/config.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent copying build/lib/ovn_bgp_agent/constants.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent copying build/lib/ovn_bgp_agent/exceptions.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/cmd copying build/lib/ovn_bgp_agent/cmd/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/cmd copying build/lib/ovn_bgp_agent/cmd/agent.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/cmd creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/utils copying build/lib/ovn_bgp_agent/utils/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/utils copying build/lib/ovn_bgp_agent/utils/linux_net.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/utils creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/privileged copying build/lib/ovn_bgp_agent/privileged/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/privileged copying build/lib/ovn_bgp_agent/privileged/linux_net.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/privileged copying build/lib/ovn_bgp_agent/privileged/ovs_vsctl.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/privileged copying build/lib/ovn_bgp_agent/privileged/vtysh.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/privileged creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests copying build/lib/ovn_bgp_agent/tests/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests copying build/lib/ovn_bgp_agent/tests/base.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests copying build/lib/ovn_bgp_agent/tests/test_ovn_bgp_agent.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests copying build/lib/ovn_bgp_agent/tests/utils.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/utils copying build/lib/ovn_bgp_agent/tests/unit/utils/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/utils copying build/lib/ovn_bgp_agent/tests/unit/utils/test_linux_net.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/utils copying build/lib/ovn_bgp_agent/tests/unit/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit copying build/lib/ovn_bgp_agent/tests/unit/fakes.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit copying build/lib/ovn_bgp_agent/tests/unit/test_agent.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/privileged copying build/lib/ovn_bgp_agent/tests/unit/privileged/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/privileged copying build/lib/ovn_bgp_agent/tests/unit/privileged/test_linux_net.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/privileged copying build/lib/ovn_bgp_agent/tests/unit/privileged/test_ovs_vsctl.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/privileged copying build/lib/ovn_bgp_agent/tests/unit/privileged/test_vtysh.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/privileged creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/cmd copying build/lib/ovn_bgp_agent/tests/unit/cmd/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/cmd copying build/lib/ovn_bgp_agent/tests/unit/cmd/test_agent.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/cmd creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers copying build/lib/ovn_bgp_agent/tests/unit/drivers/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/utils copying build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/utils/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/utils copying build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/utils/test_frr.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/utils copying build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/utils/test_ovn.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/utils copying build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/utils/test_ovs.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/utils creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/watchers copying build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/watchers/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/watchers copying build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/watchers/test_base_watcher.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/watchers copying build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/watchers/test_bgp_watcher.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/watchers copying build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/watchers/test_evpn_watcher.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/watchers copying build/lib/ovn_bgp_agent/tests/unit/drivers/openstack/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers copying build/lib/ovn_bgp_agent/drivers/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers copying build/lib/ovn_bgp_agent/drivers/driver_api.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/utils copying build/lib/ovn_bgp_agent/drivers/openstack/utils/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/utils copying build/lib/ovn_bgp_agent/drivers/openstack/utils/frr.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/utils copying build/lib/ovn_bgp_agent/drivers/openstack/utils/ovn.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/utils copying build/lib/ovn_bgp_agent/drivers/openstack/utils/ovs.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/utils copying build/lib/ovn_bgp_agent/drivers/openstack/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack copying build/lib/ovn_bgp_agent/drivers/openstack/ovn_bgp_driver.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack copying build/lib/ovn_bgp_agent/drivers/openstack/ovn_evpn_driver.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/watchers copying build/lib/ovn_bgp_agent/drivers/openstack/watchers/__init__.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/watchers copying build/lib/ovn_bgp_agent/drivers/openstack/watchers/base_watcher.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/watchers copying build/lib/ovn_bgp_agent/drivers/openstack/watchers/bgp_watcher.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/watchers copying build/lib/ovn_bgp_agent/drivers/openstack/watchers/evpn_watcher.py -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/watchers byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/agent.py to agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/cmd/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/cmd/agent.py to agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/utils/linux_net.py to linux_net.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/privileged/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/privileged/linux_net.py to linux_net.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/privileged/ovs_vsctl.py to ovs_vsctl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/privileged/vtysh.py to vtysh.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/test_ovn_bgp_agent.py to test_ovn_bgp_agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/utils/test_linux_net.py to test_linux_net.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/fakes.py to fakes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/test_agent.py to test_agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/privileged/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/privileged/test_linux_net.py to test_linux_net.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/privileged/test_ovs_vsctl.py to test_ovs_vsctl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/privileged/test_vtysh.py to test_vtysh.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/cmd/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/cmd/test_agent.py to test_agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/utils/test_frr.py to test_frr.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/utils/test_ovn.py to test_ovn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/utils/test_ovs.py to test_ovs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/watchers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/watchers/test_base_watcher.py to test_base_watcher.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/watchers/test_bgp_watcher.py to test_bgp_watcher.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/watchers/test_evpn_watcher.py to test_evpn_watcher.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/tests/unit/drivers/openstack/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/driver_api.py to driver_api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/utils/frr.py to frr.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/utils/ovn.py to ovn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/utils/ovs.py to ovs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/ovn_bgp_driver.py to ovn_bgp_driver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/ovn_evpn_driver.py to ovn_evpn_driver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/watchers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/watchers/base_watcher.py to base_watcher.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/watchers/bgp_watcher.py to bgp_watcher.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent/drivers/openstack/watchers/evpn_watcher.py to evpn_watcher.cpython-39.pyc writing byte-compilation script '/tmp/tmp9khcl0kd.py' /usr/bin/python3 /tmp/tmp9khcl0kd.py removing /tmp/tmp9khcl0kd.py running install_data creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/etc creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/etc/ovn-bgp-agent copying etc/ovn-bgp-agent/rootwrap.conf -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/etc/ovn-bgp-agent creating /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/etc/ovn-bgp-agent/rootwrap.d copying etc/ovn-bgp-agent/rootwrap.d/rootwrap.filters -> /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/etc/ovn-bgp-agent/rootwrap.d/ running install_egg_info running egg_info writing ovn_bgp_agent.egg-info/PKG-INFO writing dependency_links to ovn_bgp_agent.egg-info/dependency_links.txt writing entry points to ovn_bgp_agent.egg-info/entry_points.txt writing requirements to ovn_bgp_agent.egg-info/requires.txt writing top-level names to ovn_bgp_agent.egg-info/top_level.txt writing pbr to ovn_bgp_agent.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'ovn_bgp_agent.egg-info/SOURCES.txt' Copying ovn_bgp_agent.egg-info to /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9/site-packages/ovn_bgp_agent-0.1.1.dev19-py3.9.egg-info running install_scripts Installing ovn-bgp-agent script to /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/bin Installing ovn-bgp-agent-rootwrap script to /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/bin Installing ovn-bgp-agent-rootwrap-daemon script to /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/bin + rm -rfv /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/bin/__pycache__ + mkdir -p /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64//etc/ovn-bgp-agent + mkdir -p /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64//etc/ovn-bgp-agent/rootwrap.d + mkdir -p /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64//usr/lib/systemd/system + install -p -D -m 644 /builddir/build/SOURCES/ovn-bgp-agent.service /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/systemd/system/ovn-bgp-agent.service + mv /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/etc/ovn-bgp-agent/rootwrap.conf /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64//etc/ovn-bgp-agent/rootwrap.conf + mv /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/etc/ovn-bgp-agent/rootwrap.d/rootwrap.filters /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64//etc/ovn-bgp-agent/rootwrap.d/ + rmdir /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/etc/ovn-bgp-agent/rootwrap.d + install -p -D -m 440 /builddir/build/SOURCES/ovn-bgp-agent-sudoers /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/etc/sudoers.d/ovn-bgp-agent + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.1.1-0.20220330142400.0b0fcef.el9 --unique-debug-suffix -0.1.1-0.20220330142400.0b0fcef.el9.x86_64 --unique-debug-src-base ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/ovn-bgp-agent-0.1.1.dev19 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.BcOE4R + umask 022 + cd /builddir/build/BUILD + cd ovn-bgp-agent-0.1.1.dev19 + export OS_TEST_PATH=./ovn_bgp_agent/tests/unit + OS_TEST_PATH=./ovn_bgp_agent/tests/unit + export PATH=/builddir/.local/bin:/builddir/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/bin + PATH=/builddir/.local/bin:/builddir/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/bin + export PYTHONPATH=/builddir/build/BUILD/ovn-bgp-agent-0.1.1.dev19 + PYTHONPATH=/builddir/build/BUILD/ovn-bgp-agent-0.1.1.dev19 + stestr-3 --test-path ./ovn_bgp_agent/tests/unit run {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_frr.TestFrr.test__get_router_id [0.001473s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test__get_port_by_name [0.001528s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_evpn_info [0.001157s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_ip_from_port_peer [0.001389s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_network_name_and_tag_not_in_bridge_mappings [0.001924s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_network_vlan_tag_by_network_name [0.001275s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_ports_on_datapath [0.010636s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_is_port_deleted_false [0.001507s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_is_port_on_chassis_no_match_on_chassis [0.001499s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_is_router_gateway_on_chassis [0.001333s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_add_device_to_ovs_bridge_vlan_tag [0.001577s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_ensure_default_ovs_flows [0.002313s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_ensure_evpn_ovs_flow_ipv4 [0.002912s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_ensure_evpn_ovs_flow_ipv6 [0.002018s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_ensure_evpn_ovs_flow_no_ovs_ports [0.001308s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_get_ovs_flows_info [0.001490s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_remove_evpn_network_ovs_flow_ipv6 [0.002463s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_remove_extra_ovs_flows [0.002968s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOvsIdl.test_get_ovn_bridge_mappings [0.000649s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOvsIdl.test_get_ovn_remote [0.000620s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_base_watcher.TestPortBindingChassisEvent.test__check_single_dual_stack_format [0.000403s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestChassisPrivateCreateEvent.test_run_not_first_time [0.000739s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPSetEvent.test_match_fn_attribute_errir [0.000448s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPSetEvent.test_match_fn_lrp [0.000414s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPSetEvent.test_match_fn_same_nat_addresses [0.000421s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPSetEvent.test_run_same_port [0.000666s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPUnsetEvent.test_match_fn_chassis_set [0.000722s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPUnsetEvent.test_run [0.000653s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPUnsetEvent.test_run_empty_row_nat_addresses [0.000637s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPUnsetEvent.test_run_wrong_type [0.000547s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisCreatedEvent.test_match_fn_index_error [0.000438s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisCreatedEvent.test_match_fn_not_single_or_dual_stack [0.000436s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisDeletedEvent.test_match_fn_index_error [0.000442s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisDeletedEvent.test_match_fn_update_old_chassis_set [0.000350s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestSubnetRouterAttachedEvent.test_run [0.000704s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestSubnetRouterDetachedEvent.test_match_fn_index_error [0.000500s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortCreatedEvent.test_match_fn_old_chassis_set [0.000487s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestChassisCreateEvent.test_run [0.000626s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisCreatedEvent.test_match_fn [0.000454s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisCreatedEvent.test_run_dual_stack [0.000663s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterAttachedEvent.test_match_fn [0.000500s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterAttachedEvent.test_match_fn_lrp [0.000465s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterAttachedEvent.test_run [0.000657s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterDetachedEvent.test_match_fn_chassis_set [0.002723s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterDetachedEvent.test_run_wrong_type [0.000680s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortCreatedEvent.test_match_fn_index_error [0.000719s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortDeletedEvent.test_match_fn_empty_ovn_local_lrps [0.000499s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortDeletedEvent.test_run_dual_stack [0.000673s] ... ok {1} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortDeletedEvent.test_run_wrong_type [0.000561s] ... ok {1} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_add_ip_nei_ipv6 [0.003181s] ... ok {1} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_add_unreachable_route_exception [0.002035s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_frr.TestFrr.test_vrf_leak_no_router_id [0.001835s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test__get_port_by_name_empty [0.001448s] ... ok {1} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_create_routing_table_for_bridge [0.004126s] ... ok {1} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_del_ip_nei_index_error [0.002362s] ... ok {1} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_del_ndp_proxy [0.002061s] ... ok {1} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_delete_ip_rules_exceptions [0.017511s] ... ok {1} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_ensure_veth_keyerror [0.004259s] ... ok {1} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_ensure_vlan_device_for_network [0.002529s] ... ok {1} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_route_delete [0.003746s] ... ok {1} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_rule_create [0.004004s] ... ok {1} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_rule_delete [0.003080s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_evpn_info_key_error [0.001215s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_lrp_port_for_datapath [0.001984s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_network_vlan_tag_by_network_name_no_match [0.001276s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_port_if_local_chassis_wrong_chassis [0.001424s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_ports_on_chassis [0.001488s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_is_port_on_chassis_port_not_found [0.001319s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_del_device_from_ovs_bridge [0.001504s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_del_device_from_ovs_bridge_specifying_bridge [0.001526s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_del_flow [0.001494s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_ensure_evpn_ovs_flow_ipv4_strip_vlan [0.002041s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_get_bridge_flows [0.001497s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_get_bridge_flows_with_filters [0.001380s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_get_device_port_at_ovs [0.001343s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_get_flow_info [0.001865s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_get_ovs_flows_info_no_ovs_ports [0.001365s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_remove_evpn_router_ovs_flows [0.001622s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOvsIdl.test_get_own_chassis_name [0.000655s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestChassisCreateEvent.test_run [0.000615s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPSetEvent.test_run [0.000768s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisCreatedEvent.test_match_fn_old_chassis_set [0.000455s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisCreatedEvent.test_run_wrong_type [0.000604s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisDeletedEvent.test_match_fn_not_single_or_dual_stack [0.000426s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisDeletedEvent.test_run_dual_stack [0.000681s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisDeletedEvent.test_run_wrong_type [0.000574s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestSubnetRouterAttachedEvent.test_match_fn_not_lrp [0.000478s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestSubnetRouterAttachedEvent.test_match_fn_not_single_or_dual_stack [0.000472s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortCreatedEvent.test_match_fn [0.000442s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortCreatedEvent.test_match_fn_not_single_or_dual_stack [0.000496s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortCreatedEvent.test_run_dual_stack [0.000701s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortDeletedEvent.test_match_fn [0.000477s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortDeletedEvent.test_match_fn_index_error [0.000496s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortDeletedEvent.test_run_wrong_type [0.000532s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestChassisCreateEvent.test_run_not_first_time [0.002261s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisCreatedEvent.test_match_fn_index_error [0.000481s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisCreatedEvent.test_match_fn_wrong_type [0.000445s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisCreatedEvent.test_run [0.000673s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisDeletedEvent.test_match_fn_not_single_or_dual_stack [0.000473s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisDeletedEvent.test_match_fn_update_old_chassis_set [0.000377s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisDeletedEvent.test_run [0.000667s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisDeletedEvent.test_run_wrong_type [0.000591s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterAttachedEvent.test_match_fn_update_old_ext_ids [0.000364s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterAttachedEvent.test_run_wrong_type [0.000626s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterDetachedEvent.test_match_fn_lrp [0.000495s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterDetachedEvent.test_match_fn_update [0.000406s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterDetachedEvent.test_match_fn_update_chassis_set [0.000368s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterDetachedEvent.test_run [0.000688s] ... ok {2} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortCreatedEvent.test_match_fn [0.000506s] ... ok {2} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_add_ips_to_dev [0.003710s] ... ok {2} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_add_ndp_proxy_exception [0.002100s] ... ok {2} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_add_ndp_proxy_vlan [0.002905s] ... ok {2} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_add_unreachable_route_exception_file_exists [0.002190s] ... ok {2} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_del_ip_nei [0.003149s] ... ok {2} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_del_ndp_proxy_vlan [0.002201s] ... ok {2} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_delete_device [0.002504s] ... ok {2} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_ensure_vxlan [0.003500s] ... ok {2} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_set_kernel_flag [0.002011s] ... ok {2} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_set_kernel_flag_exception [0.001999s] ... ok {2} ovn_bgp_agent.tests.unit.privileged.test_ovs_vsctl.TestPrivilegedOvsVsctl.test_ovs_cmd_exception [0.001046s] ... ok {2} ovn_bgp_agent.tests.unit.privileged.test_ovs_vsctl.TestPrivilegedOvsVsctl.test_ovs_cmd_timeout [0.000655s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_add_ip_nei [0.001520s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_add_ip_route_ipv6 [0.004452s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_add_ip_route_via [0.003623s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_del_ip_route [0.002543s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_del_ip_rule [0.003060s] ... ok {1} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_set_device_status [0.003054s] ... ok {1} ovn_bgp_agent.tests.unit.privileged.test_vtysh.TestPrivilegedVtysh.test_run_vtysh_command_exception [0.001225s] ... ok {1} ovn_bgp_agent.tests.unit.privileged.test_vtysh.TestPrivilegedVtysh.test_run_vtysh_config [0.000763s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_add_ip_route [0.058359s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_add_ip_route_mask [0.003860s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_add_ip_route_vlan [0.004502s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_add_unreachable_route [0.001424s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_del_ip_route_mask [0.002674s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_del_ip_route_via [0.002606s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_del_ip_route_vlan [0.002592s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_del_ips_from_dev [0.013071s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_del_ip_rule_invalid_ip [0.047747s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_del_ip_rule_ipv6 [0.002693s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_del_ndp_proxy [0.001385s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_delete_bridge_ip_routes [0.001727s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_delete_exposed_ips [0.001353s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_delete_ip_routes [0.006656s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_ensure_dummy_device [0.001486s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_ensure_veth [0.001378s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_ensure_vlan_device_for_network [0.002370s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_ensure_vrf [0.001398s] ... ok {2} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_get_exposed_ips_on_network [0.001901s] ... ok {0} ovn_bgp_agent.tests.unit.cmd.test_agent.TestAgentCmd.test_start [0.002019s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_frr.TestFrr.test__get_router_id_no_ipv4_settings [0.029811s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_frr.TestFrr.test_vrf_leak [0.006292s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_frr.TestFrr.test_vrf_reconfigure_add_vrf [0.004337s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_evpn_info_from_port_name_lrp [0.002205s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_fip_associated_not_found [0.001383s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_ip_from_port_peer_port_not_found [0.005579s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_port_if_local_chassis [0.003924s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_is_port_deleted [0.001589s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_is_port_on_chassis [0.004276s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_is_provider_network [0.001371s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_delete_vlan_device_for_network [0.001429s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_enable_proxy_ndp [0.001379s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_get_exposed_ips [0.001876s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_get_nic_ip_prefixlen [0.001727s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_get_ovn_ip_rules [0.002119s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_set_master_for_device [0.002818s] ... ok {1} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_set_master_for_device_already_set [0.003450s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_add_device_to_ovs_bridge [0.013486s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_ensure_evpn_ovs_flow_ipv6_strip_vlan [0.002829s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_get_flow_info_ipv6 [0.001098s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_remove_evpn_network_ovs_flow_ipv4 [0.014179s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOvsIdl.test_get_ovn_bridge_mappings_not_set [0.001811s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOvsIdl.test_start [0.006601s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestChassisPrivateCreateEvent.test_run [0.000636s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPSetEvent.test_match_fn_chassis_set [0.000528s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPUnsetEvent.test_match_fn_attribute_errir [0.000460s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPUnsetEvent.test_match_fn_lrp [0.000423s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPUnsetEvent.test_match_fn_same_nat_addresses [0.000438s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPUnsetEvent.test_run_same_port [0.000638s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisCreatedEvent.test_run [0.000678s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisDeletedEvent.test_match_fn [0.000849s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisDeletedEvent.test_match_fn_update [0.000383s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisDeletedEvent.test_run [0.000666s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestSubnetRouterAttachedEvent.test_match_fn [0.000504s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestSubnetRouterAttachedEvent.test_match_fn_chassis_set [0.000573s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestSubnetRouterDetachedEvent.test_match_fn_chassis_set [0.001050s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestSubnetRouterDetachedEvent.test_match_fn_not_lrp [0.010753s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestSubnetRouterDetachedEvent.test_run_wrong_type [0.000550s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortCreatedEvent.test_run [0.000694s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortDeletedEvent.test_match_fn_not_single_or_dual_stack [0.000508s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortDeletedEvent.test_run [0.000677s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortDeletedEvent.test_run_dual_stack [0.000674s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestChassisPrivateCreateEvent.test_run_not_first_time [0.000745s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisCreatedEvent.test_match_fn_not_single_or_dual_stack [0.000465s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisCreatedEvent.test_run_wrong_type [0.000572s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisDeletedEvent.test_match_fn [0.000455s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisDeletedEvent.test_match_fn_index_error [0.000410s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisDeletedEvent.test_match_fn_wrong_type [0.000433s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterAttachedEvent.test_match_fn_chassis_set [0.000483s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterAttachedEvent.test_match_fn_missing_ext_ids [0.018783s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterAttachedEvent.test_match_fn_update_chassis_set [0.000385s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterDetachedEvent.test_match_fn [0.000486s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterDetachedEvent.test_match_fn_update_lrp [0.000368s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterDetachedEvent.test_match_fn_update_missing_ext_ids [0.000348s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterDetachedEvent.test_run_nat_addresses [0.000674s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortCreatedEvent.test_run_dual_stack [0.000703s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortDeletedEvent.test_match_fn [0.000501s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortDeletedEvent.test_match_fn_index_error [0.000490s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortDeletedEvent.test_match_fn_update_empty_ovn_local_lrps [0.000356s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortDeletedEvent.test_match_fn_update_old_chassis_set [0.001930s] ... ok {0} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortDeletedEvent.test_run [0.001024s] ... ok {0} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_del_ip_nei_ipv6 [0.004020s] ... ok {0} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_del_ndp_proxy_exception [0.002121s] ... ok {0} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_del_ndp_proxy_exception_no_such_file [0.001994s] ... ok {0} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_delete_device_keyerror [0.002790s] ... ok {0} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_delete_exposed_ips [0.009091s] ... ok {0} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_ensure_bridge_keyerror [0.004947s] ... ok {0} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_ensure_vrf_keyerror [0.007005s] ... ok {0} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_ensure_vxlan_keyerror [0.018882s] ... ok {0} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_route_create [0.004334s] ... ok {0} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_route_delete_keyerror [0.003234s] ... ok {0} ovn_bgp_agent.tests.unit.privileged.test_ovs_vsctl.TestPrivilegedOvsVsctl.test_ovs_cmd [0.000676s] ... ok {0} ovn_bgp_agent.tests.unit.privileged.test_ovs_vsctl.TestPrivilegedOvsVsctl.test_ovs_cmd_fallback_exception [0.001204s] ... ok {0} ovn_bgp_agent.tests.unit.privileged.test_vtysh.TestPrivilegedVtysh.test_run_vtysh_command [0.001636s] ... ok {0} ovn_bgp_agent.tests.unit.test_agent.TestAgent.test_start [0.002324s] ... ok {0} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_add_ip_rule [0.062368s] ... ok {0} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_add_ip_rule_ipv6 [0.002649s] ... ok {0} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_add_ips_to_dev [0.003770s] ... ok {0} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_add_ndp_proxy [0.001573s] ... ok {0} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_del_ip_nei [0.001559s] ... ok {0} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_enable_proxy_arp [0.001333s] ... ok {0} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_ensure_routing_table_for_bridge [0.000979s] ... ok {0} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_get_interface_index [0.002993s] ... ok {0} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_get_nic_ip [0.001711s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_frr.TestFrr.test_vrf_reconfigure_del_vrf [0.006344s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_frr.TestFrr.test_vrf_reconfigure_unknown_action [0.001277s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_evpn_info_from_port_name [0.001880s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_evpn_info_from_port_name_crlrp [0.001918s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_evpn_info_value_error [0.001126s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_fip_associated [0.001338s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_lrp_port_for_datapath_no_options [0.001433s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_network_name_and_tag [0.001406s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_port_datapath [0.001313s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_port_datapath_port_not_found [0.001391s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_get_ports_on_datapath_port_type [0.001336s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_is_provider_network_false [0.001264s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovn.TestOvsdbSbOvnIdl.test_is_router_gateway_on_chassis_not_on_chassis [0.001445s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_remove_evpn_network_ovs_flow_no_ovs_port [0.001309s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.utils.test_ovs.TestOVS.test_remove_evpn_router_ovs_flows_no_ovs_port [0.001887s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestChassisCreateEvent.test_run_not_first_time [0.001376s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPSetEvent.test_match_fn [0.000683s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPSetEvent.test_run_empty_old_nat_addresses [0.000952s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPSetEvent.test_run_wrong_type [0.000580s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestFIPUnsetEvent.test_match_fn [0.000451s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisCreatedEvent.test_match_fn [0.000480s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestPortBindingChassisCreatedEvent.test_run_dual_stack [0.000705s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestSubnetRouterAttachedEvent.test_match_fn_index_error [0.000514s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestSubnetRouterAttachedEvent.test_run_wrong_type [0.000589s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestSubnetRouterDetachedEvent.test_match_fn [0.000496s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestSubnetRouterDetachedEvent.test_match_fn_not_single_or_dual_stack [0.000496s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestSubnetRouterDetachedEvent.test_run [0.000767s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortCreatedEvent.test_match_fn_empty_ovn_local_lrps [0.000457s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortCreatedEvent.test_match_fn_index_error [0.000500s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortCreatedEvent.test_run_wrong_type [0.000584s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_bgp_watcher.TestTenantPortDeletedEvent.test_match_fn_empty_ovn_local_lrps [0.000505s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestChassisPrivateCreateEvent.test_run [0.000646s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisCreatedEvent.test_match_fn_old_chassis_set [0.000466s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestPortBindingChassisDeletedEvent.test_match_fn_update [0.000381s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterAttachedEvent.test_match_fn_update [0.000381s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterAttachedEvent.test_match_fn_update_lrp [0.000354s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterAttachedEvent.test_match_fn_update_missing_ext_ids [0.000565s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterAttachedEvent.test_run_nat_addresses [0.000674s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterDetachedEvent.test_match_fn_missing_ext_ids [0.000503s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestSubnetRouterDetachedEvent.test_match_fn_update_row_ext_ids [0.000355s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortCreatedEvent.test_match_fn_empty_ovn_local_lrps [0.000440s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortCreatedEvent.test_match_fn_not_single_or_dual_stack [0.000512s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortCreatedEvent.test_match_fn_old_chassis_set [0.000418s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortCreatedEvent.test_run [0.000715s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortCreatedEvent.test_run_wrong_type [0.000537s] ... ok {3} ovn_bgp_agent.tests.unit.drivers.openstack.watchers.test_evpn_watcher.TestTenantPortDeletedEvent.test_match_fn_not_single_or_dual_stack [0.000494s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_add_ip_nei [0.004350s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_add_ndp_proxy [0.002089s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_add_unreachable_route [0.002142s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_del_ips_from_dev [0.003213s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_delete_ip_rules [0.006048s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_ensure_bridge [0.002454s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_ensure_dummy_device [0.003135s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_ensure_dummy_device_keyerror [0.004235s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_ensure_veth [0.002244s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_ensure_vlan_device_for_network_keyerror [0.004447s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_ensure_vrf [0.003112s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_rule_create_existing [0.002808s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_linux_net.TestPrivilegedLinuxNet.test_rule_delete_keyerror [0.003413s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_ovs_vsctl.TestPrivilegedOvsVsctl.test_ovs_cmd_fallback_OF_version [0.000552s] ... ok {3} ovn_bgp_agent.tests.unit.privileged.test_vtysh.TestPrivilegedVtysh.test_run_vtysh_config_exception [0.001353s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_add_ip_route_keyerror [0.056408s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_add_ip_rule_invalid_ip [0.001375s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_del_ip_route_ipv6 [0.002621s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_delete_bridge_ip_routes_gateway [0.001658s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_delete_bridge_ip_routes_vlan [0.001605s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_delete_device [0.001403s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_delete_ip_rules [0.001600s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_delete_routes_from_table [0.003804s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_ensure_arp_ndp_enabed_for_bridge [0.001354s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_ensure_bridge [0.001369s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_ensure_ovn_device [0.001658s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_ensure_vxlan [0.002090s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_get_interfaces [0.001497s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_get_ip_version_v4 [0.001026s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_get_ip_version_v6 [0.001821s] ... ok {3} ovn_bgp_agent.tests.unit.utils.test_linux_net.TestLinuxNet.test_get_routes_on_tables [0.002380s] ... ok ====== Totals ====== Ran: 310 tests in 0.9296 sec. - Passed: 310 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 0.8481 sec. ============== Worker Balance ============== - Worker 0 (78 tests) => 0:00:00.318002 - Worker 1 (78 tests) => 0:00:00.226159 - Worker 2 (77 tests) => 0:00:00.166227 - Worker 3 (77 tests) => 0:00:00.181472 Processing files: ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.34wsJm Provides: config(ovn-bgp-agent) = 0.1.1-0.20220330142400.0b0fcef.el9 ovn-bgp-agent = 0.1.1-0.20220330142400.0b0fcef.el9 python3.9dist(ovn-bgp-agent) = 0.1.1~~dev19 python3dist(ovn-bgp-agent) = 0.1.1~~dev19 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh 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(pre): /bin/sh Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python3 python(abi) = 3.9 python3.9dist(jinja2) >= 2.10 python3.9dist(neutron-lib) >= 2.10.1 python3.9dist(oslo-concurrency) >= 3.26 python3.9dist(oslo-config) >= 6.1 python3.9dist(oslo-log) >= 3.36 python3.9dist(oslo-privsep) >= 2.3 python3.9dist(oslo-rootwrap) >= 5.15 python3.9dist(oslo-service) >= 1.40.2 python3.9dist(ovs) >= 2.8 python3.9dist(ovsdbapp) >= 1.4 python3.9dist(pbr) >= 2 python3.9dist(pyroute2) >= 0.6.4 python3.9dist(setuptools) python3.9dist(stevedore) >= 1.20 Processing files: ovn-bgp-agent-doc-0.1.1-0.20220330142400.0b0fcef.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qEFfXB Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.6OhIBV Provides: ovn-bgp-agent-doc = 0.1.1-0.20220330142400.0b0fcef.el9 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/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64 Wrote: /builddir/build/RPMS/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.noarch.rpm Unable to execute ['ip', -4, 'route', 'add', 'vrf', 'fake-vrf', 'unreachable', 'default', 'metric', '4278198272']. Exception: Unknown router-id, needed for route leaking Unable to execute vtysh with ['/usr/bin/vtysh', '--vty_socket', '/run/frr/', '-c', 'show ip bgp summary json']. Exception: Traceback (most recent call last): File "/builddir/build/BUILD/ovn-bgp-agent-0.1.1.dev19/ovn_bgp_agent/privileged/vtysh.py", line 42, in run_vtysh_command return processutils.execute(*full_args)[0] File "/usr/lib64/python3.9/unittest/mock.py", line 1092, in __call__ return self._mock_call(*args, **kwargs) File "/usr/lib64/python3.9/unittest/mock.py", line 1096, in _mock_call return self._execute_mock_call(*args, **kwargs) File "/usr/lib64/python3.9/unittest/mock.py", line 1151, in _execute_mock_call raise effect ovn_bgp_agent.tests.unit.privileged.test_vtysh.FakeException Unable to execute ['ip', '-6', 'nei', 'add', 'proxy', '2002::1234:abcd:ffff:c0a8:101', 'dev', 'ethfake']. Exception: Unable to execute ['sysctl', '-w', 'net.ipv6.conf.fake=1']. Exception: Unable to execute ovs-vsctl ['ovs-vsctl', '--if-exists', 'del-port', 'fake-port']. Exception: Traceback (most recent call last): File "/builddir/build/BUILD/ovn-bgp-agent-0.1.1.dev19/ovn_bgp_agent/privileged/ovs_vsctl.py", line 30, in ovs_cmd return processutils.execute(*full_args) File "/usr/lib64/python3.9/unittest/mock.py", line 1092, in __call__ return self._mock_call(*args, **kwargs) File "/usr/lib64/python3.9/unittest/mock.py", line 1096, in _mock_call return self._execute_mock_call(*args, **kwargs) File "/usr/lib64/python3.9/unittest/mock.py", line 1151, in _execute_mock_call raise effect ovn_bgp_agent.tests.unit.privileged.test_ovs_vsctl.FakeException Invalid ip: 10.10.1.6/30/128 Unable to execute ['ip', '-6', 'nei', 'del', 'proxy', '2002::1234:abcd:ffff:c0a8:101', 'dev', 'ethfake']. Exception: Unable to execute ovs-vsctl ['ovs-vsctl', '--if-exists', 'del-port', 'fake-port', '-O', 'OpenFlow13']. Exception: Traceback (most recent call last): File "/builddir/build/BUILD/ovn-bgp-agent-0.1.1.dev19/ovn_bgp_agent/privileged/ovs_vsctl.py", line 30, in ovs_cmd return processutils.execute(*full_args) File "/usr/lib64/python3.9/unittest/mock.py", line 1092, in __call__ return self._mock_call(*args, **kwargs) File "/usr/lib64/python3.9/unittest/mock.py", line 1096, in _mock_call return self._execute_mock_call(*args, **kwargs) File "/usr/lib64/python3.9/unittest/mock.py", line 1155, in _execute_mock_call raise result oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. Command: None Exit code: - Stdout: None Stderr: None During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/ovn-bgp-agent-0.1.1.dev19/ovn_bgp_agent/privileged/ovs_vsctl.py", line 34, in ovs_cmd return processutils.execute(*full_args) File "/usr/lib64/python3.9/unittest/mock.py", line 1092, in __call__ return self._mock_call(*args, **kwargs) File "/usr/lib64/python3.9/unittest/mock.py", line 1096, in _mock_call return self._execute_mock_call(*args, **kwargs) File "/usr/lib64/python3.9/unittest/mock.py", line 1155, in _execute_mock_call raise result ovn_bgp_agent.tests.unit.privileged.test_ovs_vsctl.FakeException Unknown FRR reconfiguration action: non-existing-action Unable to execute vtysh with ['/usr/bin/vtysh', '--vty_socket', '/run/frr/', '-c', 'copy /fake/frr.config running-config']. Exception: Traceback (most recent call last): File "/builddir/build/BUILD/ovn-bgp-agent-0.1.1.dev19/ovn_bgp_agent/privileged/vtysh.py", line 30, in run_vtysh_config return processutils.execute(*full_args) File "/usr/lib64/python3.9/unittest/mock.py", line 1092, in __call__ return self._mock_call(*args, **kwargs) File "/usr/lib64/python3.9/unittest/mock.py", line 1096, in _mock_call return self._execute_mock_call(*args, **kwargs) File "/usr/lib64/python3.9/unittest/mock.py", line 1151, in _execute_mock_call raise effect ovn_bgp_agent.tests.unit.privileged.test_vtysh.FakeException + RPM_EC=0 ++ jobs -p + exit 0 + umask 022 + cd /builddir/build/BUILD + cd ovn-bgp-agent-0.1.1.dev19 + LICENSEDIR=/builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/share/licenses/ovn-bgp-agent + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/share/licenses/ovn-bgp-agent + cp -pr LICENSE /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/share/licenses/ovn-bgp-agent + RPM_EC=0 ++ jobs -p + exit 0 warning: File listed twice: /etc/ovn-bgp-agent/rootwrap.conf warning: File listed twice: /etc/ovn-bgp-agent/rootwrap.d/rootwrap.filters + umask 022 + cd /builddir/build/BUILD + cd ovn-bgp-agent-0.1.1.dev19 + DOCDIR=/builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/share/doc/ovn-bgp-agent-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/share/doc/ovn-bgp-agent-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/share/doc/ovn-bgp-agent-doc + cp -pr README.rst /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/share/doc/ovn-bgp-agent-doc + RPM_EC=0 ++ jobs -p + exit 0 + umask 022 + cd /builddir/build/BUILD + cd ovn-bgp-agent-0.1.1.dev19 + LICENSEDIR=/builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/share/licenses/ovn-bgp-agent-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/share/licenses/ovn-bgp-agent-doc + cp -pr LICENSE /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64/usr/share/licenses/ovn-bgp-agent-doc + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/RPMS/ovn-bgp-agent-doc-0.1.1-0.20220330142400.0b0fcef.el9.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.IlVjuw + umask 022 + cd /builddir/build/BUILD + cd ovn-bgp-agent-0.1.1.dev19 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0