Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-neutron-dynamic-routing.spec'], chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-58563-247069/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-neutron-dynamic-routing.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-neutron-dynamic-routing-14.0.0-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-neutron-dynamic-routing.spec'], chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-58563-247069/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-neutron-dynamic-routing.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YnApHv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf neutron-dynamic-routing-14.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/neutron-dynamic-routing-14.0.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd neutron-dynamic-routing-14.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'openstack-neutron-dynamic-routing-14.0.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KbzYNm + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-14.0.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/neutron_dynamic_routing creating build/lib/neutron_dynamic_routing/api creating build/lib/neutron_dynamic_routing/api/rpc creating build/lib/neutron_dynamic_routing/api/rpc/handlers copying neutron_dynamic_routing/api/rpc/handlers/__init__.py -> build/lib/neutron_dynamic_routing/api/rpc/handlers copying neutron_dynamic_routing/api/rpc/handlers/bgp_speaker_rpc.py -> build/lib/neutron_dynamic_routing/api/rpc/handlers creating build/lib/neutron_dynamic_routing/services creating build/lib/neutron_dynamic_routing/services/bgp creating build/lib/neutron_dynamic_routing/services/bgp/agent creating build/lib/neutron_dynamic_routing/services/bgp/agent/driver copying neutron_dynamic_routing/services/bgp/agent/driver/base.py -> build/lib/neutron_dynamic_routing/services/bgp/agent/driver copying neutron_dynamic_routing/services/bgp/agent/driver/__init__.py -> build/lib/neutron_dynamic_routing/services/bgp/agent/driver copying neutron_dynamic_routing/services/bgp/agent/driver/exceptions.py -> build/lib/neutron_dynamic_routing/services/bgp/agent/driver copying neutron_dynamic_routing/services/bgp/agent/driver/utils.py -> build/lib/neutron_dynamic_routing/services/bgp/agent/driver creating build/lib/neutron_dynamic_routing/cmd copying neutron_dynamic_routing/cmd/__init__.py -> build/lib/neutron_dynamic_routing/cmd copying neutron_dynamic_routing/api/__init__.py -> build/lib/neutron_dynamic_routing/api copying neutron_dynamic_routing/services/bgp/bgp_plugin.py -> build/lib/neutron_dynamic_routing/services/bgp copying neutron_dynamic_routing/services/bgp/__init__.py -> build/lib/neutron_dynamic_routing/services/bgp creating build/lib/neutron_dynamic_routing/tests creating build/lib/neutron_dynamic_routing/tests/unit creating build/lib/neutron_dynamic_routing/tests/unit/api copying neutron_dynamic_routing/tests/unit/api/__init__.py -> build/lib/neutron_dynamic_routing/tests/unit/api creating build/lib/neutron_dynamic_routing/services/bgp/scheduler copying neutron_dynamic_routing/services/bgp/scheduler/bgp_dragent_scheduler.py -> build/lib/neutron_dynamic_routing/services/bgp/scheduler copying neutron_dynamic_routing/services/bgp/scheduler/__init__.py -> build/lib/neutron_dynamic_routing/services/bgp/scheduler creating build/lib/neutron_dynamic_routing/tests/unit/services copying neutron_dynamic_routing/tests/unit/services/__init__.py -> build/lib/neutron_dynamic_routing/tests/unit/services creating build/lib/neutron_dynamic_routing/services/bgp/common copying neutron_dynamic_routing/services/bgp/common/constants.py -> build/lib/neutron_dynamic_routing/services/bgp/common copying neutron_dynamic_routing/services/bgp/common/__init__.py -> build/lib/neutron_dynamic_routing/services/bgp/common copying neutron_dynamic_routing/services/bgp/common/opts.py -> build/lib/neutron_dynamic_routing/services/bgp/common creating build/lib/neutron_dynamic_routing/db copying neutron_dynamic_routing/db/bgp_dragentscheduler_db.py -> build/lib/neutron_dynamic_routing/db copying neutron_dynamic_routing/db/__init__.py -> build/lib/neutron_dynamic_routing/db copying neutron_dynamic_routing/db/bgp_db.py -> build/lib/neutron_dynamic_routing/db creating build/lib/neutron_dynamic_routing/tests/unit/services/bgp creating build/lib/neutron_dynamic_routing/tests/unit/services/bgp/agent copying neutron_dynamic_routing/tests/unit/services/bgp/agent/__init__.py -> build/lib/neutron_dynamic_routing/tests/unit/services/bgp/agent copying neutron_dynamic_routing/tests/unit/services/bgp/agent/test_bgp_dragent.py -> build/lib/neutron_dynamic_routing/tests/unit/services/bgp/agent creating build/lib/neutron_dynamic_routing/tests/common copying neutron_dynamic_routing/tests/common/helpers.py -> build/lib/neutron_dynamic_routing/tests/common copying neutron_dynamic_routing/tests/common/__init__.py -> build/lib/neutron_dynamic_routing/tests/common creating build/lib/neutron_dynamic_routing/db/migration creating build/lib/neutron_dynamic_routing/db/migration/models copying neutron_dynamic_routing/db/migration/models/head.py -> build/lib/neutron_dynamic_routing/db/migration/models copying neutron_dynamic_routing/db/migration/models/__init__.py -> build/lib/neutron_dynamic_routing/db/migration/models creating build/lib/neutron_dynamic_routing/api/rpc/callbacks copying neutron_dynamic_routing/api/rpc/callbacks/resources.py -> build/lib/neutron_dynamic_routing/api/rpc/callbacks copying neutron_dynamic_routing/api/rpc/callbacks/__init__.py -> build/lib/neutron_dynamic_routing/api/rpc/callbacks creating build/lib/neutron_dynamic_routing/cmd/eventlet creating build/lib/neutron_dynamic_routing/cmd/eventlet/agents copying neutron_dynamic_routing/cmd/eventlet/agents/__init__.py -> build/lib/neutron_dynamic_routing/cmd/eventlet/agents copying neutron_dynamic_routing/cmd/eventlet/agents/bgp_dragent.py -> build/lib/neutron_dynamic_routing/cmd/eventlet/agents copying neutron_dynamic_routing/_i18n.py -> build/lib/neutron_dynamic_routing copying neutron_dynamic_routing/version.py -> build/lib/neutron_dynamic_routing copying neutron_dynamic_routing/__init__.py -> build/lib/neutron_dynamic_routing creating build/lib/neutron_dynamic_routing/tests/tempest creating build/lib/neutron_dynamic_routing/tests/tempest/api copying neutron_dynamic_routing/tests/tempest/api/__init__.py -> build/lib/neutron_dynamic_routing/tests/tempest/api copying neutron_dynamic_routing/tests/tempest/api/test_bgp_speaker_extensions_negative.py -> build/lib/neutron_dynamic_routing/tests/tempest/api copying neutron_dynamic_routing/tests/tempest/api/test_bgp_speaker_extensions.py -> build/lib/neutron_dynamic_routing/tests/tempest/api creating build/lib/neutron_dynamic_routing/tests/functional copying neutron_dynamic_routing/tests/functional/__init__.py -> build/lib/neutron_dynamic_routing/tests/functional copying neutron_dynamic_routing/cmd/eventlet/__init__.py -> build/lib/neutron_dynamic_routing/cmd/eventlet creating build/lib/neutron_dynamic_routing/db/migration/alembic_migrations copying neutron_dynamic_routing/db/migration/alembic_migrations/__init__.py -> build/lib/neutron_dynamic_routing/db/migration/alembic_migrations copying neutron_dynamic_routing/db/migration/alembic_migrations/env.py -> build/lib/neutron_dynamic_routing/db/migration/alembic_migrations creating build/lib/neutron_dynamic_routing/tests/unit/services/bgp/driver creating build/lib/neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken copying neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken/test_driver.py -> build/lib/neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken copying neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken/__init__.py -> build/lib/neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken copying neutron_dynamic_routing/db/migration/__init__.py -> build/lib/neutron_dynamic_routing/db/migration creating build/lib/neutron_dynamic_routing/tests/functional/services creating build/lib/neutron_dynamic_routing/tests/functional/services/bgp copying neutron_dynamic_routing/tests/functional/services/bgp/__init__.py -> build/lib/neutron_dynamic_routing/tests/functional/services/bgp copying neutron_dynamic_routing/tests/functional/services/__init__.py -> build/lib/neutron_dynamic_routing/tests/functional/services copying neutron_dynamic_routing/tests/__init__.py -> build/lib/neutron_dynamic_routing/tests copying neutron_dynamic_routing/tests/unit/services/bgp/test_bgp_plugin.py -> build/lib/neutron_dynamic_routing/tests/unit/services/bgp copying neutron_dynamic_routing/tests/unit/services/bgp/__init__.py -> build/lib/neutron_dynamic_routing/tests/unit/services/bgp creating build/lib/neutron_dynamic_routing/tests/unit/api/rpc copying neutron_dynamic_routing/tests/unit/api/rpc/__init__.py -> build/lib/neutron_dynamic_routing/tests/unit/api/rpc creating build/lib/neutron_dynamic_routing/tests/unit/db copying neutron_dynamic_routing/tests/unit/db/test_bgp_dragentscheduler_db.py -> build/lib/neutron_dynamic_routing/tests/unit/db copying neutron_dynamic_routing/tests/unit/db/__init__.py -> build/lib/neutron_dynamic_routing/tests/unit/db copying neutron_dynamic_routing/tests/unit/db/test_bgp_db.py -> build/lib/neutron_dynamic_routing/tests/unit/db creating build/lib/neutron_dynamic_routing/extensions copying neutron_dynamic_routing/extensions/bgp_dragentscheduler.py -> build/lib/neutron_dynamic_routing/extensions copying neutron_dynamic_routing/extensions/bgp_4byte_asn.py -> build/lib/neutron_dynamic_routing/extensions copying neutron_dynamic_routing/extensions/__init__.py -> build/lib/neutron_dynamic_routing/extensions copying neutron_dynamic_routing/extensions/bgp.py -> build/lib/neutron_dynamic_routing/extensions creating build/lib/neutron_dynamic_routing/api/rpc/agentnotifiers copying neutron_dynamic_routing/api/rpc/agentnotifiers/bgp_dr_rpc_agent_api.py -> build/lib/neutron_dynamic_routing/api/rpc/agentnotifiers copying neutron_dynamic_routing/api/rpc/agentnotifiers/__init__.py -> build/lib/neutron_dynamic_routing/api/rpc/agentnotifiers creating build/lib/neutron_dynamic_routing/tests/tempest/scenario creating build/lib/neutron_dynamic_routing/tests/tempest/scenario/ipv4 copying neutron_dynamic_routing/tests/tempest/scenario/ipv4/__init__.py -> build/lib/neutron_dynamic_routing/tests/tempest/scenario/ipv4 copying neutron_dynamic_routing/tests/tempest/scenario/ipv4/test_ipv4.py -> build/lib/neutron_dynamic_routing/tests/tempest/scenario/ipv4 creating build/lib/neutron_dynamic_routing/tests/tempest/scenario/ipv6 copying neutron_dynamic_routing/tests/tempest/scenario/ipv6/test_ipv6.py -> build/lib/neutron_dynamic_routing/tests/tempest/scenario/ipv6 copying neutron_dynamic_routing/tests/tempest/scenario/ipv6/__init__.py -> build/lib/neutron_dynamic_routing/tests/tempest/scenario/ipv6 copying neutron_dynamic_routing/services/bgp/agent/config.py -> build/lib/neutron_dynamic_routing/services/bgp/agent copying neutron_dynamic_routing/services/bgp/agent/__init__.py -> build/lib/neutron_dynamic_routing/services/bgp/agent copying neutron_dynamic_routing/services/bgp/agent/entry.py -> build/lib/neutron_dynamic_routing/services/bgp/agent copying neutron_dynamic_routing/services/bgp/agent/bgp_dragent.py -> build/lib/neutron_dynamic_routing/services/bgp/agent creating build/lib/neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers copying neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers/__init__.py -> build/lib/neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers copying neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers/test_bgp_dr_rpc_agent_api.py -> build/lib/neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers copying neutron_dynamic_routing/services/__init__.py -> build/lib/neutron_dynamic_routing/services creating build/lib/neutron_dynamic_routing/policies copying neutron_dynamic_routing/policies/bgp_peer.py -> build/lib/neutron_dynamic_routing/policies copying neutron_dynamic_routing/policies/base.py -> build/lib/neutron_dynamic_routing/policies copying neutron_dynamic_routing/policies/__init__.py -> build/lib/neutron_dynamic_routing/policies copying neutron_dynamic_routing/policies/bgp_dragent.py -> build/lib/neutron_dynamic_routing/policies copying neutron_dynamic_routing/policies/bgp_speaker.py -> build/lib/neutron_dynamic_routing/policies copying neutron_dynamic_routing/tests/tempest/scenario/base_test_proto.py -> build/lib/neutron_dynamic_routing/tests/tempest/scenario copying neutron_dynamic_routing/tests/tempest/scenario/base.py -> build/lib/neutron_dynamic_routing/tests/tempest/scenario copying neutron_dynamic_routing/tests/tempest/scenario/__init__.py -> build/lib/neutron_dynamic_routing/tests/tempest/scenario copying neutron_dynamic_routing/tests/unit/__init__.py -> build/lib/neutron_dynamic_routing/tests/unit copying neutron_dynamic_routing/api/rpc/__init__.py -> build/lib/neutron_dynamic_routing/api/rpc creating build/lib/neutron_dynamic_routing/tests/tempest/scenario/basic copying neutron_dynamic_routing/tests/tempest/scenario/basic/base.py -> build/lib/neutron_dynamic_routing/tests/tempest/scenario/basic copying neutron_dynamic_routing/tests/tempest/scenario/basic/test_4byte_asn.py -> build/lib/neutron_dynamic_routing/tests/tempest/scenario/basic copying neutron_dynamic_routing/tests/tempest/scenario/basic/__init__.py -> build/lib/neutron_dynamic_routing/tests/tempest/scenario/basic copying neutron_dynamic_routing/tests/tempest/scenario/basic/test_basic.py -> build/lib/neutron_dynamic_routing/tests/tempest/scenario/basic copying neutron_dynamic_routing/tests/tempest/bgp_client.py -> build/lib/neutron_dynamic_routing/tests/tempest copying neutron_dynamic_routing/tests/tempest/__init__.py -> build/lib/neutron_dynamic_routing/tests/tempest copying neutron_dynamic_routing/tests/tempest/plugin.py -> build/lib/neutron_dynamic_routing/tests/tempest creating build/lib/neutron_dynamic_routing/tests/unit/services/bgp/scheduler copying neutron_dynamic_routing/tests/unit/services/bgp/scheduler/test_bgp_dragent_scheduler.py -> build/lib/neutron_dynamic_routing/tests/unit/services/bgp/scheduler copying neutron_dynamic_routing/tests/unit/services/bgp/scheduler/__init__.py -> build/lib/neutron_dynamic_routing/tests/unit/services/bgp/scheduler creating build/lib/neutron_dynamic_routing/tests/functional/services/bgp/scheduler copying neutron_dynamic_routing/tests/functional/services/bgp/scheduler/test_bgp_dragent_scheduler.py -> build/lib/neutron_dynamic_routing/tests/functional/services/bgp/scheduler copying neutron_dynamic_routing/tests/functional/services/bgp/scheduler/__init__.py -> build/lib/neutron_dynamic_routing/tests/functional/services/bgp/scheduler copying neutron_dynamic_routing/tests/unit/services/bgp/driver/test_utils.py -> build/lib/neutron_dynamic_routing/tests/unit/services/bgp/driver copying neutron_dynamic_routing/tests/unit/services/bgp/driver/__init__.py -> build/lib/neutron_dynamic_routing/tests/unit/services/bgp/driver creating build/lib/neutron_dynamic_routing/services/bgp/agent/driver/os_ken copying neutron_dynamic_routing/services/bgp/agent/driver/os_ken/__init__.py -> build/lib/neutron_dynamic_routing/services/bgp/agent/driver/os_ken copying neutron_dynamic_routing/services/bgp/agent/driver/os_ken/driver.py -> build/lib/neutron_dynamic_routing/services/bgp/agent/driver/os_ken creating build/lib/neutron_dynamic_routing/tests/unit/api/rpc/handlers copying neutron_dynamic_routing/tests/unit/api/rpc/handlers/test_bgp_speaker_rpc.py -> build/lib/neutron_dynamic_routing/tests/unit/api/rpc/handlers copying neutron_dynamic_routing/tests/unit/api/rpc/handlers/__init__.py -> build/lib/neutron_dynamic_routing/tests/unit/api/rpc/handlers running egg_info deleting neutron_dynamic_routing.egg-info/requires.txt writing neutron_dynamic_routing.egg-info/PKG-INFO writing top-level names to neutron_dynamic_routing.egg-info/top_level.txt writing dependency_links to neutron_dynamic_routing.egg-info/dependency_links.txt writing entry points to neutron_dynamic_routing.egg-info/entry_points.txt writing pbr to neutron_dynamic_routing.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 reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'neutron_dynamic_routing.egg-info/SOURCES.txt' copying neutron_dynamic_routing/db/migration/alembic_migrations/script.py.mako -> build/lib/neutron_dynamic_routing/db/migration/alembic_migrations creating build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions copying neutron_dynamic_routing/db/migration/alembic_migrations/versions/CONTRACT_HEAD -> build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions copying neutron_dynamic_routing/db/migration/alembic_migrations/versions/EXPAND_HEAD -> build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions copying neutron_dynamic_routing/db/migration/alembic_migrations/versions/start_neutron_dynamic_routing.py -> build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions creating build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton creating build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract copying neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract/4cf8bc3edb66_rename_tenant_to_project.py -> build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract copying neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract/61cc795e43e8_initial.py -> build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract creating build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/expand copying neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/expand/f399fa0f5f25_initial.py -> build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/expand creating build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/queens creating build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/queens/contract copying neutron_dynamic_routing/db/migration/alembic_migrations/versions/queens/contract/a589fdb5724c_change_size_of_as_number.py -> build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/queens/contract copying neutron_dynamic_routing/db/migration/README -> build/lib/neutron_dynamic_routing/db/migration creating build/lib/neutron_dynamic_routing/tests/contrib copying neutron_dynamic_routing/tests/contrib/README -> build/lib/neutron_dynamic_routing/tests/contrib copying neutron_dynamic_routing/tests/contrib/gate_hook.sh -> build/lib/neutron_dynamic_routing/tests/contrib copying neutron_dynamic_routing/tests/contrib/post_test_hook.sh -> build/lib/neutron_dynamic_routing/tests/contrib copying neutron_dynamic_routing/tests/tempest/scenario/README -> build/lib/neutron_dynamic_routing/tests/tempest/scenario + sleep 1 ++ ls etc/oslo-config-generator/bgp_dragent.ini + for file in '`ls etc/oslo-config-generator/*`' + oslo-config-generator-2 --config-file=etc/oslo-config-generator/bgp_dragent.ini WARNING:stevedore.named:Could not load bgp.agent + read filename + find etc -name '*.sample' ++ dirname etc/bgp_dragent.ini.sample + filedir=etc ++ basename etc/bgp_dragent.ini.sample .sample + file=bgp_dragent.ini + mv etc/bgp_dragent.ini.sample etc/bgp_dragent.ini + read filename + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vAHquf + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch + cd neutron-dynamic-routing-14.0.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/policies copying build/lib/neutron_dynamic_routing/policies/bgp_peer.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/policies copying build/lib/neutron_dynamic_routing/policies/base.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/policies copying build/lib/neutron_dynamic_routing/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/policies copying build/lib/neutron_dynamic_routing/policies/bgp_dragent.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/policies copying build/lib/neutron_dynamic_routing/policies/bgp_speaker.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/policies creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/models copying build/lib/neutron_dynamic_routing/db/migration/models/head.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/models copying build/lib/neutron_dynamic_routing/db/migration/models/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/models copying build/lib/neutron_dynamic_routing/db/migration/README -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration copying build/lib/neutron_dynamic_routing/db/migration/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations copying build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/script.py.mako -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations copying build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations copying build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/env.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions copying build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/EXPAND_HEAD -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions copying build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/start_neutron_dynamic_routing.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions copying build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/CONTRACT_HEAD -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/queens creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/queens/contract copying build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/queens/contract/a589fdb5724c_change_size_of_as_number.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/queens/contract creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract copying build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract/61cc795e43e8_initial.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract copying build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract/4cf8bc3edb66_rename_tenant_to_project.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/expand copying build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/expand/f399fa0f5f25_initial.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/expand copying build/lib/neutron_dynamic_routing/db/bgp_dragentscheduler_db.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db copying build/lib/neutron_dynamic_routing/db/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db copying build/lib/neutron_dynamic_routing/db/bgp_db.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/common copying build/lib/neutron_dynamic_routing/services/bgp/common/constants.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/common copying build/lib/neutron_dynamic_routing/services/bgp/common/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/common copying build/lib/neutron_dynamic_routing/services/bgp/common/opts.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/common copying build/lib/neutron_dynamic_routing/services/bgp/bgp_plugin.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp copying build/lib/neutron_dynamic_routing/services/bgp/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent copying build/lib/neutron_dynamic_routing/services/bgp/agent/config.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/driver copying build/lib/neutron_dynamic_routing/services/bgp/agent/driver/base.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/driver copying build/lib/neutron_dynamic_routing/services/bgp/agent/driver/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/driver creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/os_ken copying build/lib/neutron_dynamic_routing/services/bgp/agent/driver/os_ken/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/os_ken copying build/lib/neutron_dynamic_routing/services/bgp/agent/driver/os_ken/driver.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/os_ken copying build/lib/neutron_dynamic_routing/services/bgp/agent/driver/exceptions.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/driver copying build/lib/neutron_dynamic_routing/services/bgp/agent/driver/utils.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/driver copying build/lib/neutron_dynamic_routing/services/bgp/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent copying build/lib/neutron_dynamic_routing/services/bgp/agent/entry.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent copying build/lib/neutron_dynamic_routing/services/bgp/agent/bgp_dragent.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/scheduler copying build/lib/neutron_dynamic_routing/services/bgp/scheduler/bgp_dragent_scheduler.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/scheduler copying build/lib/neutron_dynamic_routing/services/bgp/scheduler/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/scheduler copying build/lib/neutron_dynamic_routing/services/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services copying build/lib/neutron_dynamic_routing/_i18n.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing copying build/lib/neutron_dynamic_routing/version.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing copying build/lib/neutron_dynamic_routing/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/cmd copying build/lib/neutron_dynamic_routing/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/cmd creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/cmd/eventlet creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/cmd/eventlet/agents copying build/lib/neutron_dynamic_routing/cmd/eventlet/agents/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/cmd/eventlet/agents copying build/lib/neutron_dynamic_routing/cmd/eventlet/agents/bgp_dragent.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/cmd/eventlet/agents copying build/lib/neutron_dynamic_routing/cmd/eventlet/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/cmd/eventlet creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/extensions copying build/lib/neutron_dynamic_routing/extensions/bgp_dragentscheduler.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/extensions copying build/lib/neutron_dynamic_routing/extensions/bgp_4byte_asn.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/extensions copying build/lib/neutron_dynamic_routing/extensions/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/extensions copying build/lib/neutron_dynamic_routing/extensions/bgp.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/extensions creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/contrib copying build/lib/neutron_dynamic_routing/tests/contrib/README -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/contrib copying build/lib/neutron_dynamic_routing/tests/contrib/post_test_hook.sh -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/contrib copying build/lib/neutron_dynamic_routing/tests/contrib/gate_hook.sh -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/contrib creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/db copying build/lib/neutron_dynamic_routing/tests/unit/db/test_bgp_dragentscheduler_db.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/db copying build/lib/neutron_dynamic_routing/tests/unit/db/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/db copying build/lib/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/db creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver copying build/lib/neutron_dynamic_routing/tests/unit/services/bgp/driver/test_utils.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver copying build/lib/neutron_dynamic_routing/tests/unit/services/bgp/driver/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken copying build/lib/neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken/test_driver.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken copying build/lib/neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken copying build/lib/neutron_dynamic_routing/tests/unit/services/bgp/test_bgp_plugin.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp copying build/lib/neutron_dynamic_routing/tests/unit/services/bgp/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/agent copying build/lib/neutron_dynamic_routing/tests/unit/services/bgp/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/agent copying build/lib/neutron_dynamic_routing/tests/unit/services/bgp/agent/test_bgp_dragent.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/agent creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/scheduler copying build/lib/neutron_dynamic_routing/tests/unit/services/bgp/scheduler/test_bgp_dragent_scheduler.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/scheduler copying build/lib/neutron_dynamic_routing/tests/unit/services/bgp/scheduler/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/scheduler copying build/lib/neutron_dynamic_routing/tests/unit/services/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services copying build/lib/neutron_dynamic_routing/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api copying build/lib/neutron_dynamic_routing/tests/unit/api/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api/rpc creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/handlers copying build/lib/neutron_dynamic_routing/tests/unit/api/rpc/handlers/test_bgp_speaker_rpc.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/handlers copying build/lib/neutron_dynamic_routing/tests/unit/api/rpc/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/handlers creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers copying build/lib/neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers copying build/lib/neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers/test_bgp_dr_rpc_agent_api.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers copying build/lib/neutron_dynamic_routing/tests/unit/api/rpc/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api/rpc creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest copying build/lib/neutron_dynamic_routing/tests/tempest/bgp_client.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest copying build/lib/neutron_dynamic_routing/tests/tempest/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest copying build/lib/neutron_dynamic_routing/tests/tempest/plugin.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/api copying build/lib/neutron_dynamic_routing/tests/tempest/api/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/api copying build/lib/neutron_dynamic_routing/tests/tempest/api/test_bgp_speaker_extensions_negative.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/api copying build/lib/neutron_dynamic_routing/tests/tempest/api/test_bgp_speaker_extensions.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/api creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario copying build/lib/neutron_dynamic_routing/tests/tempest/scenario/README -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario copying build/lib/neutron_dynamic_routing/tests/tempest/scenario/base_test_proto.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv4 copying build/lib/neutron_dynamic_routing/tests/tempest/scenario/ipv4/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv4 copying build/lib/neutron_dynamic_routing/tests/tempest/scenario/ipv4/test_ipv4.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv4 copying build/lib/neutron_dynamic_routing/tests/tempest/scenario/base.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario copying build/lib/neutron_dynamic_routing/tests/tempest/scenario/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv6 copying build/lib/neutron_dynamic_routing/tests/tempest/scenario/ipv6/test_ipv6.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv6 copying build/lib/neutron_dynamic_routing/tests/tempest/scenario/ipv6/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv6 creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/basic copying build/lib/neutron_dynamic_routing/tests/tempest/scenario/basic/base.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/basic copying build/lib/neutron_dynamic_routing/tests/tempest/scenario/basic/test_4byte_asn.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/basic copying build/lib/neutron_dynamic_routing/tests/tempest/scenario/basic/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/basic copying build/lib/neutron_dynamic_routing/tests/tempest/scenario/basic/test_basic.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/basic creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional/services creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional/services/bgp copying build/lib/neutron_dynamic_routing/tests/functional/services/bgp/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional/services/bgp creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional/services/bgp/scheduler copying build/lib/neutron_dynamic_routing/tests/functional/services/bgp/scheduler/test_bgp_dragent_scheduler.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional/services/bgp/scheduler copying build/lib/neutron_dynamic_routing/tests/functional/services/bgp/scheduler/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional/services/bgp/scheduler copying build/lib/neutron_dynamic_routing/tests/functional/services/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional/services copying build/lib/neutron_dynamic_routing/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/common copying build/lib/neutron_dynamic_routing/tests/common/helpers.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/common copying build/lib/neutron_dynamic_routing/tests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/common copying build/lib/neutron_dynamic_routing/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api copying build/lib/neutron_dynamic_routing/api/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/handlers copying build/lib/neutron_dynamic_routing/api/rpc/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/handlers copying build/lib/neutron_dynamic_routing/api/rpc/handlers/bgp_speaker_rpc.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/handlers creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/agentnotifiers copying build/lib/neutron_dynamic_routing/api/rpc/agentnotifiers/bgp_dr_rpc_agent_api.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/agentnotifiers copying build/lib/neutron_dynamic_routing/api/rpc/agentnotifiers/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/agentnotifiers copying build/lib/neutron_dynamic_routing/api/rpc/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/callbacks copying build/lib/neutron_dynamic_routing/api/rpc/callbacks/resources.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/callbacks copying build/lib/neutron_dynamic_routing/api/rpc/callbacks/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/callbacks byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/policies/bgp_peer.py to bgp_peer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/policies/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/policies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/policies/bgp_dragent.py to bgp_dragent.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/policies/bgp_speaker.py to bgp_speaker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/models/head.py to head.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/models/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/start_neutron_dynamic_routing.py to start_neutron_dynamic_routing.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/queens/contract/a589fdb5724c_change_size_of_as_number.py to a589fdb5724c_change_size_of_as_number.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract/61cc795e43e8_initial.py to 61cc795e43e8_initial.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract/4cf8bc3edb66_rename_tenant_to_project.py to 4cf8bc3edb66_rename_tenant_to_project.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/expand/f399fa0f5f25_initial.py to f399fa0f5f25_initial.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/bgp_dragentscheduler_db.py to bgp_dragentscheduler_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/bgp_db.py to bgp_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/common/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/common/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/bgp_plugin.py to bgp_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/os_ken/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/os_ken/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/entry.py to entry.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/agent/bgp_dragent.py to bgp_dragent.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/scheduler/bgp_dragent_scheduler.py to bgp_dragent_scheduler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp/scheduler/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/_i18n.py to _i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/cmd/eventlet/agents/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/cmd/eventlet/agents/bgp_dragent.py to bgp_dragent.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/cmd/eventlet/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/extensions/bgp_dragentscheduler.py to bgp_dragentscheduler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/extensions/bgp_4byte_asn.py to bgp_4byte_asn.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/extensions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/extensions/bgp.py to bgp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/db/test_bgp_dragentscheduler_db.py to test_bgp_dragentscheduler_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py to test_bgp_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken/test_driver.py to test_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/test_bgp_plugin.py to test_bgp_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/agent/test_bgp_dragent.py to test_bgp_dragent.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/scheduler/test_bgp_dragent_scheduler.py to test_bgp_dragent_scheduler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/scheduler/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/handlers/test_bgp_speaker_rpc.py to test_bgp_speaker_rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/handlers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers/test_bgp_dr_rpc_agent_api.py to test_bgp_dr_rpc_agent_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/bgp_client.py to bgp_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/api/test_bgp_speaker_extensions_negative.py to test_bgp_speaker_extensions_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/api/test_bgp_speaker_extensions.py to test_bgp_speaker_extensions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/base_test_proto.py to base_test_proto.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv4/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv4/test_ipv4.py to test_ipv4.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv6/test_ipv6.py to test_ipv6.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv6/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/basic/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/basic/test_4byte_asn.py to test_4byte_asn.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/basic/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest/scenario/basic/test_basic.py to test_basic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional/services/bgp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional/services/bgp/scheduler/test_bgp_dragent_scheduler.py to test_bgp_dragent_scheduler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional/services/bgp/scheduler/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional/services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/common/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/handlers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/handlers/bgp_speaker_rpc.py to bgp_speaker_rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/agentnotifiers/bgp_dr_rpc_agent_api.py to bgp_dr_rpc_agent_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/agentnotifiers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/callbacks/resources.py to resources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc/callbacks/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpUr4uqP.py' /usr/bin/python2 -O /tmp/tmpUr4uqP.py removing /tmp/tmpUr4uqP.py running install_egg_info running egg_info writing neutron_dynamic_routing.egg-info/PKG-INFO writing top-level names to neutron_dynamic_routing.egg-info/top_level.txt writing dependency_links to neutron_dynamic_routing.egg-info/dependency_links.txt writing entry points to neutron_dynamic_routing.egg-info/entry_points.txt writing pbr to neutron_dynamic_routing.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 reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'neutron_dynamic_routing.egg-info/SOURCES.txt' Copying neutron_dynamic_routing.egg-info to /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing-14.0.0-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing neutron-bgp-dragent script to /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/bin + rm -rf /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/bin + rm -rf /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/doc + rm -rf /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tools + install -d -m 755 /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/neutron-dynamic-routing + install -d -m 755 /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/var/lib/neutron-dynamic-routing + install -d -m 755 /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/var/log/neutron-dynamic-routing + install -d -m 755 /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/etc/neutron + mv etc/bgp_dragent.ini /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/etc/neutron + install -p -D -m 644 /builddir/build/SOURCES/neutron-bgp-dragent.service /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/systemd/system/neutron-bgp-dragent.service + mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch//etc/neutron/conf.d/neutron-bgp-dragent + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/neutron-dynamic-routing-14.0.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.YMQH99 + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-14.0.0 + stestr-2 run module pyroute2.ipdb.common is deprecated, use pyroute2.ipdb.exceptions instead Could not load 'NetworkSegmentRange': 'module' object has no attribute 'NetworkSegmentRange' module pyroute2.ipdb.common is deprecated, use pyroute2.ipdb.exceptions instead module pyroute2.ipdb.common is deprecated, use pyroute2.ipdb.exceptions instead module pyroute2.ipdb.common is deprecated, use pyroute2.ipdb.exceptions instead module pyroute2.ipdb.common is deprecated, use pyroute2.ipdb.exceptions instead Could not load 'NetworkSegmentRange': 'module' object has no attribute 'NetworkSegmentRange' Could not load 'NetworkSegmentRange': 'module' object has no attribute 'NetworkSegmentRange' Could not load 'NetworkSegmentRange': 'module' object has no attribute 'NetworkSegmentRange' {3} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_agent_updated [0.057923s] ... ok {0} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_bgp_peer_associated [0.057029s] ... ok {3} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_bgp_speaker_removed [0.024698s] ... ok {0} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_bgp_peer_disassociated [0.025268s] ... ok {3} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_dragent_bgp_routes_advertisement [0.029628s] ... ok Could not load 'NetworkSegmentRange': 'module' object has no attribute 'NetworkSegmentRange' {1} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_dragent_bgp_routes_withdrawal [0.054075s] ... ok {1} neutron_dynamic_routing.tests.unit.api.rpc.handlers.test_bgp_speaker_rpc.TestBgpSpeakerRpcCallback.test_get_bgp_speaker_info [0.025157s] ... ok {1} neutron_dynamic_routing.tests.unit.api.rpc.handlers.test_bgp_speaker_rpc.TestBgpSpeakerRpcCallback.test_get_bgp_speakers [0.022782s] ... ok {2} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_bgp_speaker_created [0.058653s] ... ok /usr/lib/python2.7/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {2} neutron_dynamic_routing.tests.unit.api.rpc.handlers.test_bgp_speaker_rpc.TestBgpSpeakerRpcCallback.test_get_bgp_peer_info [0.025285s] ... ok /usr/lib/python2.7/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python2.7/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python2.7/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__bgp_speakers_for_gateway_network_by_ip_version_no_binding [1.281033s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_address_scope_ids_for_bgp_speaker [1.584546s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__bgp_speakers_for_gateway_network_by_ip_version [1.398210s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__tenant_prefixes_by_router_no_gateway_port [3.914619s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_bgp_peer_with_bad_id [0.628796s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_bgp_peer_with_none_id [0.451601s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_non_existent_bgp_peer [0.387822s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_non_existent_gateway_network [0.356022s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_associate_bgp_peer [0.323679s] ... ok Failed to bind port a01250ad-9e67-4ae6-926c-9242463d1e4f on host test-host for vnic_type normal using segments [{'network_id': '5957a39b-683b-4405-b5c1-ec472da41b0f', 'segmentation_id': None, 'physical_network': None, 'id': '7d33a973-19de-44a8-9581-e5119e540896', 'network_type': u'local'}] Failed to bind port a01250ad-9e67-4ae6-926c-9242463d1e4f on host test-host for vnic_type normal using segments [{'network_id': '5957a39b-683b-4405-b5c1-ec472da41b0f', 'segmentation_id': None, 'physical_network': None, 'id': '7d33a973-19de-44a8-9581-e5119e540896', 'network_type': u'local'}] Failed to bind port a01250ad-9e67-4ae6-926c-9242463d1e4f on host test-host for vnic_type normal using segments [{'network_id': '5957a39b-683b-4405-b5c1-ec472da41b0f', 'segmentation_id': None, 'physical_network': None, 'id': '7d33a973-19de-44a8-9581-e5119e540896', 'network_type': u'local'}] Failed to bind port a01250ad-9e67-4ae6-926c-9242463d1e4f on host test-host for vnic_type normal using segments [{'network_id': '5957a39b-683b-4405-b5c1-ec472da41b0f', 'segmentation_id': None, 'physical_network': None, 'id': '7d33a973-19de-44a8-9581-e5119e540896', 'network_type': u'local'}] Failed to bind port a01250ad-9e67-4ae6-926c-9242463d1e4f on host test-host for vnic_type normal using segments [{'network_id': '5957a39b-683b-4405-b5c1-ec472da41b0f', 'segmentation_id': None, 'physical_network': None, 'id': '7d33a973-19de-44a8-9581-e5119e540896', 'network_type': u'local'}] Failed to bind port a01250ad-9e67-4ae6-926c-9242463d1e4f on host test-host for vnic_type normal using segments [{'network_id': '5957a39b-683b-4405-b5c1-ec472da41b0f', 'segmentation_id': None, 'physical_network': None, 'id': '7d33a973-19de-44a8-9581-e5119e540896', 'network_type': u'local'}] Failed to bind port a01250ad-9e67-4ae6-926c-9242463d1e4f on host test-host for vnic_type normal using segments [{'network_id': '5957a39b-683b-4405-b5c1-ec472da41b0f', 'segmentation_id': None, 'physical_network': None, 'id': '7d33a973-19de-44a8-9581-e5119e540896', 'network_type': u'local'}] Failed to bind port a01250ad-9e67-4ae6-926c-9242463d1e4f on host test-host for vnic_type normal using segments [{'network_id': '5957a39b-683b-4405-b5c1-ec472da41b0f', 'segmentation_id': None, 'physical_network': None, 'id': '7d33a973-19de-44a8-9581-e5119e540896', 'network_type': u'local'}] Failed to bind port a01250ad-9e67-4ae6-926c-9242463d1e4f on host test-host for vnic_type normal using segments [{'network_id': '5957a39b-683b-4405-b5c1-ec472da41b0f', 'segmentation_id': None, 'physical_network': None, 'id': '7d33a973-19de-44a8-9581-e5119e540896', 'network_type': u'local'}] Failed to bind port a01250ad-9e67-4ae6-926c-9242463d1e4f on host test-host for vnic_type normal using segments [{'network_id': '5957a39b-683b-4405-b5c1-ec472da41b0f', 'segmentation_id': None, 'physical_network': None, 'id': '7d33a973-19de-44a8-9581-e5119e540896', 'network_type': u'local'}] Failed to bind port fd62f2f4-afcb-49d7-ae14-8060cc6f73b8 on host test-host for vnic_type normal using segments [{'network_id': '34526fe6-e1e6-48d6-a35e-ee8e6a56ecb8', 'segmentation_id': None, 'physical_network': None, 'id': '90065844-aa20-4fd3-8724-7c9c5daeec21', 'network_type': u'local'}] Failed to bind port fd62f2f4-afcb-49d7-ae14-8060cc6f73b8 on host test-host for vnic_type normal using segments [{'network_id': '34526fe6-e1e6-48d6-a35e-ee8e6a56ecb8', 'segmentation_id': None, 'physical_network': None, 'id': '90065844-aa20-4fd3-8724-7c9c5daeec21', 'network_type': u'local'}] Failed to bind port fd62f2f4-afcb-49d7-ae14-8060cc6f73b8 on host test-host for vnic_type normal using segments [{'network_id': '34526fe6-e1e6-48d6-a35e-ee8e6a56ecb8', 'segmentation_id': None, 'physical_network': None, 'id': '90065844-aa20-4fd3-8724-7c9c5daeec21', 'network_type': u'local'}] Failed to bind port fd62f2f4-afcb-49d7-ae14-8060cc6f73b8 on host test-host for vnic_type normal using segments [{'network_id': '34526fe6-e1e6-48d6-a35e-ee8e6a56ecb8', 'segmentation_id': None, 'physical_network': None, 'id': '90065844-aa20-4fd3-8724-7c9c5daeec21', 'network_type': u'local'}] Failed to bind port fd62f2f4-afcb-49d7-ae14-8060cc6f73b8 on host test-host for vnic_type normal using segments [{'network_id': '34526fe6-e1e6-48d6-a35e-ee8e6a56ecb8', 'segmentation_id': None, 'physical_network': None, 'id': '90065844-aa20-4fd3-8724-7c9c5daeec21', 'network_type': u'local'}] Failed to bind port fd62f2f4-afcb-49d7-ae14-8060cc6f73b8 on host test-host for vnic_type normal using segments [{'network_id': '34526fe6-e1e6-48d6-a35e-ee8e6a56ecb8', 'segmentation_id': None, 'physical_network': None, 'id': '90065844-aa20-4fd3-8724-7c9c5daeec21', 'network_type': u'local'}] Failed to bind port fd62f2f4-afcb-49d7-ae14-8060cc6f73b8 on host test-host for vnic_type normal using segments [{'network_id': '34526fe6-e1e6-48d6-a35e-ee8e6a56ecb8', 'segmentation_id': None, 'physical_network': None, 'id': '90065844-aa20-4fd3-8724-7c9c5daeec21', 'network_type': u'local'}] Failed to bind port fd62f2f4-afcb-49d7-ae14-8060cc6f73b8 on host test-host for vnic_type normal using segments [{'network_id': '34526fe6-e1e6-48d6-a35e-ee8e6a56ecb8', 'segmentation_id': None, 'physical_network': None, 'id': '90065844-aa20-4fd3-8724-7c9c5daeec21', 'network_type': u'local'}] Failed to bind port fd62f2f4-afcb-49d7-ae14-8060cc6f73b8 on host test-host for vnic_type normal using segments [{'network_id': '34526fe6-e1e6-48d6-a35e-ee8e6a56ecb8', 'segmentation_id': None, 'physical_network': None, 'id': '90065844-aa20-4fd3-8724-7c9c5daeec21', 'network_type': u'local'}] Failed to bind port fd62f2f4-afcb-49d7-ae14-8060cc6f73b8 on host test-host for vnic_type normal using segments [{'network_id': '34526fe6-e1e6-48d6-a35e-ee8e6a56ecb8', 'segmentation_id': None, 'physical_network': None, 'id': '90065844-aa20-4fd3-8724-7c9c5daeec21', 'network_type': u'local'}] Failed to bind port e837de68-bcca-48be-9623-7216e0dfabf6 on host test-host for vnic_type normal using segments [{'network_id': '610d4593-0fac-40b4-bbb2-2109ab56bb79', 'segmentation_id': None, 'physical_network': None, 'id': '7e035909-37f5-426e-9ec5-be588cb1eb88', 'network_type': u'local'}] Failed to bind port e837de68-bcca-48be-9623-7216e0dfabf6 on host test-host for vnic_type normal using segments [{'network_id': '610d4593-0fac-40b4-bbb2-2109ab56bb79', 'segmentation_id': None, 'physical_network': None, 'id': '7e035909-37f5-426e-9ec5-be588cb1eb88', 'network_type': u'local'}] Failed to bind port e837de68-bcca-48be-9623-7216e0dfabf6 on host test-host for vnic_type normal using segments [{'network_id': '610d4593-0fac-40b4-bbb2-2109ab56bb79', 'segmentation_id': None, 'physical_network': None, 'id': '7e035909-37f5-426e-9ec5-be588cb1eb88', 'network_type': u'local'}] Failed to bind port f57a8ea0-59b8-43cf-926a-d02f4f23c3d0 on host test-host for vnic_type normal using segments [{'network_id': '150188f4-602d-4583-a4a7-c543c53d4f00', 'segmentation_id': None, 'physical_network': None, 'id': '7b9b8232-2da8-46fc-b411-7c537ce65203', 'network_type': u'local'}] Failed to bind port e837de68-bcca-48be-9623-7216e0dfabf6 on host test-host for vnic_type normal using segments [{'network_id': '610d4593-0fac-40b4-bbb2-2109ab56bb79', 'segmentation_id': None, 'physical_network': None, 'id': '7e035909-37f5-426e-9ec5-be588cb1eb88', 'network_type': u'local'}] Failed to bind port f57a8ea0-59b8-43cf-926a-d02f4f23c3d0 on host test-host for vnic_type normal using segments [{'network_id': '150188f4-602d-4583-a4a7-c543c53d4f00', 'segmentation_id': None, 'physical_network': None, 'id': '7b9b8232-2da8-46fc-b411-7c537ce65203', 'network_type': u'local'}] Failed to bind port e837de68-bcca-48be-9623-7216e0dfabf6 on host test-host for vnic_type normal using segments [{'network_id': '610d4593-0fac-40b4-bbb2-2109ab56bb79', 'segmentation_id': None, 'physical_network': None, 'id': '7e035909-37f5-426e-9ec5-be588cb1eb88', 'network_type': u'local'}] Failed to bind port f57a8ea0-59b8-43cf-926a-d02f4f23c3d0 on host test-host for vnic_type normal using segments [{'network_id': '150188f4-602d-4583-a4a7-c543c53d4f00', 'segmentation_id': None, 'physical_network': None, 'id': '7b9b8232-2da8-46fc-b411-7c537ce65203', 'network_type': u'local'}] Failed to bind port e837de68-bcca-48be-9623-7216e0dfabf6 on host test-host for vnic_type normal using segments [{'network_id': '610d4593-0fac-40b4-bbb2-2109ab56bb79', 'segmentation_id': None, 'physical_network': None, 'id': '7e035909-37f5-426e-9ec5-be588cb1eb88', 'network_type': u'local'}] Failed to bind port f57a8ea0-59b8-43cf-926a-d02f4f23c3d0 on host test-host for vnic_type normal using segments [{'network_id': '150188f4-602d-4583-a4a7-c543c53d4f00', 'segmentation_id': None, 'physical_network': None, 'id': '7b9b8232-2da8-46fc-b411-7c537ce65203', 'network_type': u'local'}] Failed to bind port e837de68-bcca-48be-9623-7216e0dfabf6 on host test-host for vnic_type normal using segments [{'network_id': '610d4593-0fac-40b4-bbb2-2109ab56bb79', 'segmentation_id': None, 'physical_network': None, 'id': '7e035909-37f5-426e-9ec5-be588cb1eb88', 'network_type': u'local'}] Failed to bind port f57a8ea0-59b8-43cf-926a-d02f4f23c3d0 on host test-host for vnic_type normal using segments [{'network_id': '150188f4-602d-4583-a4a7-c543c53d4f00', 'segmentation_id': None, 'physical_network': None, 'id': '7b9b8232-2da8-46fc-b411-7c537ce65203', 'network_type': u'local'}] Failed to bind port e837de68-bcca-48be-9623-7216e0dfabf6 on host test-host for vnic_type normal using segments [{'network_id': '610d4593-0fac-40b4-bbb2-2109ab56bb79', 'segmentation_id': None, 'physical_network': None, 'id': '7e035909-37f5-426e-9ec5-be588cb1eb88', 'network_type': u'local'}] Failed to bind port f57a8ea0-59b8-43cf-926a-d02f4f23c3d0 on host test-host for vnic_type normal using segments [{'network_id': '150188f4-602d-4583-a4a7-c543c53d4f00', 'segmentation_id': None, 'physical_network': None, 'id': '7b9b8232-2da8-46fc-b411-7c537ce65203', 'network_type': u'local'}] Failed to bind port e837de68-bcca-48be-9623-7216e0dfabf6 on host test-host for vnic_type normal using segments [{'network_id': '610d4593-0fac-40b4-bbb2-2109ab56bb79', 'segmentation_id': None, 'physical_network': None, 'id': '7e035909-37f5-426e-9ec5-be588cb1eb88', 'network_type': u'local'}] Failed to bind port f57a8ea0-59b8-43cf-926a-d02f4f23c3d0 on host test-host for vnic_type normal using segments [{'network_id': '150188f4-602d-4583-a4a7-c543c53d4f00', 'segmentation_id': None, 'physical_network': None, 'id': '7b9b8232-2da8-46fc-b411-7c537ce65203', 'network_type': u'local'}] Failed to bind port e837de68-bcca-48be-9623-7216e0dfabf6 on host test-host for vnic_type normal using segments [{'network_id': '610d4593-0fac-40b4-bbb2-2109ab56bb79', 'segmentation_id': None, 'physical_network': None, 'id': '7e035909-37f5-426e-9ec5-be588cb1eb88', 'network_type': u'local'}] Failed to bind port 6c7d64f8-f9ea-41f5-980d-43c3131cb23e on host test-host for vnic_type normal using segments [{'network_id': '1eb9d066-4a57-4854-a2fa-0fd32bf46009', 'segmentation_id': None, 'physical_network': None, 'id': '69bfdf64-572a-422d-8329-5c88b4fcc1a9', 'network_type': u'local'}] Failed to bind port f57a8ea0-59b8-43cf-926a-d02f4f23c3d0 on host test-host for vnic_type normal using segments [{'network_id': '150188f4-602d-4583-a4a7-c543c53d4f00', 'segmentation_id': None, 'physical_network': None, 'id': '7b9b8232-2da8-46fc-b411-7c537ce65203', 'network_type': u'local'}] Failed to bind port 6c7d64f8-f9ea-41f5-980d-43c3131cb23e on host test-host for vnic_type normal using segments [{'network_id': '1eb9d066-4a57-4854-a2fa-0fd32bf46009', 'segmentation_id': None, 'physical_network': None, 'id': '69bfdf64-572a-422d-8329-5c88b4fcc1a9', 'network_type': u'local'}] Failed to bind port f57a8ea0-59b8-43cf-926a-d02f4f23c3d0 on host test-host for vnic_type normal using segments [{'network_id': '150188f4-602d-4583-a4a7-c543c53d4f00', 'segmentation_id': None, 'physical_network': None, 'id': '7b9b8232-2da8-46fc-b411-7c537ce65203', 'network_type': u'local'}] Failed to bind port 6c7d64f8-f9ea-41f5-980d-43c3131cb23e on host test-host for vnic_type normal using segments [{'network_id': '1eb9d066-4a57-4854-a2fa-0fd32bf46009', 'segmentation_id': None, 'physical_network': None, 'id': '69bfdf64-572a-422d-8329-5c88b4fcc1a9', 'network_type': u'local'}] Failed to bind port f57a8ea0-59b8-43cf-926a-d02f4f23c3d0 on host test-host for vnic_type normal using segments [{'network_id': '150188f4-602d-4583-a4a7-c543c53d4f00', 'segmentation_id': None, 'physical_network': None, 'id': '7b9b8232-2da8-46fc-b411-7c537ce65203', 'network_type': u'local'}] Failed to bind port 6c7d64f8-f9ea-41f5-980d-43c3131cb23e on host test-host for vnic_type normal using segments [{'network_id': '1eb9d066-4a57-4854-a2fa-0fd32bf46009', 'segmentation_id': None, 'physical_network': None, 'id': '69bfdf64-572a-422d-8329-5c88b4fcc1a9', 'network_type': u'local'}] Failed to bind port 6c7d64f8-f9ea-41f5-980d-43c3131cb23e on host test-host for vnic_type normal using segments [{'network_id': '1eb9d066-4a57-4854-a2fa-0fd32bf46009', 'segmentation_id': None, 'physical_network': None, 'id': '69bfdf64-572a-422d-8329-5c88b4fcc1a9', 'network_type': u'local'}] Failed to bind port 6c7d64f8-f9ea-41f5-980d-43c3131cb23e on host test-host for vnic_type normal using segments [{'network_id': '1eb9d066-4a57-4854-a2fa-0fd32bf46009', 'segmentation_id': None, 'physical_network': None, 'id': '69bfdf64-572a-422d-8329-5c88b4fcc1a9', 'network_type': u'local'}] Failed to bind port 6c7d64f8-f9ea-41f5-980d-43c3131cb23e on host test-host for vnic_type normal using segments [{'network_id': '1eb9d066-4a57-4854-a2fa-0fd32bf46009', 'segmentation_id': None, 'physical_network': None, 'id': '69bfdf64-572a-422d-8329-5c88b4fcc1a9', 'network_type': u'local'}] Failed to bind port 6c7d64f8-f9ea-41f5-980d-43c3131cb23e on host test-host for vnic_type normal using segments [{'network_id': '1eb9d066-4a57-4854-a2fa-0fd32bf46009', 'segmentation_id': None, 'physical_network': None, 'id': '69bfdf64-572a-422d-8329-5c88b4fcc1a9', 'network_type': u'local'}] Failed to bind port 6c7d64f8-f9ea-41f5-980d-43c3131cb23e on host test-host for vnic_type normal using segments [{'network_id': '1eb9d066-4a57-4854-a2fa-0fd32bf46009', 'segmentation_id': None, 'physical_network': None, 'id': '69bfdf64-572a-422d-8329-5c88b4fcc1a9', 'network_type': u'local'}] Failed to bind port 6c7d64f8-f9ea-41f5-980d-43c3131cb23e on host test-host for vnic_type normal using segments [{'network_id': '1eb9d066-4a57-4854-a2fa-0fd32bf46009', 'segmentation_id': None, 'physical_network': None, 'id': '69bfdf64-572a-422d-8329-5c88b4fcc1a9', 'network_type': u'local'}] {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_dvr_fixed_ip_routes_by_bgp_speaker_same_scope [5.903254s] ... ok Failed to bind port 0905b329-ce06-4589-87f6-6b611c9e8421 on host test-host for vnic_type normal using segments [{'network_id': '0ad2eed7-2837-4f19-8f1f-89a866b4a4b7', 'segmentation_id': None, 'physical_network': None, 'id': '757a0ef0-cf84-4c11-b370-53514875e6e1', 'network_type': u'local'}] Failed to bind port 0905b329-ce06-4589-87f6-6b611c9e8421 on host test-host for vnic_type normal using segments [{'network_id': '0ad2eed7-2837-4f19-8f1f-89a866b4a4b7', 'segmentation_id': None, 'physical_network': None, 'id': '757a0ef0-cf84-4c11-b370-53514875e6e1', 'network_type': u'local'}] Failed to bind port 0905b329-ce06-4589-87f6-6b611c9e8421 on host test-host for vnic_type normal using segments [{'network_id': '0ad2eed7-2837-4f19-8f1f-89a866b4a4b7', 'segmentation_id': None, 'physical_network': None, 'id': '757a0ef0-cf84-4c11-b370-53514875e6e1', 'network_type': u'local'}] Failed to bind port 0905b329-ce06-4589-87f6-6b611c9e8421 on host test-host for vnic_type normal using segments [{'network_id': '0ad2eed7-2837-4f19-8f1f-89a866b4a4b7', 'segmentation_id': None, 'physical_network': None, 'id': '757a0ef0-cf84-4c11-b370-53514875e6e1', 'network_type': u'local'}] Failed to bind port 0905b329-ce06-4589-87f6-6b611c9e8421 on host test-host for vnic_type normal using segments [{'network_id': '0ad2eed7-2837-4f19-8f1f-89a866b4a4b7', 'segmentation_id': None, 'physical_network': None, 'id': '757a0ef0-cf84-4c11-b370-53514875e6e1', 'network_type': u'local'}] Failed to bind port 0905b329-ce06-4589-87f6-6b611c9e8421 on host test-host for vnic_type normal using segments [{'network_id': '0ad2eed7-2837-4f19-8f1f-89a866b4a4b7', 'segmentation_id': None, 'physical_network': None, 'id': '757a0ef0-cf84-4c11-b370-53514875e6e1', 'network_type': u'local'}] Failed to bind port 0905b329-ce06-4589-87f6-6b611c9e8421 on host test-host for vnic_type normal using segments [{'network_id': '0ad2eed7-2837-4f19-8f1f-89a866b4a4b7', 'segmentation_id': None, 'physical_network': None, 'id': '757a0ef0-cf84-4c11-b370-53514875e6e1', 'network_type': u'local'}] Failed to bind port 0905b329-ce06-4589-87f6-6b611c9e8421 on host test-host for vnic_type normal using segments [{'network_id': '0ad2eed7-2837-4f19-8f1f-89a866b4a4b7', 'segmentation_id': None, 'physical_network': None, 'id': '757a0ef0-cf84-4c11-b370-53514875e6e1', 'network_type': u'local'}] Failed to bind port 0905b329-ce06-4589-87f6-6b611c9e8421 on host test-host for vnic_type normal using segments [{'network_id': '0ad2eed7-2837-4f19-8f1f-89a866b4a4b7', 'segmentation_id': None, 'physical_network': None, 'id': '757a0ef0-cf84-4c11-b370-53514875e6e1', 'network_type': u'local'}] Failed to bind port 0905b329-ce06-4589-87f6-6b611c9e8421 on host test-host for vnic_type normal using segments [{'network_id': '0ad2eed7-2837-4f19-8f1f-89a866b4a4b7', 'segmentation_id': None, 'physical_network': None, 'id': '757a0ef0-cf84-4c11-b370-53514875e6e1', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_dvr_fip_host_routes_by_binding [8.981725s] ... ok Failed to bind port 2d23d4d1-c2bb-4153-9449-c98f688e80d8 on host test-host for vnic_type normal using segments [{'network_id': '3de214bb-b4a3-4ce9-9453-1cb451615f1f', 'segmentation_id': None, 'physical_network': None, 'id': '8fe5ca2d-f7ce-461b-a39e-b6137114a762', 'network_type': u'local'}] Failed to bind port 2d23d4d1-c2bb-4153-9449-c98f688e80d8 on host test-host for vnic_type normal using segments [{'network_id': '3de214bb-b4a3-4ce9-9453-1cb451615f1f', 'segmentation_id': None, 'physical_network': None, 'id': '8fe5ca2d-f7ce-461b-a39e-b6137114a762', 'network_type': u'local'}] Failed to bind port 2d23d4d1-c2bb-4153-9449-c98f688e80d8 on host test-host for vnic_type normal using segments [{'network_id': '3de214bb-b4a3-4ce9-9453-1cb451615f1f', 'segmentation_id': None, 'physical_network': None, 'id': '8fe5ca2d-f7ce-461b-a39e-b6137114a762', 'network_type': u'local'}] Failed to bind port 2d23d4d1-c2bb-4153-9449-c98f688e80d8 on host test-host for vnic_type normal using segments [{'network_id': '3de214bb-b4a3-4ce9-9453-1cb451615f1f', 'segmentation_id': None, 'physical_network': None, 'id': '8fe5ca2d-f7ce-461b-a39e-b6137114a762', 'network_type': u'local'}] Failed to bind port 2d23d4d1-c2bb-4153-9449-c98f688e80d8 on host test-host for vnic_type normal using segments [{'network_id': '3de214bb-b4a3-4ce9-9453-1cb451615f1f', 'segmentation_id': None, 'physical_network': None, 'id': '8fe5ca2d-f7ce-461b-a39e-b6137114a762', 'network_type': u'local'}] Failed to bind port 2d23d4d1-c2bb-4153-9449-c98f688e80d8 on host test-host for vnic_type normal using segments [{'network_id': '3de214bb-b4a3-4ce9-9453-1cb451615f1f', 'segmentation_id': None, 'physical_network': None, 'id': '8fe5ca2d-f7ce-461b-a39e-b6137114a762', 'network_type': u'local'}] Failed to bind port 2d23d4d1-c2bb-4153-9449-c98f688e80d8 on host test-host for vnic_type normal using segments [{'network_id': '3de214bb-b4a3-4ce9-9453-1cb451615f1f', 'segmentation_id': None, 'physical_network': None, 'id': '8fe5ca2d-f7ce-461b-a39e-b6137114a762', 'network_type': u'local'}] Failed to bind port 2d23d4d1-c2bb-4153-9449-c98f688e80d8 on host test-host for vnic_type normal using segments [{'network_id': '3de214bb-b4a3-4ce9-9453-1cb451615f1f', 'segmentation_id': None, 'physical_network': None, 'id': '8fe5ca2d-f7ce-461b-a39e-b6137114a762', 'network_type': u'local'}] Failed to bind port 2d23d4d1-c2bb-4153-9449-c98f688e80d8 on host test-host for vnic_type normal using segments [{'network_id': '3de214bb-b4a3-4ce9-9453-1cb451615f1f', 'segmentation_id': None, 'physical_network': None, 'id': '8fe5ca2d-f7ce-461b-a39e-b6137114a762', 'network_type': u'local'}] Failed to bind port 2d23d4d1-c2bb-4153-9449-c98f688e80d8 on host test-host for vnic_type normal using segments [{'network_id': '3de214bb-b4a3-4ce9-9453-1cb451615f1f', 'segmentation_id': None, 'physical_network': None, 'id': '8fe5ca2d-f7ce-461b-a39e-b6137114a762', 'network_type': u'local'}] Failed to bind port 31f84cbe-b6d0-4262-9d16-b002bed04d33 on host test-host for vnic_type normal using segments [{'network_id': '34f595de-5e2e-4f5c-8a65-b8917b4b99fc', 'segmentation_id': None, 'physical_network': None, 'id': '872964f9-1860-4983-a59e-96961388c5b9', 'network_type': u'local'}] Failed to bind port 31f84cbe-b6d0-4262-9d16-b002bed04d33 on host test-host for vnic_type normal using segments [{'network_id': '34f595de-5e2e-4f5c-8a65-b8917b4b99fc', 'segmentation_id': None, 'physical_network': None, 'id': '872964f9-1860-4983-a59e-96961388c5b9', 'network_type': u'local'}] Failed to bind port 31f84cbe-b6d0-4262-9d16-b002bed04d33 on host test-host for vnic_type normal using segments [{'network_id': '34f595de-5e2e-4f5c-8a65-b8917b4b99fc', 'segmentation_id': None, 'physical_network': None, 'id': '872964f9-1860-4983-a59e-96961388c5b9', 'network_type': u'local'}] Failed to bind port 31f84cbe-b6d0-4262-9d16-b002bed04d33 on host test-host for vnic_type normal using segments [{'network_id': '34f595de-5e2e-4f5c-8a65-b8917b4b99fc', 'segmentation_id': None, 'physical_network': None, 'id': '872964f9-1860-4983-a59e-96961388c5b9', 'network_type': u'local'}] Failed to bind port 31f84cbe-b6d0-4262-9d16-b002bed04d33 on host test-host for vnic_type normal using segments [{'network_id': '34f595de-5e2e-4f5c-8a65-b8917b4b99fc', 'segmentation_id': None, 'physical_network': None, 'id': '872964f9-1860-4983-a59e-96961388c5b9', 'network_type': u'local'}] Failed to bind port 31f84cbe-b6d0-4262-9d16-b002bed04d33 on host test-host for vnic_type normal using segments [{'network_id': '34f595de-5e2e-4f5c-8a65-b8917b4b99fc', 'segmentation_id': None, 'physical_network': None, 'id': '872964f9-1860-4983-a59e-96961388c5b9', 'network_type': u'local'}] Failed to bind port 31f84cbe-b6d0-4262-9d16-b002bed04d33 on host test-host for vnic_type normal using segments [{'network_id': '34f595de-5e2e-4f5c-8a65-b8917b4b99fc', 'segmentation_id': None, 'physical_network': None, 'id': '872964f9-1860-4983-a59e-96961388c5b9', 'network_type': u'local'}] Failed to bind port 31f84cbe-b6d0-4262-9d16-b002bed04d33 on host test-host for vnic_type normal using segments [{'network_id': '34f595de-5e2e-4f5c-8a65-b8917b4b99fc', 'segmentation_id': None, 'physical_network': None, 'id': '872964f9-1860-4983-a59e-96961388c5b9', 'network_type': u'local'}] Failed to bind port 31f84cbe-b6d0-4262-9d16-b002bed04d33 on host test-host for vnic_type normal using segments [{'network_id': '34f595de-5e2e-4f5c-8a65-b8917b4b99fc', 'segmentation_id': None, 'physical_network': None, 'id': '872964f9-1860-4983-a59e-96961388c5b9', 'network_type': u'local'}] Failed to bind port 31f84cbe-b6d0-4262-9d16-b002bed04d33 on host test-host for vnic_type normal using segments [{'network_id': '34f595de-5e2e-4f5c-8a65-b8917b4b99fc', 'segmentation_id': None, 'physical_network': None, 'id': '872964f9-1860-4983-a59e-96961388c5b9', 'network_type': u'local'}] Failed to bind port e61e798b-50c2-4cbf-86ea-6ccd57f9b5e2 on host test-host for vnic_type normal using segments [{'network_id': 'bc09b431-8f7b-4f91-a56f-aca3fbfeb946', 'segmentation_id': None, 'physical_network': None, 'id': '3b771913-025f-4bdd-8eba-c6364ff624fb', 'network_type': u'local'}] Failed to bind port e61e798b-50c2-4cbf-86ea-6ccd57f9b5e2 on host test-host for vnic_type normal using segments [{'network_id': 'bc09b431-8f7b-4f91-a56f-aca3fbfeb946', 'segmentation_id': None, 'physical_network': None, 'id': '3b771913-025f-4bdd-8eba-c6364ff624fb', 'network_type': u'local'}] Failed to bind port e61e798b-50c2-4cbf-86ea-6ccd57f9b5e2 on host test-host for vnic_type normal using segments [{'network_id': 'bc09b431-8f7b-4f91-a56f-aca3fbfeb946', 'segmentation_id': None, 'physical_network': None, 'id': '3b771913-025f-4bdd-8eba-c6364ff624fb', 'network_type': u'local'}] Failed to bind port e61e798b-50c2-4cbf-86ea-6ccd57f9b5e2 on host test-host for vnic_type normal using segments [{'network_id': 'bc09b431-8f7b-4f91-a56f-aca3fbfeb946', 'segmentation_id': None, 'physical_network': None, 'id': '3b771913-025f-4bdd-8eba-c6364ff624fb', 'network_type': u'local'}] Failed to bind port e61e798b-50c2-4cbf-86ea-6ccd57f9b5e2 on host test-host for vnic_type normal using segments [{'network_id': 'bc09b431-8f7b-4f91-a56f-aca3fbfeb946', 'segmentation_id': None, 'physical_network': None, 'id': '3b771913-025f-4bdd-8eba-c6364ff624fb', 'network_type': u'local'}] Failed to bind port e61e798b-50c2-4cbf-86ea-6ccd57f9b5e2 on host test-host for vnic_type normal using segments [{'network_id': 'bc09b431-8f7b-4f91-a56f-aca3fbfeb946', 'segmentation_id': None, 'physical_network': None, 'id': '3b771913-025f-4bdd-8eba-c6364ff624fb', 'network_type': u'local'}] Failed to bind port e61e798b-50c2-4cbf-86ea-6ccd57f9b5e2 on host test-host for vnic_type normal using segments [{'network_id': 'bc09b431-8f7b-4f91-a56f-aca3fbfeb946', 'segmentation_id': None, 'physical_network': None, 'id': '3b771913-025f-4bdd-8eba-c6364ff624fb', 'network_type': u'local'}] Failed to bind port c5c6d350-6225-45b9-9a65-cbbd7c9aff3b on host compute1 for vnic_type normal using segments [{'network_id': '1fdbf072-e224-4d05-83d9-19275825d42a', 'segmentation_id': None, 'physical_network': None, 'id': 'cdc0cb5a-2463-4511-a509-7a385baaafa8', 'network_type': u'local'}] Failed to bind port e61e798b-50c2-4cbf-86ea-6ccd57f9b5e2 on host test-host for vnic_type normal using segments [{'network_id': 'bc09b431-8f7b-4f91-a56f-aca3fbfeb946', 'segmentation_id': None, 'physical_network': None, 'id': '3b771913-025f-4bdd-8eba-c6364ff624fb', 'network_type': u'local'}] Failed to bind port c5c6d350-6225-45b9-9a65-cbbd7c9aff3b on host compute1 for vnic_type normal using segments [{'network_id': '1fdbf072-e224-4d05-83d9-19275825d42a', 'segmentation_id': None, 'physical_network': None, 'id': 'cdc0cb5a-2463-4511-a509-7a385baaafa8', 'network_type': u'local'}] Failed to bind port e61e798b-50c2-4cbf-86ea-6ccd57f9b5e2 on host test-host for vnic_type normal using segments [{'network_id': 'bc09b431-8f7b-4f91-a56f-aca3fbfeb946', 'segmentation_id': None, 'physical_network': None, 'id': '3b771913-025f-4bdd-8eba-c6364ff624fb', 'network_type': u'local'}] Failed to bind port c5c6d350-6225-45b9-9a65-cbbd7c9aff3b on host compute1 for vnic_type normal using segments [{'network_id': '1fdbf072-e224-4d05-83d9-19275825d42a', 'segmentation_id': None, 'physical_network': None, 'id': 'cdc0cb5a-2463-4511-a509-7a385baaafa8', 'network_type': u'local'}] Failed to bind port e61e798b-50c2-4cbf-86ea-6ccd57f9b5e2 on host test-host for vnic_type normal using segments [{'network_id': 'bc09b431-8f7b-4f91-a56f-aca3fbfeb946', 'segmentation_id': None, 'physical_network': None, 'id': '3b771913-025f-4bdd-8eba-c6364ff624fb', 'network_type': u'local'}] Failed to bind port c5c6d350-6225-45b9-9a65-cbbd7c9aff3b on host compute1 for vnic_type normal using segments [{'network_id': '1fdbf072-e224-4d05-83d9-19275825d42a', 'segmentation_id': None, 'physical_network': None, 'id': 'cdc0cb5a-2463-4511-a509-7a385baaafa8', 'network_type': u'local'}] Failed to bind port c5c6d350-6225-45b9-9a65-cbbd7c9aff3b on host compute1 for vnic_type normal using segments [{'network_id': '1fdbf072-e224-4d05-83d9-19275825d42a', 'segmentation_id': None, 'physical_network': None, 'id': 'cdc0cb5a-2463-4511-a509-7a385baaafa8', 'network_type': u'local'}] Failed to bind port c5c6d350-6225-45b9-9a65-cbbd7c9aff3b on host compute1 for vnic_type normal using segments [{'network_id': '1fdbf072-e224-4d05-83d9-19275825d42a', 'segmentation_id': None, 'physical_network': None, 'id': 'cdc0cb5a-2463-4511-a509-7a385baaafa8', 'network_type': u'local'}] Failed to bind port c5c6d350-6225-45b9-9a65-cbbd7c9aff3b on host compute1 for vnic_type normal using segments [{'network_id': '1fdbf072-e224-4d05-83d9-19275825d42a', 'segmentation_id': None, 'physical_network': None, 'id': 'cdc0cb5a-2463-4511-a509-7a385baaafa8', 'network_type': u'local'}] Failed to bind port c5c6d350-6225-45b9-9a65-cbbd7c9aff3b on host compute1 for vnic_type normal using segments [{'network_id': '1fdbf072-e224-4d05-83d9-19275825d42a', 'segmentation_id': None, 'physical_network': None, 'id': 'cdc0cb5a-2463-4511-a509-7a385baaafa8', 'network_type': u'local'}] Failed to bind port c5c6d350-6225-45b9-9a65-cbbd7c9aff3b on host compute1 for vnic_type normal using segments [{'network_id': '1fdbf072-e224-4d05-83d9-19275825d42a', 'segmentation_id': None, 'physical_network': None, 'id': 'cdc0cb5a-2463-4511-a509-7a385baaafa8', 'network_type': u'local'}] Failed to bind port c5c6d350-6225-45b9-9a65-cbbd7c9aff3b on host compute1 for vnic_type normal using segments [{'network_id': '1fdbf072-e224-4d05-83d9-19275825d42a', 'segmentation_id': None, 'physical_network': None, 'id': 'cdc0cb5a-2463-4511-a509-7a385baaafa8', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_dvr_fixed_ip_routes_by_bgp_speaker_different_scope [11.203049s] ... ok Failed to bind port 021c008f-c8c3-4611-85c8-36eca7164fcd on host compute1 for vnic_type normal using segments [{'network_id': '8e014008-d92a-4454-9b4c-446c62345e59', 'segmentation_id': None, 'physical_network': None, 'id': '7067f399-74a1-4ac3-a585-5fcadb5efbb3', 'network_type': u'local'}] Failed to bind port 021c008f-c8c3-4611-85c8-36eca7164fcd on host compute1 for vnic_type normal using segments [{'network_id': '8e014008-d92a-4454-9b4c-446c62345e59', 'segmentation_id': None, 'physical_network': None, 'id': '7067f399-74a1-4ac3-a585-5fcadb5efbb3', 'network_type': u'local'}] Failed to bind port 021c008f-c8c3-4611-85c8-36eca7164fcd on host compute1 for vnic_type normal using segments [{'network_id': '8e014008-d92a-4454-9b4c-446c62345e59', 'segmentation_id': None, 'physical_network': None, 'id': '7067f399-74a1-4ac3-a585-5fcadb5efbb3', 'network_type': u'local'}] Failed to bind port 021c008f-c8c3-4611-85c8-36eca7164fcd on host compute1 for vnic_type normal using segments [{'network_id': '8e014008-d92a-4454-9b4c-446c62345e59', 'segmentation_id': None, 'physical_network': None, 'id': '7067f399-74a1-4ac3-a585-5fcadb5efbb3', 'network_type': u'local'}] Failed to bind port 021c008f-c8c3-4611-85c8-36eca7164fcd on host compute1 for vnic_type normal using segments [{'network_id': '8e014008-d92a-4454-9b4c-446c62345e59', 'segmentation_id': None, 'physical_network': None, 'id': '7067f399-74a1-4ac3-a585-5fcadb5efbb3', 'network_type': u'local'}] Failed to bind port 021c008f-c8c3-4611-85c8-36eca7164fcd on host compute1 for vnic_type normal using segments [{'network_id': '8e014008-d92a-4454-9b4c-446c62345e59', 'segmentation_id': None, 'physical_network': None, 'id': '7067f399-74a1-4ac3-a585-5fcadb5efbb3', 'network_type': u'local'}] Failed to bind port 021c008f-c8c3-4611-85c8-36eca7164fcd on host compute1 for vnic_type normal using segments [{'network_id': '8e014008-d92a-4454-9b4c-446c62345e59', 'segmentation_id': None, 'physical_network': None, 'id': '7067f399-74a1-4ac3-a585-5fcadb5efbb3', 'network_type': u'local'}] Failed to bind port 021c008f-c8c3-4611-85c8-36eca7164fcd on host compute1 for vnic_type normal using segments [{'network_id': '8e014008-d92a-4454-9b4c-446c62345e59', 'segmentation_id': None, 'physical_network': None, 'id': '7067f399-74a1-4ac3-a585-5fcadb5efbb3', 'network_type': u'local'}] Failed to bind port 021c008f-c8c3-4611-85c8-36eca7164fcd on host compute1 for vnic_type normal using segments [{'network_id': '8e014008-d92a-4454-9b4c-446c62345e59', 'segmentation_id': None, 'physical_network': None, 'id': '7067f399-74a1-4ac3-a585-5fcadb5efbb3', 'network_type': u'local'}] Failed to bind port 021c008f-c8c3-4611-85c8-36eca7164fcd on host compute1 for vnic_type normal using segments [{'network_id': '8e014008-d92a-4454-9b4c-446c62345e59', 'segmentation_id': None, 'physical_network': None, 'id': '7067f399-74a1-4ac3-a585-5fcadb5efbb3', 'network_type': u'local'}] Failed to bind port 92b197e6-547e-4250-8808-f04016a863cc on host test-host for vnic_type normal using segments [{'network_id': 'a8e816da-8f99-4f30-ad6a-af241bf8c580', 'segmentation_id': None, 'physical_network': None, 'id': '07632ddc-67a5-49c9-9893-26119a08c58f', 'network_type': u'local'}] Failed to bind port 92b197e6-547e-4250-8808-f04016a863cc on host test-host for vnic_type normal using segments [{'network_id': 'a8e816da-8f99-4f30-ad6a-af241bf8c580', 'segmentation_id': None, 'physical_network': None, 'id': '07632ddc-67a5-49c9-9893-26119a08c58f', 'network_type': u'local'}] Failed to bind port 92b197e6-547e-4250-8808-f04016a863cc on host test-host for vnic_type normal using segments [{'network_id': 'a8e816da-8f99-4f30-ad6a-af241bf8c580', 'segmentation_id': None, 'physical_network': None, 'id': '07632ddc-67a5-49c9-9893-26119a08c58f', 'network_type': u'local'}] Failed to bind port 92b197e6-547e-4250-8808-f04016a863cc on host test-host for vnic_type normal using segments [{'network_id': 'a8e816da-8f99-4f30-ad6a-af241bf8c580', 'segmentation_id': None, 'physical_network': None, 'id': '07632ddc-67a5-49c9-9893-26119a08c58f', 'network_type': u'local'}] Failed to bind port 92b197e6-547e-4250-8808-f04016a863cc on host test-host for vnic_type normal using segments [{'network_id': 'a8e816da-8f99-4f30-ad6a-af241bf8c580', 'segmentation_id': None, 'physical_network': None, 'id': '07632ddc-67a5-49c9-9893-26119a08c58f', 'network_type': u'local'}] Failed to bind port 92b197e6-547e-4250-8808-f04016a863cc on host test-host for vnic_type normal using segments [{'network_id': 'a8e816da-8f99-4f30-ad6a-af241bf8c580', 'segmentation_id': None, 'physical_network': None, 'id': '07632ddc-67a5-49c9-9893-26119a08c58f', 'network_type': u'local'}] Failed to bind port 92b197e6-547e-4250-8808-f04016a863cc on host test-host for vnic_type normal using segments [{'network_id': 'a8e816da-8f99-4f30-ad6a-af241bf8c580', 'segmentation_id': None, 'physical_network': None, 'id': '07632ddc-67a5-49c9-9893-26119a08c58f', 'network_type': u'local'}] Failed to bind port 92b197e6-547e-4250-8808-f04016a863cc on host test-host for vnic_type normal using segments [{'network_id': 'a8e816da-8f99-4f30-ad6a-af241bf8c580', 'segmentation_id': None, 'physical_network': None, 'id': '07632ddc-67a5-49c9-9893-26119a08c58f', 'network_type': u'local'}] Failed to bind port 92b197e6-547e-4250-8808-f04016a863cc on host test-host for vnic_type normal using segments [{'network_id': 'a8e816da-8f99-4f30-ad6a-af241bf8c580', 'segmentation_id': None, 'physical_network': None, 'id': '07632ddc-67a5-49c9-9893-26119a08c58f', 'network_type': u'local'}] Failed to bind port 92b197e6-547e-4250-8808-f04016a863cc on host test-host for vnic_type normal using segments [{'network_id': 'a8e816da-8f99-4f30-ad6a-af241bf8c580', 'segmentation_id': None, 'physical_network': None, 'id': '07632ddc-67a5-49c9-9893-26119a08c58f', 'network_type': u'local'}] Failed to bind port 4327fcf1-1fe6-4ed6-9bba-ca1f85de4f5d on host test-host for vnic_type normal using segments [{'network_id': 'c5aac84e-8f70-45dc-a4a6-1c538c2afbba', 'segmentation_id': None, 'physical_network': None, 'id': 'a1217dc0-02d5-49aa-aa00-28b22bea5491', 'network_type': u'local'}] Failed to bind port 4327fcf1-1fe6-4ed6-9bba-ca1f85de4f5d on host test-host for vnic_type normal using segments [{'network_id': 'c5aac84e-8f70-45dc-a4a6-1c538c2afbba', 'segmentation_id': None, 'physical_network': None, 'id': 'a1217dc0-02d5-49aa-aa00-28b22bea5491', 'network_type': u'local'}] Failed to bind port 4327fcf1-1fe6-4ed6-9bba-ca1f85de4f5d on host test-host for vnic_type normal using segments [{'network_id': 'c5aac84e-8f70-45dc-a4a6-1c538c2afbba', 'segmentation_id': None, 'physical_network': None, 'id': 'a1217dc0-02d5-49aa-aa00-28b22bea5491', 'network_type': u'local'}] Failed to bind port 4327fcf1-1fe6-4ed6-9bba-ca1f85de4f5d on host test-host for vnic_type normal using segments [{'network_id': 'c5aac84e-8f70-45dc-a4a6-1c538c2afbba', 'segmentation_id': None, 'physical_network': None, 'id': 'a1217dc0-02d5-49aa-aa00-28b22bea5491', 'network_type': u'local'}] Failed to bind port 4327fcf1-1fe6-4ed6-9bba-ca1f85de4f5d on host test-host for vnic_type normal using segments [{'network_id': 'c5aac84e-8f70-45dc-a4a6-1c538c2afbba', 'segmentation_id': None, 'physical_network': None, 'id': 'a1217dc0-02d5-49aa-aa00-28b22bea5491', 'network_type': u'local'}] Failed to bind port 4327fcf1-1fe6-4ed6-9bba-ca1f85de4f5d on host test-host for vnic_type normal using segments [{'network_id': 'c5aac84e-8f70-45dc-a4a6-1c538c2afbba', 'segmentation_id': None, 'physical_network': None, 'id': 'a1217dc0-02d5-49aa-aa00-28b22bea5491', 'network_type': u'local'}] Failed to bind port 4327fcf1-1fe6-4ed6-9bba-ca1f85de4f5d on host test-host for vnic_type normal using segments [{'network_id': 'c5aac84e-8f70-45dc-a4a6-1c538c2afbba', 'segmentation_id': None, 'physical_network': None, 'id': 'a1217dc0-02d5-49aa-aa00-28b22bea5491', 'network_type': u'local'}] Failed to bind port 4327fcf1-1fe6-4ed6-9bba-ca1f85de4f5d on host test-host for vnic_type normal using segments [{'network_id': 'c5aac84e-8f70-45dc-a4a6-1c538c2afbba', 'segmentation_id': None, 'physical_network': None, 'id': 'a1217dc0-02d5-49aa-aa00-28b22bea5491', 'network_type': u'local'}] Failed to bind port 4327fcf1-1fe6-4ed6-9bba-ca1f85de4f5d on host test-host for vnic_type normal using segments [{'network_id': 'c5aac84e-8f70-45dc-a4a6-1c538c2afbba', 'segmentation_id': None, 'physical_network': None, 'id': 'a1217dc0-02d5-49aa-aa00-28b22bea5491', 'network_type': u'local'}] Failed to bind port 4327fcf1-1fe6-4ed6-9bba-ca1f85de4f5d on host test-host for vnic_type normal using segments [{'network_id': 'c5aac84e-8f70-45dc-a4a6-1c538c2afbba', 'segmentation_id': None, 'physical_network': None, 'id': 'a1217dc0-02d5-49aa-aa00-28b22bea5491', 'network_type': u'local'}] {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_fip_next_hop_dvr [7.910047s] ... ok Failed to bind port 58f684ff-8710-428c-a5ab-5bd38e8f17ed on host test-host for vnic_type normal using segments [{'network_id': '7133c680-3a00-4b08-b74f-60887b99d910', 'segmentation_id': None, 'physical_network': None, 'id': '19f67c86-40f5-47bb-b45b-9d8bba6e0211', 'network_type': u'local'}] Failed to bind port 58f684ff-8710-428c-a5ab-5bd38e8f17ed on host test-host for vnic_type normal using segments [{'network_id': '7133c680-3a00-4b08-b74f-60887b99d910', 'segmentation_id': None, 'physical_network': None, 'id': '19f67c86-40f5-47bb-b45b-9d8bba6e0211', 'network_type': u'local'}] Failed to bind port 58f684ff-8710-428c-a5ab-5bd38e8f17ed on host test-host for vnic_type normal using segments [{'network_id': '7133c680-3a00-4b08-b74f-60887b99d910', 'segmentation_id': None, 'physical_network': None, 'id': '19f67c86-40f5-47bb-b45b-9d8bba6e0211', 'network_type': u'local'}] Failed to bind port 58f684ff-8710-428c-a5ab-5bd38e8f17ed on host test-host for vnic_type normal using segments [{'network_id': '7133c680-3a00-4b08-b74f-60887b99d910', 'segmentation_id': None, 'physical_network': None, 'id': '19f67c86-40f5-47bb-b45b-9d8bba6e0211', 'network_type': u'local'}] Failed to bind port 58f684ff-8710-428c-a5ab-5bd38e8f17ed on host test-host for vnic_type normal using segments [{'network_id': '7133c680-3a00-4b08-b74f-60887b99d910', 'segmentation_id': None, 'physical_network': None, 'id': '19f67c86-40f5-47bb-b45b-9d8bba6e0211', 'network_type': u'local'}] Failed to bind port 58f684ff-8710-428c-a5ab-5bd38e8f17ed on host test-host for vnic_type normal using segments [{'network_id': '7133c680-3a00-4b08-b74f-60887b99d910', 'segmentation_id': None, 'physical_network': None, 'id': '19f67c86-40f5-47bb-b45b-9d8bba6e0211', 'network_type': u'local'}] Failed to bind port 58f684ff-8710-428c-a5ab-5bd38e8f17ed on host test-host for vnic_type normal using segments [{'network_id': '7133c680-3a00-4b08-b74f-60887b99d910', 'segmentation_id': None, 'physical_network': None, 'id': '19f67c86-40f5-47bb-b45b-9d8bba6e0211', 'network_type': u'local'}] Failed to bind port 58f684ff-8710-428c-a5ab-5bd38e8f17ed on host test-host for vnic_type normal using segments [{'network_id': '7133c680-3a00-4b08-b74f-60887b99d910', 'segmentation_id': None, 'physical_network': None, 'id': '19f67c86-40f5-47bb-b45b-9d8bba6e0211', 'network_type': u'local'}] Failed to bind port 58f684ff-8710-428c-a5ab-5bd38e8f17ed on host test-host for vnic_type normal using segments [{'network_id': '7133c680-3a00-4b08-b74f-60887b99d910', 'segmentation_id': None, 'physical_network': None, 'id': '19f67c86-40f5-47bb-b45b-9d8bba6e0211', 'network_type': u'local'}] Failed to bind port 58f684ff-8710-428c-a5ab-5bd38e8f17ed on host test-host for vnic_type normal using segments [{'network_id': '7133c680-3a00-4b08-b74f-60887b99d910', 'segmentation_id': None, 'physical_network': None, 'id': '19f67c86-40f5-47bb-b45b-9d8bba6e0211', 'network_type': u'local'}] Failed to bind port 1cbf8be2-2dfe-40b7-80d8-4a3bc4238f7b on host test-host for vnic_type normal using segments [{'network_id': 'df8838e8-527c-4bc5-bea3-5a1dc9629f5e', 'segmentation_id': None, 'physical_network': None, 'id': '7b8be208-6f60-4b55-9a1e-714c721296d5', 'network_type': u'local'}] Failed to bind port 1cbf8be2-2dfe-40b7-80d8-4a3bc4238f7b on host test-host for vnic_type normal using segments [{'network_id': 'df8838e8-527c-4bc5-bea3-5a1dc9629f5e', 'segmentation_id': None, 'physical_network': None, 'id': '7b8be208-6f60-4b55-9a1e-714c721296d5', 'network_type': u'local'}] Failed to bind port 1cbf8be2-2dfe-40b7-80d8-4a3bc4238f7b on host test-host for vnic_type normal using segments [{'network_id': 'df8838e8-527c-4bc5-bea3-5a1dc9629f5e', 'segmentation_id': None, 'physical_network': None, 'id': '7b8be208-6f60-4b55-9a1e-714c721296d5', 'network_type': u'local'}] Failed to bind port 1cbf8be2-2dfe-40b7-80d8-4a3bc4238f7b on host test-host for vnic_type normal using segments [{'network_id': 'df8838e8-527c-4bc5-bea3-5a1dc9629f5e', 'segmentation_id': None, 'physical_network': None, 'id': '7b8be208-6f60-4b55-9a1e-714c721296d5', 'network_type': u'local'}] Failed to bind port 1cbf8be2-2dfe-40b7-80d8-4a3bc4238f7b on host test-host for vnic_type normal using segments [{'network_id': 'df8838e8-527c-4bc5-bea3-5a1dc9629f5e', 'segmentation_id': None, 'physical_network': None, 'id': '7b8be208-6f60-4b55-9a1e-714c721296d5', 'network_type': u'local'}] Failed to bind port 1cbf8be2-2dfe-40b7-80d8-4a3bc4238f7b on host test-host for vnic_type normal using segments [{'network_id': 'df8838e8-527c-4bc5-bea3-5a1dc9629f5e', 'segmentation_id': None, 'physical_network': None, 'id': '7b8be208-6f60-4b55-9a1e-714c721296d5', 'network_type': u'local'}] Failed to bind port 1cbf8be2-2dfe-40b7-80d8-4a3bc4238f7b on host test-host for vnic_type normal using segments [{'network_id': 'df8838e8-527c-4bc5-bea3-5a1dc9629f5e', 'segmentation_id': None, 'physical_network': None, 'id': '7b8be208-6f60-4b55-9a1e-714c721296d5', 'network_type': u'local'}] Failed to bind port 1cbf8be2-2dfe-40b7-80d8-4a3bc4238f7b on host test-host for vnic_type normal using segments [{'network_id': 'df8838e8-527c-4bc5-bea3-5a1dc9629f5e', 'segmentation_id': None, 'physical_network': None, 'id': '7b8be208-6f60-4b55-9a1e-714c721296d5', 'network_type': u'local'}] Failed to bind port 1cbf8be2-2dfe-40b7-80d8-4a3bc4238f7b on host test-host for vnic_type normal using segments [{'network_id': 'df8838e8-527c-4bc5-bea3-5a1dc9629f5e', 'segmentation_id': None, 'physical_network': None, 'id': '7b8be208-6f60-4b55-9a1e-714c721296d5', 'network_type': u'local'}] Failed to bind port 1cbf8be2-2dfe-40b7-80d8-4a3bc4238f7b on host test-host for vnic_type normal using segments [{'network_id': 'df8838e8-527c-4bc5-bea3-5a1dc9629f5e', 'segmentation_id': None, 'physical_network': None, 'id': '7b8be208-6f60-4b55-9a1e-714c721296d5', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_dvr_fip_host_routes_by_router [7.198534s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_bgp_peer_without_id [0.356636s] ... ok Failed to bind port 7594d274-28c8-4fd8-a273-7a0818df553c on host test-host for vnic_type normal using segments [{'network_id': 'fa532ef9-be37-4fc2-ad90-d786df02c114', 'segmentation_id': None, 'physical_network': None, 'id': 'baa7a322-2219-46ff-be80-50d0c07710e1', 'network_type': u'local'}] Failed to bind port 7594d274-28c8-4fd8-a273-7a0818df553c on host test-host for vnic_type normal using segments [{'network_id': 'fa532ef9-be37-4fc2-ad90-d786df02c114', 'segmentation_id': None, 'physical_network': None, 'id': 'baa7a322-2219-46ff-be80-50d0c07710e1', 'network_type': u'local'}] Failed to bind port 7594d274-28c8-4fd8-a273-7a0818df553c on host test-host for vnic_type normal using segments [{'network_id': 'fa532ef9-be37-4fc2-ad90-d786df02c114', 'segmentation_id': None, 'physical_network': None, 'id': 'baa7a322-2219-46ff-be80-50d0c07710e1', 'network_type': u'local'}] Failed to bind port 7594d274-28c8-4fd8-a273-7a0818df553c on host test-host for vnic_type normal using segments [{'network_id': 'fa532ef9-be37-4fc2-ad90-d786df02c114', 'segmentation_id': None, 'physical_network': None, 'id': 'baa7a322-2219-46ff-be80-50d0c07710e1', 'network_type': u'local'}] Failed to bind port 7594d274-28c8-4fd8-a273-7a0818df553c on host test-host for vnic_type normal using segments [{'network_id': 'fa532ef9-be37-4fc2-ad90-d786df02c114', 'segmentation_id': None, 'physical_network': None, 'id': 'baa7a322-2219-46ff-be80-50d0c07710e1', 'network_type': u'local'}] Failed to bind port 7594d274-28c8-4fd8-a273-7a0818df553c on host test-host for vnic_type normal using segments [{'network_id': 'fa532ef9-be37-4fc2-ad90-d786df02c114', 'segmentation_id': None, 'physical_network': None, 'id': 'baa7a322-2219-46ff-be80-50d0c07710e1', 'network_type': u'local'}] Failed to bind port 7594d274-28c8-4fd8-a273-7a0818df553c on host test-host for vnic_type normal using segments [{'network_id': 'fa532ef9-be37-4fc2-ad90-d786df02c114', 'segmentation_id': None, 'physical_network': None, 'id': 'baa7a322-2219-46ff-be80-50d0c07710e1', 'network_type': u'local'}] Failed to bind port 7594d274-28c8-4fd8-a273-7a0818df553c on host test-host for vnic_type normal using segments [{'network_id': 'fa532ef9-be37-4fc2-ad90-d786df02c114', 'segmentation_id': None, 'physical_network': None, 'id': 'baa7a322-2219-46ff-be80-50d0c07710e1', 'network_type': u'local'}] Failed to bind port 7594d274-28c8-4fd8-a273-7a0818df553c on host test-host for vnic_type normal using segments [{'network_id': 'fa532ef9-be37-4fc2-ad90-d786df02c114', 'segmentation_id': None, 'physical_network': None, 'id': 'baa7a322-2219-46ff-be80-50d0c07710e1', 'network_type': u'local'}] Failed to bind port 7594d274-28c8-4fd8-a273-7a0818df553c on host test-host for vnic_type normal using segments [{'network_id': 'fa532ef9-be37-4fc2-ad90-d786df02c114', 'segmentation_id': None, 'physical_network': None, 'id': 'baa7a322-2219-46ff-be80-50d0c07710e1', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_duplicate_bgp_peer_ip [0.350898s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_gateway_network [0.633532s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_dvr_fixed_ip_routes_by_bgp_speaker_no_scope [6.288278s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgp_speaker_list [0.611081s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_gateway_network_two_bgp_speakers_same_scope [0.522898s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgp_speaker_update_local_as [0.276870s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgp_peer_show_non_existent [0.238783s] ... ok Failed to bind port acd7e4ba-be70-4aa1-bed8-5e4d6de44c3f on host compute1 for vnic_type normal using segments [{'network_id': '90905300-45f2-4417-813e-ce8a8e0ac1ae', 'segmentation_id': None, 'physical_network': None, 'id': '08608c55-bd7e-4e50-ac71-4a3cbb60dc3c', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgpspeaker_create [0.283034s] ... ok Failed to bind port acd7e4ba-be70-4aa1-bed8-5e4d6de44c3f on host compute1 for vnic_type normal using segments [{'network_id': '90905300-45f2-4417-813e-ce8a8e0ac1ae', 'segmentation_id': None, 'physical_network': None, 'id': '08608c55-bd7e-4e50-ac71-4a3cbb60dc3c', 'network_type': u'local'}] Failed to bind port acd7e4ba-be70-4aa1-bed8-5e4d6de44c3f on host compute1 for vnic_type normal using segments [{'network_id': '90905300-45f2-4417-813e-ce8a8e0ac1ae', 'segmentation_id': None, 'physical_network': None, 'id': '08608c55-bd7e-4e50-ac71-4a3cbb60dc3c', 'network_type': u'local'}] Failed to bind port acd7e4ba-be70-4aa1-bed8-5e4d6de44c3f on host compute1 for vnic_type normal using segments [{'network_id': '90905300-45f2-4417-813e-ce8a8e0ac1ae', 'segmentation_id': None, 'physical_network': None, 'id': '08608c55-bd7e-4e50-ac71-4a3cbb60dc3c', 'network_type': u'local'}] Failed to bind port acd7e4ba-be70-4aa1-bed8-5e4d6de44c3f on host compute1 for vnic_type normal using segments [{'network_id': '90905300-45f2-4417-813e-ce8a8e0ac1ae', 'segmentation_id': None, 'physical_network': None, 'id': '08608c55-bd7e-4e50-ac71-4a3cbb60dc3c', 'network_type': u'local'}] Failed to bind port acd7e4ba-be70-4aa1-bed8-5e4d6de44c3f on host compute1 for vnic_type normal using segments [{'network_id': '90905300-45f2-4417-813e-ce8a8e0ac1ae', 'segmentation_id': None, 'physical_network': None, 'id': '08608c55-bd7e-4e50-ac71-4a3cbb60dc3c', 'network_type': u'local'}] Failed to bind port acd7e4ba-be70-4aa1-bed8-5e4d6de44c3f on host compute1 for vnic_type normal using segments [{'network_id': '90905300-45f2-4417-813e-ce8a8e0ac1ae', 'segmentation_id': None, 'physical_network': None, 'id': '08608c55-bd7e-4e50-ac71-4a3cbb60dc3c', 'network_type': u'local'}] Failed to bind port acd7e4ba-be70-4aa1-bed8-5e4d6de44c3f on host compute1 for vnic_type normal using segments [{'network_id': '90905300-45f2-4417-813e-ce8a8e0ac1ae', 'segmentation_id': None, 'physical_network': None, 'id': '08608c55-bd7e-4e50-ac71-4a3cbb60dc3c', 'network_type': u'local'}] Failed to bind port acd7e4ba-be70-4aa1-bed8-5e4d6de44c3f on host compute1 for vnic_type normal using segments [{'network_id': '90905300-45f2-4417-813e-ce8a8e0ac1ae', 'segmentation_id': None, 'physical_network': None, 'id': '08608c55-bd7e-4e50-ac71-4a3cbb60dc3c', 'network_type': u'local'}] Failed to bind port acd7e4ba-be70-4aa1-bed8-5e4d6de44c3f on host compute1 for vnic_type normal using segments [{'network_id': '90905300-45f2-4417-813e-ce8a8e0ac1ae', 'segmentation_id': None, 'physical_network': None, 'id': '08608c55-bd7e-4e50-ac71-4a3cbb60dc3c', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_create_bgp_peer [0.244762s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_create_bgp_peer_md5_auth_no_password [0.236261s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_create_bgp_speaker_with_network [0.448982s] ... ok Failed to bind port dbfe0c9e-17ec-4b92-985f-5b2e45c508c0 on host compute1 for vnic_type normal using segments [{'network_id': 'f794abca-0d94-411d-b175-4e003326cceb', 'segmentation_id': None, 'physical_network': None, 'id': 'adf907ad-7fab-447d-8202-0c5ad3f7a441', 'network_type': u'local'}] Failed to bind port dbfe0c9e-17ec-4b92-985f-5b2e45c508c0 on host compute1 for vnic_type normal using segments [{'network_id': 'f794abca-0d94-411d-b175-4e003326cceb', 'segmentation_id': None, 'physical_network': None, 'id': 'adf907ad-7fab-447d-8202-0c5ad3f7a441', 'network_type': u'local'}] Failed to bind port dbfe0c9e-17ec-4b92-985f-5b2e45c508c0 on host compute1 for vnic_type normal using segments [{'network_id': 'f794abca-0d94-411d-b175-4e003326cceb', 'segmentation_id': None, 'physical_network': None, 'id': 'adf907ad-7fab-447d-8202-0c5ad3f7a441', 'network_type': u'local'}] Failed to bind port dbfe0c9e-17ec-4b92-985f-5b2e45c508c0 on host compute1 for vnic_type normal using segments [{'network_id': 'f794abca-0d94-411d-b175-4e003326cceb', 'segmentation_id': None, 'physical_network': None, 'id': 'adf907ad-7fab-447d-8202-0c5ad3f7a441', 'network_type': u'local'}] Failed to bind port dbfe0c9e-17ec-4b92-985f-5b2e45c508c0 on host compute1 for vnic_type normal using segments [{'network_id': 'f794abca-0d94-411d-b175-4e003326cceb', 'segmentation_id': None, 'physical_network': None, 'id': 'adf907ad-7fab-447d-8202-0c5ad3f7a441', 'network_type': u'local'}] Failed to bind port dbfe0c9e-17ec-4b92-985f-5b2e45c508c0 on host compute1 for vnic_type normal using segments [{'network_id': 'f794abca-0d94-411d-b175-4e003326cceb', 'segmentation_id': None, 'physical_network': None, 'id': 'adf907ad-7fab-447d-8202-0c5ad3f7a441', 'network_type': u'local'}] Failed to bind port dbfe0c9e-17ec-4b92-985f-5b2e45c508c0 on host compute1 for vnic_type normal using segments [{'network_id': 'f794abca-0d94-411d-b175-4e003326cceb', 'segmentation_id': None, 'physical_network': None, 'id': 'adf907ad-7fab-447d-8202-0c5ad3f7a441', 'network_type': u'local'}] Failed to bind port dbfe0c9e-17ec-4b92-985f-5b2e45c508c0 on host compute1 for vnic_type normal using segments [{'network_id': 'f794abca-0d94-411d-b175-4e003326cceb', 'segmentation_id': None, 'physical_network': None, 'id': 'adf907ad-7fab-447d-8202-0c5ad3f7a441', 'network_type': u'local'}] Failed to bind port dbfe0c9e-17ec-4b92-985f-5b2e45c508c0 on host compute1 for vnic_type normal using segments [{'network_id': 'f794abca-0d94-411d-b175-4e003326cceb', 'segmentation_id': None, 'physical_network': None, 'id': 'adf907ad-7fab-447d-8202-0c5ad3f7a441', 'network_type': u'local'}] Failed to bind port dbfe0c9e-17ec-4b92-985f-5b2e45c508c0 on host compute1 for vnic_type normal using segments [{'network_id': 'f794abca-0d94-411d-b175-4e003326cceb', 'segmentation_id': None, 'physical_network': None, 'id': 'adf907ad-7fab-447d-8202-0c5ad3f7a441', 'network_type': u'local'}] Failed to bind port 1192d0dc-1a3b-4b5d-a10d-36bf86025b4c on host test-host for vnic_type normal using segments [{'network_id': 'da17f96e-d047-47ed-8a8f-f0ea2ba51368', 'segmentation_id': None, 'physical_network': None, 'id': '39ed0db9-3a43-4d09-b1c1-9788d1d6de79', 'network_type': u'local'}] Failed to bind port 1192d0dc-1a3b-4b5d-a10d-36bf86025b4c on host test-host for vnic_type normal using segments [{'network_id': 'da17f96e-d047-47ed-8a8f-f0ea2ba51368', 'segmentation_id': None, 'physical_network': None, 'id': '39ed0db9-3a43-4d09-b1c1-9788d1d6de79', 'network_type': u'local'}] Failed to bind port 1192d0dc-1a3b-4b5d-a10d-36bf86025b4c on host test-host for vnic_type normal using segments [{'network_id': 'da17f96e-d047-47ed-8a8f-f0ea2ba51368', 'segmentation_id': None, 'physical_network': None, 'id': '39ed0db9-3a43-4d09-b1c1-9788d1d6de79', 'network_type': u'local'}] Failed to bind port 1192d0dc-1a3b-4b5d-a10d-36bf86025b4c on host test-host for vnic_type normal using segments [{'network_id': 'da17f96e-d047-47ed-8a8f-f0ea2ba51368', 'segmentation_id': None, 'physical_network': None, 'id': '39ed0db9-3a43-4d09-b1c1-9788d1d6de79', 'network_type': u'local'}] Failed to bind port 1192d0dc-1a3b-4b5d-a10d-36bf86025b4c on host test-host for vnic_type normal using segments [{'network_id': 'da17f96e-d047-47ed-8a8f-f0ea2ba51368', 'segmentation_id': None, 'physical_network': None, 'id': '39ed0db9-3a43-4d09-b1c1-9788d1d6de79', 'network_type': u'local'}] Failed to bind port 1192d0dc-1a3b-4b5d-a10d-36bf86025b4c on host test-host for vnic_type normal using segments [{'network_id': 'da17f96e-d047-47ed-8a8f-f0ea2ba51368', 'segmentation_id': None, 'physical_network': None, 'id': '39ed0db9-3a43-4d09-b1c1-9788d1d6de79', 'network_type': u'local'}] Failed to bind port 1192d0dc-1a3b-4b5d-a10d-36bf86025b4c on host test-host for vnic_type normal using segments [{'network_id': 'da17f96e-d047-47ed-8a8f-f0ea2ba51368', 'segmentation_id': None, 'physical_network': None, 'id': '39ed0db9-3a43-4d09-b1c1-9788d1d6de79', 'network_type': u'local'}] Failed to bind port 1192d0dc-1a3b-4b5d-a10d-36bf86025b4c on host test-host for vnic_type normal using segments [{'network_id': 'da17f96e-d047-47ed-8a8f-f0ea2ba51368', 'segmentation_id': None, 'physical_network': None, 'id': '39ed0db9-3a43-4d09-b1c1-9788d1d6de79', 'network_type': u'local'}] Failed to bind port 1192d0dc-1a3b-4b5d-a10d-36bf86025b4c on host test-host for vnic_type normal using segments [{'network_id': 'da17f96e-d047-47ed-8a8f-f0ea2ba51368', 'segmentation_id': None, 'physical_network': None, 'id': '39ed0db9-3a43-4d09-b1c1-9788d1d6de79', 'network_type': u'local'}] Failed to bind port 1192d0dc-1a3b-4b5d-a10d-36bf86025b4c on host test-host for vnic_type normal using segments [{'network_id': 'da17f96e-d047-47ed-8a8f-f0ea2ba51368', 'segmentation_id': None, 'physical_network': None, 'id': '39ed0db9-3a43-4d09-b1c1-9788d1d6de79', 'network_type': u'local'}] {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_fip_next_hop_legacy [6.968262s] ... ok Failed to bind port 338dc5cb-c20e-4647-a7b3-012f86a4b2e3 on host test-host for vnic_type normal using segments [{'network_id': '56637a65-c259-4663-a2a3-748630b0470d', 'segmentation_id': None, 'physical_network': None, 'id': '829daff2-1c7f-48fc-85db-e319730e4809', 'network_type': u'local'}] Failed to bind port 338dc5cb-c20e-4647-a7b3-012f86a4b2e3 on host test-host for vnic_type normal using segments [{'network_id': '56637a65-c259-4663-a2a3-748630b0470d', 'segmentation_id': None, 'physical_network': None, 'id': '829daff2-1c7f-48fc-85db-e319730e4809', 'network_type': u'local'}] Failed to bind port 338dc5cb-c20e-4647-a7b3-012f86a4b2e3 on host test-host for vnic_type normal using segments [{'network_id': '56637a65-c259-4663-a2a3-748630b0470d', 'segmentation_id': None, 'physical_network': None, 'id': '829daff2-1c7f-48fc-85db-e319730e4809', 'network_type': u'local'}] Failed to bind port 338dc5cb-c20e-4647-a7b3-012f86a4b2e3 on host test-host for vnic_type normal using segments [{'network_id': '56637a65-c259-4663-a2a3-748630b0470d', 'segmentation_id': None, 'physical_network': None, 'id': '829daff2-1c7f-48fc-85db-e319730e4809', 'network_type': u'local'}] Failed to bind port 338dc5cb-c20e-4647-a7b3-012f86a4b2e3 on host test-host for vnic_type normal using segments [{'network_id': '56637a65-c259-4663-a2a3-748630b0470d', 'segmentation_id': None, 'physical_network': None, 'id': '829daff2-1c7f-48fc-85db-e319730e4809', 'network_type': u'local'}] Failed to bind port 338dc5cb-c20e-4647-a7b3-012f86a4b2e3 on host test-host for vnic_type normal using segments [{'network_id': '56637a65-c259-4663-a2a3-748630b0470d', 'segmentation_id': None, 'physical_network': None, 'id': '829daff2-1c7f-48fc-85db-e319730e4809', 'network_type': u'local'}] Failed to bind port 338dc5cb-c20e-4647-a7b3-012f86a4b2e3 on host test-host for vnic_type normal using segments [{'network_id': '56637a65-c259-4663-a2a3-748630b0470d', 'segmentation_id': None, 'physical_network': None, 'id': '829daff2-1c7f-48fc-85db-e319730e4809', 'network_type': u'local'}] Failed to bind port 338dc5cb-c20e-4647-a7b3-012f86a4b2e3 on host test-host for vnic_type normal using segments [{'network_id': '56637a65-c259-4663-a2a3-748630b0470d', 'segmentation_id': None, 'physical_network': None, 'id': '829daff2-1c7f-48fc-85db-e319730e4809', 'network_type': u'local'}] Failed to bind port 338dc5cb-c20e-4647-a7b3-012f86a4b2e3 on host test-host for vnic_type normal using segments [{'network_id': '56637a65-c259-4663-a2a3-748630b0470d', 'segmentation_id': None, 'physical_network': None, 'id': '829daff2-1c7f-48fc-85db-e319730e4809', 'network_type': u'local'}] Failed to bind port 338dc5cb-c20e-4647-a7b3-012f86a4b2e3 on host test-host for vnic_type normal using segments [{'network_id': '56637a65-c259-4663-a2a3-748630b0470d', 'segmentation_id': None, 'physical_network': None, 'id': '829daff2-1c7f-48fc-85db-e319730e4809', 'network_type': u'local'}] Failed to bind port b49035d4-fa1e-429d-a0c5-97863ced017f on host test-host for vnic_type normal using segments [{'network_id': '8181ba20-9747-4e02-ac69-c3437519eae4', 'segmentation_id': None, 'physical_network': None, 'id': 'fdbdac4a-db10-4acb-9886-1323a91e57ba', 'network_type': u'local'}] Failed to bind port b49035d4-fa1e-429d-a0c5-97863ced017f on host test-host for vnic_type normal using segments [{'network_id': '8181ba20-9747-4e02-ac69-c3437519eae4', 'segmentation_id': None, 'physical_network': None, 'id': 'fdbdac4a-db10-4acb-9886-1323a91e57ba', 'network_type': u'local'}] Failed to bind port b49035d4-fa1e-429d-a0c5-97863ced017f on host test-host for vnic_type normal using segments [{'network_id': '8181ba20-9747-4e02-ac69-c3437519eae4', 'segmentation_id': None, 'physical_network': None, 'id': 'fdbdac4a-db10-4acb-9886-1323a91e57ba', 'network_type': u'local'}] Failed to bind port b49035d4-fa1e-429d-a0c5-97863ced017f on host test-host for vnic_type normal using segments [{'network_id': '8181ba20-9747-4e02-ac69-c3437519eae4', 'segmentation_id': None, 'physical_network': None, 'id': 'fdbdac4a-db10-4acb-9886-1323a91e57ba', 'network_type': u'local'}] Failed to bind port b49035d4-fa1e-429d-a0c5-97863ced017f on host test-host for vnic_type normal using segments [{'network_id': '8181ba20-9747-4e02-ac69-c3437519eae4', 'segmentation_id': None, 'physical_network': None, 'id': 'fdbdac4a-db10-4acb-9886-1323a91e57ba', 'network_type': u'local'}] Failed to bind port b49035d4-fa1e-429d-a0c5-97863ced017f on host test-host for vnic_type normal using segments [{'network_id': '8181ba20-9747-4e02-ac69-c3437519eae4', 'segmentation_id': None, 'physical_network': None, 'id': 'fdbdac4a-db10-4acb-9886-1323a91e57ba', 'network_type': u'local'}] Failed to bind port b49035d4-fa1e-429d-a0c5-97863ced017f on host test-host for vnic_type normal using segments [{'network_id': '8181ba20-9747-4e02-ac69-c3437519eae4', 'segmentation_id': None, 'physical_network': None, 'id': 'fdbdac4a-db10-4acb-9886-1323a91e57ba', 'network_type': u'local'}] Failed to bind port b49035d4-fa1e-429d-a0c5-97863ced017f on host test-host for vnic_type normal using segments [{'network_id': '8181ba20-9747-4e02-ac69-c3437519eae4', 'segmentation_id': None, 'physical_network': None, 'id': 'fdbdac4a-db10-4acb-9886-1323a91e57ba', 'network_type': u'local'}] Failed to bind port b49035d4-fa1e-429d-a0c5-97863ced017f on host test-host for vnic_type normal using segments [{'network_id': '8181ba20-9747-4e02-ac69-c3437519eae4', 'segmentation_id': None, 'physical_network': None, 'id': 'fdbdac4a-db10-4acb-9886-1323a91e57ba', 'network_type': u'local'}] Failed to bind port b49035d4-fa1e-429d-a0c5-97863ced017f on host test-host for vnic_type normal using segments [{'network_id': '8181ba20-9747-4e02-ac69-c3437519eae4', 'segmentation_id': None, 'physical_network': None, 'id': 'fdbdac4a-db10-4acb-9886-1323a91e57ba', 'network_type': u'local'}] Failed to bind port b6212b1b-800a-46f4-b4de-75f3f98ad65e on host test-host for vnic_type normal using segments [{'network_id': '2078bd5d-695b-458c-b167-e89e3dd6e88a', 'segmentation_id': None, 'physical_network': None, 'id': '427f5b3d-dbe6-4db5-8f63-2dbb88af0e0d', 'network_type': u'local'}] Failed to bind port b6212b1b-800a-46f4-b4de-75f3f98ad65e on host test-host for vnic_type normal using segments [{'network_id': '2078bd5d-695b-458c-b167-e89e3dd6e88a', 'segmentation_id': None, 'physical_network': None, 'id': '427f5b3d-dbe6-4db5-8f63-2dbb88af0e0d', 'network_type': u'local'}] Failed to bind port b6212b1b-800a-46f4-b4de-75f3f98ad65e on host test-host for vnic_type normal using segments [{'network_id': '2078bd5d-695b-458c-b167-e89e3dd6e88a', 'segmentation_id': None, 'physical_network': None, 'id': '427f5b3d-dbe6-4db5-8f63-2dbb88af0e0d', 'network_type': u'local'}] Failed to bind port b6212b1b-800a-46f4-b4de-75f3f98ad65e on host test-host for vnic_type normal using segments [{'network_id': '2078bd5d-695b-458c-b167-e89e3dd6e88a', 'segmentation_id': None, 'physical_network': None, 'id': '427f5b3d-dbe6-4db5-8f63-2dbb88af0e0d', 'network_type': u'local'}] Failed to bind port b6212b1b-800a-46f4-b4de-75f3f98ad65e on host test-host for vnic_type normal using segments [{'network_id': '2078bd5d-695b-458c-b167-e89e3dd6e88a', 'segmentation_id': None, 'physical_network': None, 'id': '427f5b3d-dbe6-4db5-8f63-2dbb88af0e0d', 'network_type': u'local'}] Failed to bind port b6212b1b-800a-46f4-b4de-75f3f98ad65e on host test-host for vnic_type normal using segments [{'network_id': '2078bd5d-695b-458c-b167-e89e3dd6e88a', 'segmentation_id': None, 'physical_network': None, 'id': '427f5b3d-dbe6-4db5-8f63-2dbb88af0e0d', 'network_type': u'local'}] Failed to bind port b6212b1b-800a-46f4-b4de-75f3f98ad65e on host test-host for vnic_type normal using segments [{'network_id': '2078bd5d-695b-458c-b167-e89e3dd6e88a', 'segmentation_id': None, 'physical_network': None, 'id': '427f5b3d-dbe6-4db5-8f63-2dbb88af0e0d', 'network_type': u'local'}] Failed to bind port b6212b1b-800a-46f4-b4de-75f3f98ad65e on host test-host for vnic_type normal using segments [{'network_id': '2078bd5d-695b-458c-b167-e89e3dd6e88a', 'segmentation_id': None, 'physical_network': None, 'id': '427f5b3d-dbe6-4db5-8f63-2dbb88af0e0d', 'network_type': u'local'}] Failed to bind port b6212b1b-800a-46f4-b4de-75f3f98ad65e on host test-host for vnic_type normal using segments [{'network_id': '2078bd5d-695b-458c-b167-e89e3dd6e88a', 'segmentation_id': None, 'physical_network': None, 'id': '427f5b3d-dbe6-4db5-8f63-2dbb88af0e0d', 'network_type': u'local'}] Failed to bind port b6212b1b-800a-46f4-b4de-75f3f98ad65e on host test-host for vnic_type normal using segments [{'network_id': '2078bd5d-695b-458c-b167-e89e3dd6e88a', 'segmentation_id': None, 'physical_network': None, 'id': '427f5b3d-dbe6-4db5-8f63-2dbb88af0e0d', 'network_type': u'local'}] {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_external_networks_for_port_different_address_scope_v4 [19.334000s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_routes_by_router_with_fip [5.642513s] ... ok Failed to bind port 94dfc6de-c826-4917-ae0c-7fe7bedf3982 on host test-host for vnic_type normal using segments [{'network_id': '748f245f-4879-4374-bb67-0db507cadbe1', 'segmentation_id': None, 'physical_network': None, 'id': 'f0b1290a-1474-40b6-a9c1-f7f12b8d2fdf', 'network_type': u'local'}] Failed to bind port 94dfc6de-c826-4917-ae0c-7fe7bedf3982 on host test-host for vnic_type normal using segments [{'network_id': '748f245f-4879-4374-bb67-0db507cadbe1', 'segmentation_id': None, 'physical_network': None, 'id': 'f0b1290a-1474-40b6-a9c1-f7f12b8d2fdf', 'network_type': u'local'}] Failed to bind port 94dfc6de-c826-4917-ae0c-7fe7bedf3982 on host test-host for vnic_type normal using segments [{'network_id': '748f245f-4879-4374-bb67-0db507cadbe1', 'segmentation_id': None, 'physical_network': None, 'id': 'f0b1290a-1474-40b6-a9c1-f7f12b8d2fdf', 'network_type': u'local'}] Failed to bind port 94dfc6de-c826-4917-ae0c-7fe7bedf3982 on host test-host for vnic_type normal using segments [{'network_id': '748f245f-4879-4374-bb67-0db507cadbe1', 'segmentation_id': None, 'physical_network': None, 'id': 'f0b1290a-1474-40b6-a9c1-f7f12b8d2fdf', 'network_type': u'local'}] Failed to bind port 94dfc6de-c826-4917-ae0c-7fe7bedf3982 on host test-host for vnic_type normal using segments [{'network_id': '748f245f-4879-4374-bb67-0db507cadbe1', 'segmentation_id': None, 'physical_network': None, 'id': 'f0b1290a-1474-40b6-a9c1-f7f12b8d2fdf', 'network_type': u'local'}] Failed to bind port 94dfc6de-c826-4917-ae0c-7fe7bedf3982 on host test-host for vnic_type normal using segments [{'network_id': '748f245f-4879-4374-bb67-0db507cadbe1', 'segmentation_id': None, 'physical_network': None, 'id': 'f0b1290a-1474-40b6-a9c1-f7f12b8d2fdf', 'network_type': u'local'}] Failed to bind port 94dfc6de-c826-4917-ae0c-7fe7bedf3982 on host test-host for vnic_type normal using segments [{'network_id': '748f245f-4879-4374-bb67-0db507cadbe1', 'segmentation_id': None, 'physical_network': None, 'id': 'f0b1290a-1474-40b6-a9c1-f7f12b8d2fdf', 'network_type': u'local'}] Failed to bind port 94dfc6de-c826-4917-ae0c-7fe7bedf3982 on host test-host for vnic_type normal using segments [{'network_id': '748f245f-4879-4374-bb67-0db507cadbe1', 'segmentation_id': None, 'physical_network': None, 'id': 'f0b1290a-1474-40b6-a9c1-f7f12b8d2fdf', 'network_type': u'local'}] Failed to bind port 94dfc6de-c826-4917-ae0c-7fe7bedf3982 on host test-host for vnic_type normal using segments [{'network_id': '748f245f-4879-4374-bb67-0db507cadbe1', 'segmentation_id': None, 'physical_network': None, 'id': 'f0b1290a-1474-40b6-a9c1-f7f12b8d2fdf', 'network_type': u'local'}] Failed to bind port 94dfc6de-c826-4917-ae0c-7fe7bedf3982 on host test-host for vnic_type normal using segments [{'network_id': '748f245f-4879-4374-bb67-0db507cadbe1', 'segmentation_id': None, 'physical_network': None, 'id': 'f0b1290a-1474-40b6-a9c1-f7f12b8d2fdf', 'network_type': u'local'}] Failed to bind port 681a087d-f20c-4644-a120-5c2004f68dbc on host test-host for vnic_type normal using segments [{'network_id': '4a6f4b29-cc43-48de-8aa7-fd7b7d8e3f63', 'segmentation_id': None, 'physical_network': None, 'id': '10301346-591b-44f8-bcbe-2414d046f0dd', 'network_type': u'local'}] Failed to bind port 681a087d-f20c-4644-a120-5c2004f68dbc on host test-host for vnic_type normal using segments [{'network_id': '4a6f4b29-cc43-48de-8aa7-fd7b7d8e3f63', 'segmentation_id': None, 'physical_network': None, 'id': '10301346-591b-44f8-bcbe-2414d046f0dd', 'network_type': u'local'}] Failed to bind port 681a087d-f20c-4644-a120-5c2004f68dbc on host test-host for vnic_type normal using segments [{'network_id': '4a6f4b29-cc43-48de-8aa7-fd7b7d8e3f63', 'segmentation_id': None, 'physical_network': None, 'id': '10301346-591b-44f8-bcbe-2414d046f0dd', 'network_type': u'local'}] Failed to bind port 681a087d-f20c-4644-a120-5c2004f68dbc on host test-host for vnic_type normal using segments [{'network_id': '4a6f4b29-cc43-48de-8aa7-fd7b7d8e3f63', 'segmentation_id': None, 'physical_network': None, 'id': '10301346-591b-44f8-bcbe-2414d046f0dd', 'network_type': u'local'}] Failed to bind port 681a087d-f20c-4644-a120-5c2004f68dbc on host test-host for vnic_type normal using segments [{'network_id': '4a6f4b29-cc43-48de-8aa7-fd7b7d8e3f63', 'segmentation_id': None, 'physical_network': None, 'id': '10301346-591b-44f8-bcbe-2414d046f0dd', 'network_type': u'local'}] Failed to bind port 681a087d-f20c-4644-a120-5c2004f68dbc on host test-host for vnic_type normal using segments [{'network_id': '4a6f4b29-cc43-48de-8aa7-fd7b7d8e3f63', 'segmentation_id': None, 'physical_network': None, 'id': '10301346-591b-44f8-bcbe-2414d046f0dd', 'network_type': u'local'}] Failed to bind port 681a087d-f20c-4644-a120-5c2004f68dbc on host test-host for vnic_type normal using segments [{'network_id': '4a6f4b29-cc43-48de-8aa7-fd7b7d8e3f63', 'segmentation_id': None, 'physical_network': None, 'id': '10301346-591b-44f8-bcbe-2414d046f0dd', 'network_type': u'local'}] Failed to bind port 681a087d-f20c-4644-a120-5c2004f68dbc on host test-host for vnic_type normal using segments [{'network_id': '4a6f4b29-cc43-48de-8aa7-fd7b7d8e3f63', 'segmentation_id': None, 'physical_network': None, 'id': '10301346-591b-44f8-bcbe-2414d046f0dd', 'network_type': u'local'}] Failed to bind port 681a087d-f20c-4644-a120-5c2004f68dbc on host test-host for vnic_type normal using segments [{'network_id': '4a6f4b29-cc43-48de-8aa7-fd7b7d8e3f63', 'segmentation_id': None, 'physical_network': None, 'id': '10301346-591b-44f8-bcbe-2414d046f0dd', 'network_type': u'local'}] Failed to bind port 681a087d-f20c-4644-a120-5c2004f68dbc on host test-host for vnic_type normal using segments [{'network_id': '4a6f4b29-cc43-48de-8aa7-fd7b7d8e3f63', 'segmentation_id': None, 'physical_network': None, 'id': '10301346-591b-44f8-bcbe-2414d046f0dd', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_external_networks_for_port_same_address_scope_v4 [9.233421s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_ipv4_tenant_subnet_routes_by_bgp_speaker_dvr_router [4.289722s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_all_routes_by_bgp_speaker_different_tenant_address_scope [3.743720s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgp_speaker_show_non_existent [0.236661s] ... ok Failed to bind port b496c908-d905-47e4-8c67-7d6a17459c30 on host test-host for vnic_type normal using segments [{'network_id': 'd7eb160c-fa83-47a2-8c84-a9010292db5b', 'segmentation_id': None, 'physical_network': None, 'id': 'da0527fe-6fde-40b6-8c19-e0f3d59b40a9', 'network_type': u'local'}] Failed to bind port b496c908-d905-47e4-8c67-7d6a17459c30 on host test-host for vnic_type normal using segments [{'network_id': 'd7eb160c-fa83-47a2-8c84-a9010292db5b', 'segmentation_id': None, 'physical_network': None, 'id': 'da0527fe-6fde-40b6-8c19-e0f3d59b40a9', 'network_type': u'local'}] Failed to bind port b496c908-d905-47e4-8c67-7d6a17459c30 on host test-host for vnic_type normal using segments [{'network_id': 'd7eb160c-fa83-47a2-8c84-a9010292db5b', 'segmentation_id': None, 'physical_network': None, 'id': 'da0527fe-6fde-40b6-8c19-e0f3d59b40a9', 'network_type': u'local'}] Failed to bind port b496c908-d905-47e4-8c67-7d6a17459c30 on host test-host for vnic_type normal using segments [{'network_id': 'd7eb160c-fa83-47a2-8c84-a9010292db5b', 'segmentation_id': None, 'physical_network': None, 'id': 'da0527fe-6fde-40b6-8c19-e0f3d59b40a9', 'network_type': u'local'}] Failed to bind port b496c908-d905-47e4-8c67-7d6a17459c30 on host test-host for vnic_type normal using segments [{'network_id': 'd7eb160c-fa83-47a2-8c84-a9010292db5b', 'segmentation_id': None, 'physical_network': None, 'id': 'da0527fe-6fde-40b6-8c19-e0f3d59b40a9', 'network_type': u'local'}] Failed to bind port b496c908-d905-47e4-8c67-7d6a17459c30 on host test-host for vnic_type normal using segments [{'network_id': 'd7eb160c-fa83-47a2-8c84-a9010292db5b', 'segmentation_id': None, 'physical_network': None, 'id': 'da0527fe-6fde-40b6-8c19-e0f3d59b40a9', 'network_type': u'local'}] Failed to bind port b496c908-d905-47e4-8c67-7d6a17459c30 on host test-host for vnic_type normal using segments [{'network_id': 'd7eb160c-fa83-47a2-8c84-a9010292db5b', 'segmentation_id': None, 'physical_network': None, 'id': 'da0527fe-6fde-40b6-8c19-e0f3d59b40a9', 'network_type': u'local'}] Failed to bind port b496c908-d905-47e4-8c67-7d6a17459c30 on host test-host for vnic_type normal using segments [{'network_id': 'd7eb160c-fa83-47a2-8c84-a9010292db5b', 'segmentation_id': None, 'physical_network': None, 'id': 'da0527fe-6fde-40b6-8c19-e0f3d59b40a9', 'network_type': u'local'}] Failed to bind port b496c908-d905-47e4-8c67-7d6a17459c30 on host test-host for vnic_type normal using segments [{'network_id': 'd7eb160c-fa83-47a2-8c84-a9010292db5b', 'segmentation_id': None, 'physical_network': None, 'id': 'da0527fe-6fde-40b6-8c19-e0f3d59b40a9', 'network_type': u'local'}] Failed to bind port b496c908-d905-47e4-8c67-7d6a17459c30 on host test-host for vnic_type normal using segments [{'network_id': 'd7eb160c-fa83-47a2-8c84-a9010292db5b', 'segmentation_id': None, 'physical_network': None, 'id': 'da0527fe-6fde-40b6-8c19-e0f3d59b40a9', 'network_type': u'local'}] Failed to bind port f3037dd2-639d-4bd3-b9c5-b3bf7fc9f612 on host test-host for vnic_type normal using segments [{'network_id': '7917fdf8-3899-4ff5-b948-1932f3de1aba', 'segmentation_id': None, 'physical_network': None, 'id': '07a820a9-0fe6-46a7-8d3d-9ad28a543780', 'network_type': u'local'}] Failed to bind port f3037dd2-639d-4bd3-b9c5-b3bf7fc9f612 on host test-host for vnic_type normal using segments [{'network_id': '7917fdf8-3899-4ff5-b948-1932f3de1aba', 'segmentation_id': None, 'physical_network': None, 'id': '07a820a9-0fe6-46a7-8d3d-9ad28a543780', 'network_type': u'local'}] Failed to bind port f3037dd2-639d-4bd3-b9c5-b3bf7fc9f612 on host test-host for vnic_type normal using segments [{'network_id': '7917fdf8-3899-4ff5-b948-1932f3de1aba', 'segmentation_id': None, 'physical_network': None, 'id': '07a820a9-0fe6-46a7-8d3d-9ad28a543780', 'network_type': u'local'}] Failed to bind port f3037dd2-639d-4bd3-b9c5-b3bf7fc9f612 on host test-host for vnic_type normal using segments [{'network_id': '7917fdf8-3899-4ff5-b948-1932f3de1aba', 'segmentation_id': None, 'physical_network': None, 'id': '07a820a9-0fe6-46a7-8d3d-9ad28a543780', 'network_type': u'local'}] Failed to bind port f3037dd2-639d-4bd3-b9c5-b3bf7fc9f612 on host test-host for vnic_type normal using segments [{'network_id': '7917fdf8-3899-4ff5-b948-1932f3de1aba', 'segmentation_id': None, 'physical_network': None, 'id': '07a820a9-0fe6-46a7-8d3d-9ad28a543780', 'network_type': u'local'}] Failed to bind port f3037dd2-639d-4bd3-b9c5-b3bf7fc9f612 on host test-host for vnic_type normal using segments [{'network_id': '7917fdf8-3899-4ff5-b948-1932f3de1aba', 'segmentation_id': None, 'physical_network': None, 'id': '07a820a9-0fe6-46a7-8d3d-9ad28a543780', 'network_type': u'local'}] Failed to bind port f3037dd2-639d-4bd3-b9c5-b3bf7fc9f612 on host test-host for vnic_type normal using segments [{'network_id': '7917fdf8-3899-4ff5-b948-1932f3de1aba', 'segmentation_id': None, 'physical_network': None, 'id': '07a820a9-0fe6-46a7-8d3d-9ad28a543780', 'network_type': u'local'}] Failed to bind port f3037dd2-639d-4bd3-b9c5-b3bf7fc9f612 on host test-host for vnic_type normal using segments [{'network_id': '7917fdf8-3899-4ff5-b948-1932f3de1aba', 'segmentation_id': None, 'physical_network': None, 'id': '07a820a9-0fe6-46a7-8d3d-9ad28a543780', 'network_type': u'local'}] Failed to bind port f3037dd2-639d-4bd3-b9c5-b3bf7fc9f612 on host test-host for vnic_type normal using segments [{'network_id': '7917fdf8-3899-4ff5-b948-1932f3de1aba', 'segmentation_id': None, 'physical_network': None, 'id': '07a820a9-0fe6-46a7-8d3d-9ad28a543780', 'network_type': u'local'}] Failed to bind port f3037dd2-639d-4bd3-b9c5-b3bf7fc9f612 on host test-host for vnic_type normal using segments [{'network_id': '7917fdf8-3899-4ff5-b948-1932f3de1aba', 'segmentation_id': None, 'physical_network': None, 'id': '07a820a9-0fe6-46a7-8d3d-9ad28a543780', 'network_type': u'local'}] {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_bgp_speaker_id_with_fip [5.804236s] ... ok Failed to bind port e6a4ffa9-1b27-4bc8-be99-3b379cc461d6 on host compute1 for vnic_type normal using segments [{'network_id': 'e9e66094-3ce1-4400-adf8-d598a2250814', 'segmentation_id': None, 'physical_network': None, 'id': 'feec7d3b-c679-42ee-8d8b-f064eaf37d11', 'network_type': u'local'}] Failed to bind port e6a4ffa9-1b27-4bc8-be99-3b379cc461d6 on host compute1 for vnic_type normal using segments [{'network_id': 'e9e66094-3ce1-4400-adf8-d598a2250814', 'segmentation_id': None, 'physical_network': None, 'id': 'feec7d3b-c679-42ee-8d8b-f064eaf37d11', 'network_type': u'local'}] Failed to bind port e6a4ffa9-1b27-4bc8-be99-3b379cc461d6 on host compute1 for vnic_type normal using segments [{'network_id': 'e9e66094-3ce1-4400-adf8-d598a2250814', 'segmentation_id': None, 'physical_network': None, 'id': 'feec7d3b-c679-42ee-8d8b-f064eaf37d11', 'network_type': u'local'}] Failed to bind port e6a4ffa9-1b27-4bc8-be99-3b379cc461d6 on host compute1 for vnic_type normal using segments [{'network_id': 'e9e66094-3ce1-4400-adf8-d598a2250814', 'segmentation_id': None, 'physical_network': None, 'id': 'feec7d3b-c679-42ee-8d8b-f064eaf37d11', 'network_type': u'local'}] Failed to bind port e6a4ffa9-1b27-4bc8-be99-3b379cc461d6 on host compute1 for vnic_type normal using segments [{'network_id': 'e9e66094-3ce1-4400-adf8-d598a2250814', 'segmentation_id': None, 'physical_network': None, 'id': 'feec7d3b-c679-42ee-8d8b-f064eaf37d11', 'network_type': u'local'}] Failed to bind port e6a4ffa9-1b27-4bc8-be99-3b379cc461d6 on host compute1 for vnic_type normal using segments [{'network_id': 'e9e66094-3ce1-4400-adf8-d598a2250814', 'segmentation_id': None, 'physical_network': None, 'id': 'feec7d3b-c679-42ee-8d8b-f064eaf37d11', 'network_type': u'local'}] Failed to bind port e6a4ffa9-1b27-4bc8-be99-3b379cc461d6 on host compute1 for vnic_type normal using segments [{'network_id': 'e9e66094-3ce1-4400-adf8-d598a2250814', 'segmentation_id': None, 'physical_network': None, 'id': 'feec7d3b-c679-42ee-8d8b-f064eaf37d11', 'network_type': u'local'}] Failed to bind port e6a4ffa9-1b27-4bc8-be99-3b379cc461d6 on host compute1 for vnic_type normal using segments [{'network_id': 'e9e66094-3ce1-4400-adf8-d598a2250814', 'segmentation_id': None, 'physical_network': None, 'id': 'feec7d3b-c679-42ee-8d8b-f064eaf37d11', 'network_type': u'local'}] Failed to bind port e6a4ffa9-1b27-4bc8-be99-3b379cc461d6 on host compute1 for vnic_type normal using segments [{'network_id': 'e9e66094-3ce1-4400-adf8-d598a2250814', 'segmentation_id': None, 'physical_network': None, 'id': 'feec7d3b-c679-42ee-8d8b-f064eaf37d11', 'network_type': u'local'}] Failed to bind port e6a4ffa9-1b27-4bc8-be99-3b379cc461d6 on host compute1 for vnic_type normal using segments [{'network_id': 'e9e66094-3ce1-4400-adf8-d598a2250814', 'segmentation_id': None, 'physical_network': None, 'id': 'feec7d3b-c679-42ee-8d8b-f064eaf37d11', 'network_type': u'local'}] Failed to bind port bba57ccd-5cb9-4b8c-9678-282da9942bc9 on host test-host for vnic_type normal using segments [{'network_id': '49f346bb-781e-4ba1-8d6e-a1b05353a755', 'segmentation_id': None, 'physical_network': None, 'id': '79482a7f-6c66-4e79-aa2f-d1d8d8e8765a', 'network_type': u'local'}] Failed to bind port bba57ccd-5cb9-4b8c-9678-282da9942bc9 on host test-host for vnic_type normal using segments [{'network_id': '49f346bb-781e-4ba1-8d6e-a1b05353a755', 'segmentation_id': None, 'physical_network': None, 'id': '79482a7f-6c66-4e79-aa2f-d1d8d8e8765a', 'network_type': u'local'}] Failed to bind port bba57ccd-5cb9-4b8c-9678-282da9942bc9 on host test-host for vnic_type normal using segments [{'network_id': '49f346bb-781e-4ba1-8d6e-a1b05353a755', 'segmentation_id': None, 'physical_network': None, 'id': '79482a7f-6c66-4e79-aa2f-d1d8d8e8765a', 'network_type': u'local'}] Failed to bind port bba57ccd-5cb9-4b8c-9678-282da9942bc9 on host test-host for vnic_type normal using segments [{'network_id': '49f346bb-781e-4ba1-8d6e-a1b05353a755', 'segmentation_id': None, 'physical_network': None, 'id': '79482a7f-6c66-4e79-aa2f-d1d8d8e8765a', 'network_type': u'local'}] Failed to bind port bba57ccd-5cb9-4b8c-9678-282da9942bc9 on host test-host for vnic_type normal using segments [{'network_id': '49f346bb-781e-4ba1-8d6e-a1b05353a755', 'segmentation_id': None, 'physical_network': None, 'id': '79482a7f-6c66-4e79-aa2f-d1d8d8e8765a', 'network_type': u'local'}] Failed to bind port bba57ccd-5cb9-4b8c-9678-282da9942bc9 on host test-host for vnic_type normal using segments [{'network_id': '49f346bb-781e-4ba1-8d6e-a1b05353a755', 'segmentation_id': None, 'physical_network': None, 'id': '79482a7f-6c66-4e79-aa2f-d1d8d8e8765a', 'network_type': u'local'}] Failed to bind port bba57ccd-5cb9-4b8c-9678-282da9942bc9 on host test-host for vnic_type normal using segments [{'network_id': '49f346bb-781e-4ba1-8d6e-a1b05353a755', 'segmentation_id': None, 'physical_network': None, 'id': '79482a7f-6c66-4e79-aa2f-d1d8d8e8765a', 'network_type': u'local'}] Failed to bind port bba57ccd-5cb9-4b8c-9678-282da9942bc9 on host test-host for vnic_type normal using segments [{'network_id': '49f346bb-781e-4ba1-8d6e-a1b05353a755', 'segmentation_id': None, 'physical_network': None, 'id': '79482a7f-6c66-4e79-aa2f-d1d8d8e8765a', 'network_type': u'local'}] Failed to bind port bba57ccd-5cb9-4b8c-9678-282da9942bc9 on host test-host for vnic_type normal using segments [{'network_id': '49f346bb-781e-4ba1-8d6e-a1b05353a755', 'segmentation_id': None, 'physical_network': None, 'id': '79482a7f-6c66-4e79-aa2f-d1d8d8e8765a', 'network_type': u'local'}] Failed to bind port bba57ccd-5cb9-4b8c-9678-282da9942bc9 on host test-host for vnic_type normal using segments [{'network_id': '49f346bb-781e-4ba1-8d6e-a1b05353a755', 'segmentation_id': None, 'physical_network': None, 'id': '79482a7f-6c66-4e79-aa2f-d1d8d8e8765a', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_external_networks_for_port_different_address_scope_v6 [18.007565s] ... ok Failed to bind port 01a243e3-3170-4420-a80b-c98c237e428a on host test-host for vnic_type normal using segments [{'network_id': '8c50982b-8967-4179-9d1b-87a6885b6300', 'segmentation_id': None, 'physical_network': None, 'id': 'dcf9aa8a-839f-4f89-90ba-2a0271ecf981', 'network_type': u'local'}] Failed to bind port 01a243e3-3170-4420-a80b-c98c237e428a on host test-host for vnic_type normal using segments [{'network_id': '8c50982b-8967-4179-9d1b-87a6885b6300', 'segmentation_id': None, 'physical_network': None, 'id': 'dcf9aa8a-839f-4f89-90ba-2a0271ecf981', 'network_type': u'local'}] {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_floatingip_update_callback [6.174239s] ... ok Failed to bind port 01a243e3-3170-4420-a80b-c98c237e428a on host test-host for vnic_type normal using segments [{'network_id': '8c50982b-8967-4179-9d1b-87a6885b6300', 'segmentation_id': None, 'physical_network': None, 'id': 'dcf9aa8a-839f-4f89-90ba-2a0271ecf981', 'network_type': u'local'}] Failed to bind port 01a243e3-3170-4420-a80b-c98c237e428a on host test-host for vnic_type normal using segments [{'network_id': '8c50982b-8967-4179-9d1b-87a6885b6300', 'segmentation_id': None, 'physical_network': None, 'id': 'dcf9aa8a-839f-4f89-90ba-2a0271ecf981', 'network_type': u'local'}] Failed to bind port 01a243e3-3170-4420-a80b-c98c237e428a on host test-host for vnic_type normal using segments [{'network_id': '8c50982b-8967-4179-9d1b-87a6885b6300', 'segmentation_id': None, 'physical_network': None, 'id': 'dcf9aa8a-839f-4f89-90ba-2a0271ecf981', 'network_type': u'local'}] Failed to bind port 01a243e3-3170-4420-a80b-c98c237e428a on host test-host for vnic_type normal using segments [{'network_id': '8c50982b-8967-4179-9d1b-87a6885b6300', 'segmentation_id': None, 'physical_network': None, 'id': 'dcf9aa8a-839f-4f89-90ba-2a0271ecf981', 'network_type': u'local'}] Failed to bind port 01a243e3-3170-4420-a80b-c98c237e428a on host test-host for vnic_type normal using segments [{'network_id': '8c50982b-8967-4179-9d1b-87a6885b6300', 'segmentation_id': None, 'physical_network': None, 'id': 'dcf9aa8a-839f-4f89-90ba-2a0271ecf981', 'network_type': u'local'}] Failed to bind port 01a243e3-3170-4420-a80b-c98c237e428a on host test-host for vnic_type normal using segments [{'network_id': '8c50982b-8967-4179-9d1b-87a6885b6300', 'segmentation_id': None, 'physical_network': None, 'id': 'dcf9aa8a-839f-4f89-90ba-2a0271ecf981', 'network_type': u'local'}] Failed to bind port 01a243e3-3170-4420-a80b-c98c237e428a on host test-host for vnic_type normal using segments [{'network_id': '8c50982b-8967-4179-9d1b-87a6885b6300', 'segmentation_id': None, 'physical_network': None, 'id': 'dcf9aa8a-839f-4f89-90ba-2a0271ecf981', 'network_type': u'local'}] Failed to bind port 01a243e3-3170-4420-a80b-c98c237e428a on host test-host for vnic_type normal using segments [{'network_id': '8c50982b-8967-4179-9d1b-87a6885b6300', 'segmentation_id': None, 'physical_network': None, 'id': 'dcf9aa8a-839f-4f89-90ba-2a0271ecf981', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_external_networks_for_port_same_address_scope_v6 [9.187610s] ... ok Failed to bind port d934a217-cdc5-4c06-9eca-448b88287316 on host test-host for vnic_type normal using segments [{'network_id': '5be24217-0074-4548-bec4-b73ee9d5157b', 'segmentation_id': None, 'physical_network': None, 'id': 'f6bf76ac-8465-4e27-96a5-1523332cf9b7', 'network_type': u'local'}] Failed to bind port d934a217-cdc5-4c06-9eca-448b88287316 on host test-host for vnic_type normal using segments [{'network_id': '5be24217-0074-4548-bec4-b73ee9d5157b', 'segmentation_id': None, 'physical_network': None, 'id': 'f6bf76ac-8465-4e27-96a5-1523332cf9b7', 'network_type': u'local'}] Failed to bind port d934a217-cdc5-4c06-9eca-448b88287316 on host test-host for vnic_type normal using segments [{'network_id': '5be24217-0074-4548-bec4-b73ee9d5157b', 'segmentation_id': None, 'physical_network': None, 'id': 'f6bf76ac-8465-4e27-96a5-1523332cf9b7', 'network_type': u'local'}] Failed to bind port d934a217-cdc5-4c06-9eca-448b88287316 on host test-host for vnic_type normal using segments [{'network_id': '5be24217-0074-4548-bec4-b73ee9d5157b', 'segmentation_id': None, 'physical_network': None, 'id': 'f6bf76ac-8465-4e27-96a5-1523332cf9b7', 'network_type': u'local'}] Failed to bind port d934a217-cdc5-4c06-9eca-448b88287316 on host test-host for vnic_type normal using segments [{'network_id': '5be24217-0074-4548-bec4-b73ee9d5157b', 'segmentation_id': None, 'physical_network': None, 'id': 'f6bf76ac-8465-4e27-96a5-1523332cf9b7', 'network_type': u'local'}] Failed to bind port d934a217-cdc5-4c06-9eca-448b88287316 on host test-host for vnic_type normal using segments [{'network_id': '5be24217-0074-4548-bec4-b73ee9d5157b', 'segmentation_id': None, 'physical_network': None, 'id': 'f6bf76ac-8465-4e27-96a5-1523332cf9b7', 'network_type': u'local'}] Failed to bind port d934a217-cdc5-4c06-9eca-448b88287316 on host test-host for vnic_type normal using segments [{'network_id': '5be24217-0074-4548-bec4-b73ee9d5157b', 'segmentation_id': None, 'physical_network': None, 'id': 'f6bf76ac-8465-4e27-96a5-1523332cf9b7', 'network_type': u'local'}] Failed to bind port d934a217-cdc5-4c06-9eca-448b88287316 on host test-host for vnic_type normal using segments [{'network_id': '5be24217-0074-4548-bec4-b73ee9d5157b', 'segmentation_id': None, 'physical_network': None, 'id': 'f6bf76ac-8465-4e27-96a5-1523332cf9b7', 'network_type': u'local'}] Failed to bind port d934a217-cdc5-4c06-9eca-448b88287316 on host test-host for vnic_type normal using segments [{'network_id': '5be24217-0074-4548-bec4-b73ee9d5157b', 'segmentation_id': None, 'physical_network': None, 'id': 'f6bf76ac-8465-4e27-96a5-1523332cf9b7', 'network_type': u'local'}] Failed to bind port d934a217-cdc5-4c06-9eca-448b88287316 on host test-host for vnic_type normal using segments [{'network_id': '5be24217-0074-4548-bec4-b73ee9d5157b', 'segmentation_id': None, 'physical_network': None, 'id': 'f6bf76ac-8465-4e27-96a5-1523332cf9b7', 'network_type': u'local'}] Failed to bind port c2205d91-242a-4ede-b2fd-3fd7d35c4b0b on host test-host for vnic_type normal using segments [{'network_id': '4fa27945-7a2b-4f33-95c4-82e9682cea84', 'segmentation_id': None, 'physical_network': None, 'id': '79cee752-5e8c-4f8a-a942-946d5e9ab0bb', 'network_type': u'local'}] Failed to bind port c2205d91-242a-4ede-b2fd-3fd7d35c4b0b on host test-host for vnic_type normal using segments [{'network_id': '4fa27945-7a2b-4f33-95c4-82e9682cea84', 'segmentation_id': None, 'physical_network': None, 'id': '79cee752-5e8c-4f8a-a942-946d5e9ab0bb', 'network_type': u'local'}] Failed to bind port c2205d91-242a-4ede-b2fd-3fd7d35c4b0b on host test-host for vnic_type normal using segments [{'network_id': '4fa27945-7a2b-4f33-95c4-82e9682cea84', 'segmentation_id': None, 'physical_network': None, 'id': '79cee752-5e8c-4f8a-a942-946d5e9ab0bb', 'network_type': u'local'}] Failed to bind port c2205d91-242a-4ede-b2fd-3fd7d35c4b0b on host test-host for vnic_type normal using segments [{'network_id': '4fa27945-7a2b-4f33-95c4-82e9682cea84', 'segmentation_id': None, 'physical_network': None, 'id': '79cee752-5e8c-4f8a-a942-946d5e9ab0bb', 'network_type': u'local'}] Failed to bind port c2205d91-242a-4ede-b2fd-3fd7d35c4b0b on host test-host for vnic_type normal using segments [{'network_id': '4fa27945-7a2b-4f33-95c4-82e9682cea84', 'segmentation_id': None, 'physical_network': None, 'id': '79cee752-5e8c-4f8a-a942-946d5e9ab0bb', 'network_type': u'local'}] Failed to bind port c2205d91-242a-4ede-b2fd-3fd7d35c4b0b on host test-host for vnic_type normal using segments [{'network_id': '4fa27945-7a2b-4f33-95c4-82e9682cea84', 'segmentation_id': None, 'physical_network': None, 'id': '79cee752-5e8c-4f8a-a942-946d5e9ab0bb', 'network_type': u'local'}] Failed to bind port c2205d91-242a-4ede-b2fd-3fd7d35c4b0b on host test-host for vnic_type normal using segments [{'network_id': '4fa27945-7a2b-4f33-95c4-82e9682cea84', 'segmentation_id': None, 'physical_network': None, 'id': '79cee752-5e8c-4f8a-a942-946d5e9ab0bb', 'network_type': u'local'}] Failed to bind port c2205d91-242a-4ede-b2fd-3fd7d35c4b0b on host test-host for vnic_type normal using segments [{'network_id': '4fa27945-7a2b-4f33-95c4-82e9682cea84', 'segmentation_id': None, 'physical_network': None, 'id': '79cee752-5e8c-4f8a-a942-946d5e9ab0bb', 'network_type': u'local'}] Failed to bind port c2205d91-242a-4ede-b2fd-3fd7d35c4b0b on host test-host for vnic_type normal using segments [{'network_id': '4fa27945-7a2b-4f33-95c4-82e9682cea84', 'segmentation_id': None, 'physical_network': None, 'id': '79cee752-5e8c-4f8a-a942-946d5e9ab0bb', 'network_type': u'local'}] Failed to bind port c2205d91-242a-4ede-b2fd-3fd7d35c4b0b on host test-host for vnic_type normal using segments [{'network_id': '4fa27945-7a2b-4f33-95c4-82e9682cea84', 'segmentation_id': None, 'physical_network': None, 'id': '79cee752-5e8c-4f8a-a942-946d5e9ab0bb', 'network_type': u'local'}] {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_bgp_speaker_binding [3.425920s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_ipv4_tenant_subnet_routes_by_bgp_speaker_ipv4 [3.555986s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_bgp_speaker_id_with_fip_dvr [7.097583s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_bgp_speaker_binding_with_fip [5.638651s] ... ok Failed to bind port fe8534f4-c94a-49a6-90bb-c591d70f9c53 on host compute1 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port fe8534f4-c94a-49a6-90bb-c591d70f9c53 on host compute1 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port fe8534f4-c94a-49a6-90bb-c591d70f9c53 on host compute1 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port fe8534f4-c94a-49a6-90bb-c591d70f9c53 on host compute1 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port fe8534f4-c94a-49a6-90bb-c591d70f9c53 on host compute1 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port fe8534f4-c94a-49a6-90bb-c591d70f9c53 on host compute1 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port fe8534f4-c94a-49a6-90bb-c591d70f9c53 on host compute1 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port fe8534f4-c94a-49a6-90bb-c591d70f9c53 on host compute1 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port fe8534f4-c94a-49a6-90bb-c591d70f9c53 on host compute1 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port fe8534f4-c94a-49a6-90bb-c591d70f9c53 on host compute1 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_ipv6_tenant_subnet_routes_by_bgp_speaker_ipv6 [3.700661s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_non_existent_bgp_peer [0.282390s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_unassociated_bgp_peer [0.276147s] ... ok Failed to bind port 68c6f046-dddd-4677-ba34-b96f16a46833 on host compute2 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port 68c6f046-dddd-4677-ba34-b96f16a46833 on host compute2 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port 68c6f046-dddd-4677-ba34-b96f16a46833 on host compute2 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port 68c6f046-dddd-4677-ba34-b96f16a46833 on host compute2 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port 68c6f046-dddd-4677-ba34-b96f16a46833 on host compute2 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port 68c6f046-dddd-4677-ba34-b96f16a46833 on host compute2 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port 68c6f046-dddd-4677-ba34-b96f16a46833 on host compute2 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port 68c6f046-dddd-4677-ba34-b96f16a46833 on host compute2 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port 68c6f046-dddd-4677-ba34-b96f16a46833 on host compute2 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] Failed to bind port 68c6f046-dddd-4677-ba34-b96f16a46833 on host compute2 for vnic_type normal using segments [{'network_id': '8b102447-c0b8-47ce-b2ac-42f3a650abb2', 'segmentation_id': None, 'physical_network': None, 'id': '171835ef-d93a-4f48-934e-b7e909d53649', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_update_bgp_peer_password_none [0.241653s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_get_bgp_speaker_by_id [0.024038s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_put_bgp_speaker [0.023564s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_put_bgp_speaker_adv_route [0.023762s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_put_bgp_speaker_existing [0.024408s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_bgp_speaker_routes_updated [0.065737s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_added_synced_and_removed [0.025348s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_peer_disassociation_end [0.026434s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_routes_withdrawal_end [0.186993s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_invalid_asnum_range [0.025332s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_invalid_paramtype [0.025023s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_password [0.026583s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_remove_bgp_peer [0.024836s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_remove_bgp_speaker [0.024756s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_withdraw_route_without_adding_speaker [0.023971s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestBgpMultiSpeakerCache.test_get_bgp_speaker [0.022641s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestBgpMultiSpeakerCache.test_get_hosted_bgp_speakers_count [0.036528s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_as_num_with_string_as_num [0.023996s] ... ok Failed to bind port 7e00b3d3-cdd8-41d0-ae74-4d35fdcda33d on host compute1 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_auth_with_invalid_auth_type [0.023778s] ... ok Failed to bind port 7e00b3d3-cdd8-41d0-ae74-4d35fdcda33d on host compute1 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port 7e00b3d3-cdd8-41d0-ae74-4d35fdcda33d on host compute1 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port 7e00b3d3-cdd8-41d0-ae74-4d35fdcda33d on host compute1 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_integer_ip [0.024143s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_string_with_integer_param [0.023286s] ... ok Failed to bind port 7e00b3d3-cdd8-41d0-ae74-4d35fdcda33d on host compute1 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port 7e00b3d3-cdd8-41d0-ae74-4d35fdcda33d on host compute1 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port 7e00b3d3-cdd8-41d0-ae74-4d35fdcda33d on host compute1 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port 7e00b3d3-cdd8-41d0-ae74-4d35fdcda33d on host compute1 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port 7e00b3d3-cdd8-41d0-ae74-4d35fdcda33d on host compute1 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port 7e00b3d3-cdd8-41d0-ae74-4d35fdcda33d on host compute1 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_multiple_agents_bgp_speakers [0.073754s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_single_agent [0.053159s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestRescheduleBgpSpeaker.test_reschedule_bgp_speaker_bound_to_down_dragent [0.108066s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestSchedulerCallback.test__register_callbacks [0.046246s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.test_bgp_plugin.TestBgpPlugin.test_create_bgp_speaker [0.026927s] ... ok Failed to bind port caabcbc5-0a5f-4494-8d27-2a9422725750 on host compute2 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port caabcbc5-0a5f-4494-8d27-2a9422725750 on host compute2 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port caabcbc5-0a5f-4494-8d27-2a9422725750 on host compute2 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port caabcbc5-0a5f-4494-8d27-2a9422725750 on host compute2 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port caabcbc5-0a5f-4494-8d27-2a9422725750 on host compute2 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port caabcbc5-0a5f-4494-8d27-2a9422725750 on host compute2 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port caabcbc5-0a5f-4494-8d27-2a9422725750 on host compute2 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port caabcbc5-0a5f-4494-8d27-2a9422725750 on host compute2 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port caabcbc5-0a5f-4494-8d27-2a9422725750 on host compute2 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] Failed to bind port caabcbc5-0a5f-4494-8d27-2a9422725750 on host compute2 for vnic_type normal using segments [{'network_id': '52ac561f-1762-4b4e-89d0-c4e403cc58ca', 'segmentation_id': None, 'physical_network': None, 'id': '218df030-13be-4d6f-b1fa-42876ee72387', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_binding_network [3.475134s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_bgp_peer [0.286244s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_gateway_network [0.740277s] ... ok /usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py:22: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately. return pkg_resources.EntryPoint.parse("x=" + s).load(False) {3} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_schedule_multi_bgp_speaker_on_one_dragent [0.175462s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_put_bgp_peer [0.027006s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_add_bgp_peer_already_cached [0.026568s] ... ok Failed to bind port 5ceafe87-4dc0-4797-b24b-a66519133a38 on host compute1 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port 5ceafe87-4dc0-4797-b24b-a66519133a38 on host compute1 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_add_bgp_peer_not_cached [0.025714s] ... ok Failed to bind port 5ceafe87-4dc0-4797-b24b-a66519133a38 on host compute1 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port 5ceafe87-4dc0-4797-b24b-a66519133a38 on host compute1 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port 5ceafe87-4dc0-4797-b24b-a66519133a38 on host compute1 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_after_start [0.026480s] ... ok Failed to bind port 5ceafe87-4dc0-4797-b24b-a66519133a38 on host compute1 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port 5ceafe87-4dc0-4797-b24b-a66519133a38 on host compute1 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_periodic_resync [0.033120s] ... ok Failed to bind port 5ceafe87-4dc0-4797-b24b-a66519133a38 on host compute1 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port 5ceafe87-4dc0-4797-b24b-a66519133a38 on host compute1 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_bgp_speaker_bgp_peers_updated [0.024665s] ... ok Failed to bind port 5ceafe87-4dc0-4797-b24b-a66519133a38 on host compute1 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_bgp_speaker_peers_routes_added [0.029134s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_added_and_synced [0.027225s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_add_bgp_speaker_helper [0.033229s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_speaker_create_end [0.026315s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_speaker_remove_end [0.027528s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_ipv6 [0.031600s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_unicode_password [0.024133s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_speaker_with_invalid_asnum_paramtype [0.023338s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_speaker_with_invalid_asnum_range [0.024780s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_remove_bgp_peer_with_invalid_paramtype [0.030567s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_as_num_with_invalid_max_range [0.027170s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_auth_with_integer_password [0.022907s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_invalid_ipv4_type [0.028904s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_invalid_ipv6_type [0.031950s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_ipv6_address [0.024166s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestAutoScheduleBgpSpeakers.test_auto_schedule_bgp_speaker(BGP speaker already scheduled) [0.062125s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_no_agents [0.044644s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_two_agents [0.063270s] ... ok Failed to reschedule bgp_speaker foo_bgp_speaker_id Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/neutron/db/agentschedulers_db.py", line 162, in reschedule_resources_from_down_agents reschedule_resource(context, binding_resource_id) File "neutron_dynamic_routing/db/bgp_dragentscheduler_db.py", line 174, in reschedule_bgp_speaker failure_reason="no eligible dr agent found") BgpSpeakerRescheduleError: Failed rescheduling foo_bgp_speaker_id: no eligible dr agent found. {3} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestRescheduleBgpSpeaker.test_no_schedule_with_non_available_dragent [0.121630s] ... ok Failed to bind port b2d6fc7e-0d9b-4ce9-9bbc-a0336490d3b4 on host compute2 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port b2d6fc7e-0d9b-4ce9-9bbc-a0336490d3b4 on host compute2 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port b2d6fc7e-0d9b-4ce9-9bbc-a0336490d3b4 on host compute2 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port b2d6fc7e-0d9b-4ce9-9bbc-a0336490d3b4 on host compute2 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port b2d6fc7e-0d9b-4ce9-9bbc-a0336490d3b4 on host compute2 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port b2d6fc7e-0d9b-4ce9-9bbc-a0336490d3b4 on host compute2 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port b2d6fc7e-0d9b-4ce9-9bbc-a0336490d3b4 on host compute2 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port b2d6fc7e-0d9b-4ce9-9bbc-a0336490d3b4 on host compute2 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port b2d6fc7e-0d9b-4ce9-9bbc-a0336490d3b4 on host compute2 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port b2d6fc7e-0d9b-4ce9-9bbc-a0336490d3b4 on host compute2 for vnic_type normal using segments [{'network_id': 'ce000640-7a97-4efb-8244-fc241adcfafd', 'segmentation_id': None, 'physical_network': None, 'id': '2bbfab29-aba7-4fef-9f54-5d8e2362af61', 'network_type': u'local'}] Failed to bind port ea94e475-663c-4f9b-bb1f-fe633bae420c on host compute1 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port ea94e475-663c-4f9b-bb1f-fe633bae420c on host compute1 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port ea94e475-663c-4f9b-bb1f-fe633bae420c on host compute1 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port ea94e475-663c-4f9b-bb1f-fe633bae420c on host compute1 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port ea94e475-663c-4f9b-bb1f-fe633bae420c on host compute1 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port ea94e475-663c-4f9b-bb1f-fe633bae420c on host compute1 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port ea94e475-663c-4f9b-bb1f-fe633bae420c on host compute1 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port ea94e475-663c-4f9b-bb1f-fe633bae420c on host compute1 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port ea94e475-663c-4f9b-bb1f-fe633bae420c on host compute1 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port ea94e475-663c-4f9b-bb1f-fe633bae420c on host compute1 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port 606cc7b2-3505-429c-b120-23f7b9dd43af on host compute2 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port 606cc7b2-3505-429c-b120-23f7b9dd43af on host compute2 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port 606cc7b2-3505-429c-b120-23f7b9dd43af on host compute2 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port 606cc7b2-3505-429c-b120-23f7b9dd43af on host compute2 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port 606cc7b2-3505-429c-b120-23f7b9dd43af on host compute2 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port 606cc7b2-3505-429c-b120-23f7b9dd43af on host compute2 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port 606cc7b2-3505-429c-b120-23f7b9dd43af on host compute2 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port 606cc7b2-3505-429c-b120-23f7b9dd43af on host compute2 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port 606cc7b2-3505-429c-b120-23f7b9dd43af on host compute2 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] Failed to bind port 606cc7b2-3505-429c-b120-23f7b9dd43af on host compute2 for vnic_type normal using segments [{'network_id': 'a7be1f47-ed6c-4cd0-9146-bbbd8187767a', 'segmentation_id': None, 'physical_network': None, 'id': 'd2ae8ee4-94a8-4742-9a9b-27dda9a33aad', 'network_type': u'local'}] {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_legacy_router_fips_has_no_next_hop_to_fip_agent_gateway [9.353992s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_non_existent_gateway_network [0.279036s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_update_bgp_peer_auth_type_none [0.247363s] ... ok /usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py:22: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately. return pkg_resources.EntryPoint.parse("x=" + s).load(False) {2} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_non_scheduled_bgp_speaker_binding_removal [0.157136s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_schedule_bgp_speaker_on_two_different_agents [0.167130s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_is_bgp_speaker_adv_route_present [0.023341s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_remove_bgp_peer [0.022947s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_advertise_route_helper_already_cached [0.025952s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_agent_updated [0.025189s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_bgp_speaker_deleted [0.024976s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_peer_association_end [0.030469s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_route_advertisement_end [0.026159s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_multiple_bgp_speakers [0.024647s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_new_bgp_speaker [0.025244s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_advertise_route [0.025263s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_advertise_route_with_invalid_paramtype [0.032804s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_remove_bgp_peer_without_adding_speaker [0.023228s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_withdraw_route [0.199105s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_withdraw_route_with_invalid_paramtype [0.024247s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestBgpMultiSpeakerCache.test_remove_bgp_speaker [0.022819s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_as_num_with_invalid_min_range [0.023066s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_as_num_with_valid_as_num [0.022692s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_auth_with_none_auth_type_and_not_none_password [0.022993s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_auth_with_not_none_auth_type_and_none_password [0.023882s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_ipv4_address [0.023644s] ... ok Failed reporting state! Traceback (most recent call last): File "neutron_dynamic_routing/services/bgp/agent/bgp_dragent.py", line 686, in _report_state True) File "/usr/lib/python2.7/site-packages/neutron/agent/rpc.py", line 101, in report_state return method(context, 'report_state', **kwargs) File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 178, in call retry=self.retry) File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send retry=retry) File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/impl_fake.py", line 222, in send return self._send(target, ctxt, message, wait_for_reply, timeout) File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/impl_fake.py", line 214, in _send 'No reply on topic %s' % target.topic) MessagingTimeout: No reply on topic q-reports-plugin {2} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestAutoScheduleBgpSpeakers.test_auto_schedule_bgp_speaker(BGP speaker present) [0.063707s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestAutoScheduleBgpSpeakers.test_auto_schedule_bgp_speaker(No BGP speaker) [0.045397s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_agent_already_scheduled [0.066313s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpDrAgentScheduler.test_schedule_bind_bgp_speaker_single_agent [0.056728s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestSchedulerCallback.test_schedule_bgp_speaker_callback_with_valid_event [0.042790s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.test_bgp_plugin.TestBgpPlugin.test__register_callbacks [0.029367s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_ha_router_fips_has_no_next_hop_to_fip_agent_gateway [12.716893s] ... ok /usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py:22: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately. return pkg_resources.EntryPoint.parse("x=" + s).load(False) {1} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_schedule_bgp_speaker [1.208418s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_schedule_bgp_speaker_on_invalid_agent [0.386802s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_schedule_bgp_speaker_twice_on_same_agent [0.441669s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_get_bgp_speaker_ids [0.023761s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_put_bgp_speaker_adv_route_and_remove_with_next_hop_none [0.024689s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_remove_bgp_speaker_adv_route [0.022908s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_advertise_route_helper_not_cached [0.025787s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_bgp_dragent_manager [1.029614s] ... ok Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/neutron/common/utils.py", line 157, in call return func(*args, **kwargs) File "neutron_dynamic_routing/services/bgp/agent/bgp_dragent.py", line 169, in _periodic_resync_helper context, full_sync=full_sync, bgp_speakers=reasons.keys()) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect RuntimeError {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_periodic_resync_helper [0.026797s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_run_completes_single_pass [0.025492s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_added_and_deleted [0.025340s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_bgp_speaker_added [0.026590s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_plugin_error [0.026136s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_add_bgp_peer_helper [0.027905s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_add_routes_helper [0.025825s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_without_adding_speaker [0.023378s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_without_password [0.030564s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_different_bgp_speakers_when_one_already_added [0.029680s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_same_bgp_speakers_twice [0.027495s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_advertise_route_without_adding_speaker [0.027047s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestBgpMultiSpeakerCache.test_put_bgp_speaker [0.026349s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_auth_with_valid_auth_type [0.026527s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_string_with_string [0.027632s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestAutoScheduleBgpSpeakers.test_auto_schedule_bgp_speaker(BGP DR agent down) [0.068631s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestAutoScheduleBgpSpeakers.test_auto_schedule_bgp_speaker(Invalid host) [0.067707s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpDrAgentScheduler.test_schedule_bind_bgp_speaker_multi_agents [0.082057s] ... ok Failed to reschedule bgp_speaker foo_bgp_speaker_id Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/neutron/db/agentschedulers_db.py", line 162, in reschedule_resources_from_down_agents reschedule_resource(context, binding_resource_id) File "neutron_dynamic_routing/db/bgp_dragentscheduler_db.py", line 174, in reschedule_bgp_speaker failure_reason="no eligible dr agent found") BgpSpeakerRescheduleError: Failed rescheduling foo_bgp_speaker_id: no eligible dr agent found. BgpDrAgent a3e3245b-de23-46e2-9938-4e71efe43c10 is down {1} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestRescheduleBgpSpeaker.test_schedule_unbind_bgp_speaker [0.159858s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestSchedulerCallback.test_schedule_bgp_speaker_callback_with_invalid_event [0.046574s] ... ok ====== Totals ====== Ran: 169 tests in 62.0000 sec. - Passed: 169 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 209.6847 sec. ============== Worker Balance ============== - Worker 0 (43 tests) => 0:00:47.592544 - Worker 1 (42 tests) => 0:00:59.411665 - Worker 2 (42 tests) => 0:00:52.678710 - Worker 3 (42 tests) => 0:00:50.046188 + exit 0 Processing files: python2-neutron-dynamic-routing-14.0.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.c0qGkG + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-14.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/doc/python2-neutron-dynamic-routing-14.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/doc/python2-neutron-dynamic-routing-14.0.0 + cp -pr AUTHORS /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/doc/python2-neutron-dynamic-routing-14.0.0 + cp -pr CONTRIBUTING.rst /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/doc/python2-neutron-dynamic-routing-14.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/doc/python2-neutron-dynamic-routing-14.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.r9m5vc + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-14.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/licenses/python2-neutron-dynamic-routing-14.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/licenses/python2-neutron-dynamic-routing-14.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/licenses/python2-neutron-dynamic-routing-14.0.0 + exit 0 Provides: python-neutron-dynamic-routing = 14.0.0-1.el7 python2-neutron-dynamic-routing = 14.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-neutron-dynamic-routing < 14.0.0-1.el7 Processing files: python2-neutron-dynamic-routing-tests-14.0.0-1.el7.noarch Provides: python-neutron-dynamic-routing-tests = 14.0.0-1.el7 python2-neutron-dynamic-routing-tests = 14.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-neutron-dynamic-routing-tests < 14.0.0-1.el7 Processing files: openstack-neutron-dynamic-routing-common-14.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.kUOHNK + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-14.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/licenses/openstack-neutron-dynamic-routing-common-14.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/licenses/openstack-neutron-dynamic-routing-common-14.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/licenses/openstack-neutron-dynamic-routing-common-14.0.0 + exit 0 Provides: openstack-neutron-dynamic-routing-common = 14.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: openstack-neutron-bgp-dragent-14.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.L9Ua6i + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-14.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/licenses/openstack-neutron-bgp-dragent-14.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/licenses/openstack-neutron-bgp-dragent-14.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch/usr/share/licenses/openstack-neutron-bgp-dragent-14.0.0 + exit 0 Provides: config(openstack-neutron-bgp-dragent) = 14.0.0-1.el7 openstack-neutron-bgp-dragent = 14.0.0-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-neutron-dynamic-routing-14.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-neutron-dynamic-routing-tests-14.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-neutron-dynamic-routing-common-14.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-neutron-bgp-dragent-14.0.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dXky34 + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-14.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-14.0.0-1.el7.noarch + exit 0 Child return code was: 0