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-train-el7-build-66261-326490/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-15.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-train-el7-build-66261-326490/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.rhyy7H + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf neutron-dynamic-routing-15.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/neutron-dynamic-routing-15.0.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd neutron-dynamic-routing-15.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-15.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.DmMebX + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-15.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 + find etc -name '*.sample' + read filename ++ 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.gDTnPe + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch + cd neutron-dynamic-routing-15.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-15.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-15.0.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.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-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/policies creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db/migration creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/db creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.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-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/services/bgp creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/cmd creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/cmd/eventlet creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/cmd/eventlet creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/extensions creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/contrib creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/unit creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/tempest creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests/functional creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/tests creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.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-15.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-15.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing/api/rpc creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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-15.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/tmpiokbar.py' /usr/bin/python2 -O /tmp/tmpiokbar.py removing /tmp/tmpiokbar.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-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/neutron_dynamic_routing-15.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-15.0.0-1.el7.noarch/usr/bin + rm -rf /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/bin + rm -rf /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/doc + rm -rf /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tools + install -d -m 755 /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/neutron-dynamic-routing + install -d -m 755 /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/var/lib/neutron-dynamic-routing + install -d -m 755 /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/var/log/neutron-dynamic-routing + install -d -m 755 /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/etc/neutron + mv etc/bgp_dragent.ini /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.0.0-1.el7.noarch/usr/lib/systemd/system/neutron-bgp-dragent.service + mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.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-15.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-15.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.K4XQey + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-15.0.0 + stestr-2 run {3} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_agent_updated [0.060136s] ... ok {3} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_bgp_speaker_removed [0.023848s] ... ok {0} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_bgp_peer_associated [0.057606s] ... ok {2} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_bgp_speaker_created [0.057936s] ... ok {3} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_dragent_bgp_routes_advertisement [0.024035s] ... ok {0} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_bgp_peer_disassociated [0.024586s] ... ok {2} neutron_dynamic_routing.tests.unit.api.rpc.handlers.test_bgp_speaker_rpc.TestBgpSpeakerRpcCallback.test_get_bgp_peer_info [0.023979s] ... ok {1} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_dragent_bgp_routes_withdrawal [0.083472s] ... ok {1} neutron_dynamic_routing.tests.unit.api.rpc.handlers.test_bgp_speaker_rpc.TestBgpSpeakerRpcCallback.test_get_bgp_speaker_info [0.047422s] ... ok {1} neutron_dynamic_routing.tests.unit.api.rpc.handlers.test_bgp_speaker_rpc.TestBgpSpeakerRpcCallback.test_get_bgp_speakers [0.044823s] ... 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) /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.233256s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__bgp_speakers_for_gateway_network_by_ip_version [1.338395s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_address_scope_ids_for_bgp_speaker [2.011046s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__tenant_prefixes_by_router_no_gateway_port [4.591125s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_bgp_peer_with_bad_id [0.305240s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_bgp_peer_with_none_id [0.303249s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_non_existent_bgp_peer [0.310754s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_non_existent_gateway_network [0.316483s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_associate_bgp_peer [0.320906s] ... ok Failed to bind port 9f641d2b-f0ee-4b5b-bd2c-a45f686e3996 on host test-host for vnic_type normal using segments [{'network_id': '0211ed2d-dd96-4136-893f-fc06b2a86536', 'segmentation_id': None, 'physical_network': None, 'id': '7224838a-6459-4cc3-a44d-230c568a4a6f', 'network_type': u'local'}] Failed to bind port 9f641d2b-f0ee-4b5b-bd2c-a45f686e3996 on host test-host for vnic_type normal using segments [{'network_id': '0211ed2d-dd96-4136-893f-fc06b2a86536', 'segmentation_id': None, 'physical_network': None, 'id': '7224838a-6459-4cc3-a44d-230c568a4a6f', 'network_type': u'local'}] Failed to bind port 9f641d2b-f0ee-4b5b-bd2c-a45f686e3996 on host test-host for vnic_type normal using segments [{'network_id': '0211ed2d-dd96-4136-893f-fc06b2a86536', 'segmentation_id': None, 'physical_network': None, 'id': '7224838a-6459-4cc3-a44d-230c568a4a6f', 'network_type': u'local'}] Failed to bind port 9f641d2b-f0ee-4b5b-bd2c-a45f686e3996 on host test-host for vnic_type normal using segments [{'network_id': '0211ed2d-dd96-4136-893f-fc06b2a86536', 'segmentation_id': None, 'physical_network': None, 'id': '7224838a-6459-4cc3-a44d-230c568a4a6f', 'network_type': u'local'}] Failed to bind port 9f641d2b-f0ee-4b5b-bd2c-a45f686e3996 on host test-host for vnic_type normal using segments [{'network_id': '0211ed2d-dd96-4136-893f-fc06b2a86536', 'segmentation_id': None, 'physical_network': None, 'id': '7224838a-6459-4cc3-a44d-230c568a4a6f', 'network_type': u'local'}] Failed to bind port 9f641d2b-f0ee-4b5b-bd2c-a45f686e3996 on host test-host for vnic_type normal using segments [{'network_id': '0211ed2d-dd96-4136-893f-fc06b2a86536', 'segmentation_id': None, 'physical_network': None, 'id': '7224838a-6459-4cc3-a44d-230c568a4a6f', 'network_type': u'local'}] Failed to bind port 9f641d2b-f0ee-4b5b-bd2c-a45f686e3996 on host test-host for vnic_type normal using segments [{'network_id': '0211ed2d-dd96-4136-893f-fc06b2a86536', 'segmentation_id': None, 'physical_network': None, 'id': '7224838a-6459-4cc3-a44d-230c568a4a6f', 'network_type': u'local'}] Failed to bind port 9f641d2b-f0ee-4b5b-bd2c-a45f686e3996 on host test-host for vnic_type normal using segments [{'network_id': '0211ed2d-dd96-4136-893f-fc06b2a86536', 'segmentation_id': None, 'physical_network': None, 'id': '7224838a-6459-4cc3-a44d-230c568a4a6f', 'network_type': u'local'}] Failed to bind port 9f641d2b-f0ee-4b5b-bd2c-a45f686e3996 on host test-host for vnic_type normal using segments [{'network_id': '0211ed2d-dd96-4136-893f-fc06b2a86536', 'segmentation_id': None, 'physical_network': None, 'id': '7224838a-6459-4cc3-a44d-230c568a4a6f', 'network_type': u'local'}] Failed to bind port 9f641d2b-f0ee-4b5b-bd2c-a45f686e3996 on host test-host for vnic_type normal using segments [{'network_id': '0211ed2d-dd96-4136-893f-fc06b2a86536', 'segmentation_id': None, 'physical_network': None, 'id': '7224838a-6459-4cc3-a44d-230c568a4a6f', 'network_type': u'local'}] Failed to bind port f3f36e25-7fd3-423f-b713-be71bed57840 on host test-host for vnic_type normal using segments [{'network_id': 'c88d460b-26f1-4ec7-8ada-77b59ee6e300', 'segmentation_id': None, 'physical_network': None, 'id': '4885dd4f-562a-4d67-a1a0-c309555adc6d', 'network_type': u'local'}] Failed to bind port f3f36e25-7fd3-423f-b713-be71bed57840 on host test-host for vnic_type normal using segments [{'network_id': 'c88d460b-26f1-4ec7-8ada-77b59ee6e300', 'segmentation_id': None, 'physical_network': None, 'id': '4885dd4f-562a-4d67-a1a0-c309555adc6d', 'network_type': u'local'}] Failed to bind port f3f36e25-7fd3-423f-b713-be71bed57840 on host test-host for vnic_type normal using segments [{'network_id': 'c88d460b-26f1-4ec7-8ada-77b59ee6e300', 'segmentation_id': None, 'physical_network': None, 'id': '4885dd4f-562a-4d67-a1a0-c309555adc6d', 'network_type': u'local'}] Failed to bind port f3f36e25-7fd3-423f-b713-be71bed57840 on host test-host for vnic_type normal using segments [{'network_id': 'c88d460b-26f1-4ec7-8ada-77b59ee6e300', 'segmentation_id': None, 'physical_network': None, 'id': '4885dd4f-562a-4d67-a1a0-c309555adc6d', 'network_type': u'local'}] Failed to bind port f3f36e25-7fd3-423f-b713-be71bed57840 on host test-host for vnic_type normal using segments [{'network_id': 'c88d460b-26f1-4ec7-8ada-77b59ee6e300', 'segmentation_id': None, 'physical_network': None, 'id': '4885dd4f-562a-4d67-a1a0-c309555adc6d', 'network_type': u'local'}] Failed to bind port f3f36e25-7fd3-423f-b713-be71bed57840 on host test-host for vnic_type normal using segments [{'network_id': 'c88d460b-26f1-4ec7-8ada-77b59ee6e300', 'segmentation_id': None, 'physical_network': None, 'id': '4885dd4f-562a-4d67-a1a0-c309555adc6d', 'network_type': u'local'}] Failed to bind port f3f36e25-7fd3-423f-b713-be71bed57840 on host test-host for vnic_type normal using segments [{'network_id': 'c88d460b-26f1-4ec7-8ada-77b59ee6e300', 'segmentation_id': None, 'physical_network': None, 'id': '4885dd4f-562a-4d67-a1a0-c309555adc6d', 'network_type': u'local'}] Failed to bind port f3f36e25-7fd3-423f-b713-be71bed57840 on host test-host for vnic_type normal using segments [{'network_id': 'c88d460b-26f1-4ec7-8ada-77b59ee6e300', 'segmentation_id': None, 'physical_network': None, 'id': '4885dd4f-562a-4d67-a1a0-c309555adc6d', 'network_type': u'local'}] Failed to bind port f3f36e25-7fd3-423f-b713-be71bed57840 on host test-host for vnic_type normal using segments [{'network_id': 'c88d460b-26f1-4ec7-8ada-77b59ee6e300', 'segmentation_id': None, 'physical_network': None, 'id': '4885dd4f-562a-4d67-a1a0-c309555adc6d', 'network_type': u'local'}] Failed to bind port 0eba4a67-806e-44fd-9bb2-5857d869785c on host test-host for vnic_type normal using segments [{'network_id': 'b25ce3f2-96e6-4c00-91c5-4eee5141a8d4', 'segmentation_id': None, 'physical_network': None, 'id': '1596095c-3d99-438a-a6e1-4ba14239371e', 'network_type': u'local'}] Failed to bind port f3f36e25-7fd3-423f-b713-be71bed57840 on host test-host for vnic_type normal using segments [{'network_id': 'c88d460b-26f1-4ec7-8ada-77b59ee6e300', 'segmentation_id': None, 'physical_network': None, 'id': '4885dd4f-562a-4d67-a1a0-c309555adc6d', 'network_type': u'local'}] Failed to bind port 0eba4a67-806e-44fd-9bb2-5857d869785c on host test-host for vnic_type normal using segments [{'network_id': 'b25ce3f2-96e6-4c00-91c5-4eee5141a8d4', 'segmentation_id': None, 'physical_network': None, 'id': '1596095c-3d99-438a-a6e1-4ba14239371e', 'network_type': u'local'}] Failed to bind port 0eba4a67-806e-44fd-9bb2-5857d869785c on host test-host for vnic_type normal using segments [{'network_id': 'b25ce3f2-96e6-4c00-91c5-4eee5141a8d4', 'segmentation_id': None, 'physical_network': None, 'id': '1596095c-3d99-438a-a6e1-4ba14239371e', 'network_type': u'local'}] Failed to bind port 0eba4a67-806e-44fd-9bb2-5857d869785c on host test-host for vnic_type normal using segments [{'network_id': 'b25ce3f2-96e6-4c00-91c5-4eee5141a8d4', 'segmentation_id': None, 'physical_network': None, 'id': '1596095c-3d99-438a-a6e1-4ba14239371e', 'network_type': u'local'}] Failed to bind port 0eba4a67-806e-44fd-9bb2-5857d869785c on host test-host for vnic_type normal using segments [{'network_id': 'b25ce3f2-96e6-4c00-91c5-4eee5141a8d4', 'segmentation_id': None, 'physical_network': None, 'id': '1596095c-3d99-438a-a6e1-4ba14239371e', 'network_type': u'local'}] Failed to bind port 0eba4a67-806e-44fd-9bb2-5857d869785c on host test-host for vnic_type normal using segments [{'network_id': 'b25ce3f2-96e6-4c00-91c5-4eee5141a8d4', 'segmentation_id': None, 'physical_network': None, 'id': '1596095c-3d99-438a-a6e1-4ba14239371e', 'network_type': u'local'}] Failed to bind port 0eba4a67-806e-44fd-9bb2-5857d869785c on host test-host for vnic_type normal using segments [{'network_id': 'b25ce3f2-96e6-4c00-91c5-4eee5141a8d4', 'segmentation_id': None, 'physical_network': None, 'id': '1596095c-3d99-438a-a6e1-4ba14239371e', 'network_type': u'local'}] Failed to bind port 0eba4a67-806e-44fd-9bb2-5857d869785c on host test-host for vnic_type normal using segments [{'network_id': 'b25ce3f2-96e6-4c00-91c5-4eee5141a8d4', 'segmentation_id': None, 'physical_network': None, 'id': '1596095c-3d99-438a-a6e1-4ba14239371e', 'network_type': u'local'}] Failed to bind port 0eba4a67-806e-44fd-9bb2-5857d869785c on host test-host for vnic_type normal using segments [{'network_id': 'b25ce3f2-96e6-4c00-91c5-4eee5141a8d4', 'segmentation_id': None, 'physical_network': None, 'id': '1596095c-3d99-438a-a6e1-4ba14239371e', 'network_type': u'local'}] Failed to bind port 0eba4a67-806e-44fd-9bb2-5857d869785c on host test-host for vnic_type normal using segments [{'network_id': 'b25ce3f2-96e6-4c00-91c5-4eee5141a8d4', 'segmentation_id': None, 'physical_network': None, 'id': '1596095c-3d99-438a-a6e1-4ba14239371e', '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.759177s] ... ok Failed to bind port 6ab0c5c1-82eb-44bc-9a7c-62fdae8e2435 on host test-host for vnic_type normal using segments [{'network_id': '4db7d476-c690-4f49-968e-9509ed5db60f', 'segmentation_id': None, 'physical_network': None, 'id': '56c88aca-2a12-4403-a300-12ad82c4c50d', 'network_type': u'local'}] Failed to bind port 6ab0c5c1-82eb-44bc-9a7c-62fdae8e2435 on host test-host for vnic_type normal using segments [{'network_id': '4db7d476-c690-4f49-968e-9509ed5db60f', 'segmentation_id': None, 'physical_network': None, 'id': '56c88aca-2a12-4403-a300-12ad82c4c50d', 'network_type': u'local'}] Failed to bind port 6ab0c5c1-82eb-44bc-9a7c-62fdae8e2435 on host test-host for vnic_type normal using segments [{'network_id': '4db7d476-c690-4f49-968e-9509ed5db60f', 'segmentation_id': None, 'physical_network': None, 'id': '56c88aca-2a12-4403-a300-12ad82c4c50d', 'network_type': u'local'}] Failed to bind port 6ab0c5c1-82eb-44bc-9a7c-62fdae8e2435 on host test-host for vnic_type normal using segments [{'network_id': '4db7d476-c690-4f49-968e-9509ed5db60f', 'segmentation_id': None, 'physical_network': None, 'id': '56c88aca-2a12-4403-a300-12ad82c4c50d', 'network_type': u'local'}] Failed to bind port 6ab0c5c1-82eb-44bc-9a7c-62fdae8e2435 on host test-host for vnic_type normal using segments [{'network_id': '4db7d476-c690-4f49-968e-9509ed5db60f', 'segmentation_id': None, 'physical_network': None, 'id': '56c88aca-2a12-4403-a300-12ad82c4c50d', 'network_type': u'local'}] Failed to bind port 6ab0c5c1-82eb-44bc-9a7c-62fdae8e2435 on host test-host for vnic_type normal using segments [{'network_id': '4db7d476-c690-4f49-968e-9509ed5db60f', 'segmentation_id': None, 'physical_network': None, 'id': '56c88aca-2a12-4403-a300-12ad82c4c50d', 'network_type': u'local'}] Failed to bind port bb82c255-9dd4-41a3-82e8-9f6c02469108 on host test-host for vnic_type normal using segments [{'network_id': '3ddf0333-923a-47eb-8393-a7c33ed80e99', 'segmentation_id': None, 'physical_network': None, 'id': '35a5bcbb-86df-48c7-b366-b97b1f6402aa', 'network_type': u'local'}] Failed to bind port 6ab0c5c1-82eb-44bc-9a7c-62fdae8e2435 on host test-host for vnic_type normal using segments [{'network_id': '4db7d476-c690-4f49-968e-9509ed5db60f', 'segmentation_id': None, 'physical_network': None, 'id': '56c88aca-2a12-4403-a300-12ad82c4c50d', 'network_type': u'local'}] Failed to bind port bb82c255-9dd4-41a3-82e8-9f6c02469108 on host test-host for vnic_type normal using segments [{'network_id': '3ddf0333-923a-47eb-8393-a7c33ed80e99', 'segmentation_id': None, 'physical_network': None, 'id': '35a5bcbb-86df-48c7-b366-b97b1f6402aa', 'network_type': u'local'}] Failed to bind port 6ab0c5c1-82eb-44bc-9a7c-62fdae8e2435 on host test-host for vnic_type normal using segments [{'network_id': '4db7d476-c690-4f49-968e-9509ed5db60f', 'segmentation_id': None, 'physical_network': None, 'id': '56c88aca-2a12-4403-a300-12ad82c4c50d', 'network_type': u'local'}] Failed to bind port bb82c255-9dd4-41a3-82e8-9f6c02469108 on host test-host for vnic_type normal using segments [{'network_id': '3ddf0333-923a-47eb-8393-a7c33ed80e99', 'segmentation_id': None, 'physical_network': None, 'id': '35a5bcbb-86df-48c7-b366-b97b1f6402aa', 'network_type': u'local'}] Failed to bind port 6ab0c5c1-82eb-44bc-9a7c-62fdae8e2435 on host test-host for vnic_type normal using segments [{'network_id': '4db7d476-c690-4f49-968e-9509ed5db60f', 'segmentation_id': None, 'physical_network': None, 'id': '56c88aca-2a12-4403-a300-12ad82c4c50d', 'network_type': u'local'}] Failed to bind port bb82c255-9dd4-41a3-82e8-9f6c02469108 on host test-host for vnic_type normal using segments [{'network_id': '3ddf0333-923a-47eb-8393-a7c33ed80e99', 'segmentation_id': None, 'physical_network': None, 'id': '35a5bcbb-86df-48c7-b366-b97b1f6402aa', 'network_type': u'local'}] Failed to bind port bb82c255-9dd4-41a3-82e8-9f6c02469108 on host test-host for vnic_type normal using segments [{'network_id': '3ddf0333-923a-47eb-8393-a7c33ed80e99', 'segmentation_id': None, 'physical_network': None, 'id': '35a5bcbb-86df-48c7-b366-b97b1f6402aa', 'network_type': u'local'}] Failed to bind port 6ab0c5c1-82eb-44bc-9a7c-62fdae8e2435 on host test-host for vnic_type normal using segments [{'network_id': '4db7d476-c690-4f49-968e-9509ed5db60f', 'segmentation_id': None, 'physical_network': None, 'id': '56c88aca-2a12-4403-a300-12ad82c4c50d', 'network_type': u'local'}] Failed to bind port bb82c255-9dd4-41a3-82e8-9f6c02469108 on host test-host for vnic_type normal using segments [{'network_id': '3ddf0333-923a-47eb-8393-a7c33ed80e99', 'segmentation_id': None, 'physical_network': None, 'id': '35a5bcbb-86df-48c7-b366-b97b1f6402aa', 'network_type': u'local'}] Failed to bind port bb82c255-9dd4-41a3-82e8-9f6c02469108 on host test-host for vnic_type normal using segments [{'network_id': '3ddf0333-923a-47eb-8393-a7c33ed80e99', 'segmentation_id': None, 'physical_network': None, 'id': '35a5bcbb-86df-48c7-b366-b97b1f6402aa', 'network_type': u'local'}] Failed to bind port bb82c255-9dd4-41a3-82e8-9f6c02469108 on host test-host for vnic_type normal using segments [{'network_id': '3ddf0333-923a-47eb-8393-a7c33ed80e99', 'segmentation_id': None, 'physical_network': None, 'id': '35a5bcbb-86df-48c7-b366-b97b1f6402aa', 'network_type': u'local'}] Failed to bind port bb82c255-9dd4-41a3-82e8-9f6c02469108 on host test-host for vnic_type normal using segments [{'network_id': '3ddf0333-923a-47eb-8393-a7c33ed80e99', 'segmentation_id': None, 'physical_network': None, 'id': '35a5bcbb-86df-48c7-b366-b97b1f6402aa', 'network_type': u'local'}] Failed to bind port bb82c255-9dd4-41a3-82e8-9f6c02469108 on host test-host for vnic_type normal using segments [{'network_id': '3ddf0333-923a-47eb-8393-a7c33ed80e99', 'segmentation_id': None, 'physical_network': None, 'id': '35a5bcbb-86df-48c7-b366-b97b1f6402aa', 'network_type': u'local'}] Failed to bind port 4828c16d-1f6e-4f58-afba-f5563bb02199 on host test-host for vnic_type normal using segments [{'network_id': '48d827a2-2c55-4bef-b582-aa8a0111bb5a', 'segmentation_id': None, 'physical_network': None, 'id': '6c330b4d-2fba-405e-9e18-20406fc58474', 'network_type': u'local'}] Failed to bind port 4828c16d-1f6e-4f58-afba-f5563bb02199 on host test-host for vnic_type normal using segments [{'network_id': '48d827a2-2c55-4bef-b582-aa8a0111bb5a', 'segmentation_id': None, 'physical_network': None, 'id': '6c330b4d-2fba-405e-9e18-20406fc58474', 'network_type': u'local'}] Failed to bind port 4828c16d-1f6e-4f58-afba-f5563bb02199 on host test-host for vnic_type normal using segments [{'network_id': '48d827a2-2c55-4bef-b582-aa8a0111bb5a', 'segmentation_id': None, 'physical_network': None, 'id': '6c330b4d-2fba-405e-9e18-20406fc58474', 'network_type': u'local'}] Failed to bind port 4828c16d-1f6e-4f58-afba-f5563bb02199 on host test-host for vnic_type normal using segments [{'network_id': '48d827a2-2c55-4bef-b582-aa8a0111bb5a', 'segmentation_id': None, 'physical_network': None, 'id': '6c330b4d-2fba-405e-9e18-20406fc58474', 'network_type': u'local'}] Failed to bind port 4828c16d-1f6e-4f58-afba-f5563bb02199 on host test-host for vnic_type normal using segments [{'network_id': '48d827a2-2c55-4bef-b582-aa8a0111bb5a', 'segmentation_id': None, 'physical_network': None, 'id': '6c330b4d-2fba-405e-9e18-20406fc58474', 'network_type': u'local'}] Failed to bind port 4828c16d-1f6e-4f58-afba-f5563bb02199 on host test-host for vnic_type normal using segments [{'network_id': '48d827a2-2c55-4bef-b582-aa8a0111bb5a', 'segmentation_id': None, 'physical_network': None, 'id': '6c330b4d-2fba-405e-9e18-20406fc58474', 'network_type': u'local'}] Failed to bind port 4828c16d-1f6e-4f58-afba-f5563bb02199 on host test-host for vnic_type normal using segments [{'network_id': '48d827a2-2c55-4bef-b582-aa8a0111bb5a', 'segmentation_id': None, 'physical_network': None, 'id': '6c330b4d-2fba-405e-9e18-20406fc58474', 'network_type': u'local'}] Failed to bind port 4828c16d-1f6e-4f58-afba-f5563bb02199 on host test-host for vnic_type normal using segments [{'network_id': '48d827a2-2c55-4bef-b582-aa8a0111bb5a', 'segmentation_id': None, 'physical_network': None, 'id': '6c330b4d-2fba-405e-9e18-20406fc58474', 'network_type': u'local'}] Failed to bind port 4828c16d-1f6e-4f58-afba-f5563bb02199 on host test-host for vnic_type normal using segments [{'network_id': '48d827a2-2c55-4bef-b582-aa8a0111bb5a', 'segmentation_id': None, 'physical_network': None, 'id': '6c330b4d-2fba-405e-9e18-20406fc58474', 'network_type': u'local'}] Failed to bind port 4828c16d-1f6e-4f58-afba-f5563bb02199 on host test-host for vnic_type normal using segments [{'network_id': '48d827a2-2c55-4bef-b582-aa8a0111bb5a', 'segmentation_id': None, 'physical_network': None, 'id': '6c330b4d-2fba-405e-9e18-20406fc58474', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_dvr_fip_host_routes_by_binding [8.128509s] ... ok Failed to bind port bc3b342c-c951-4062-8b60-8282b1a38259 on host test-host for vnic_type normal using segments [{'network_id': '3e427426-073b-4080-87b2-a3742aa9e900', 'segmentation_id': None, 'physical_network': None, 'id': 'c2de91ee-26c9-4693-8351-383a112500e0', 'network_type': u'local'}] Failed to bind port bc3b342c-c951-4062-8b60-8282b1a38259 on host test-host for vnic_type normal using segments [{'network_id': '3e427426-073b-4080-87b2-a3742aa9e900', 'segmentation_id': None, 'physical_network': None, 'id': 'c2de91ee-26c9-4693-8351-383a112500e0', 'network_type': u'local'}] Failed to bind port bc3b342c-c951-4062-8b60-8282b1a38259 on host test-host for vnic_type normal using segments [{'network_id': '3e427426-073b-4080-87b2-a3742aa9e900', 'segmentation_id': None, 'physical_network': None, 'id': 'c2de91ee-26c9-4693-8351-383a112500e0', 'network_type': u'local'}] Failed to bind port bc3b342c-c951-4062-8b60-8282b1a38259 on host test-host for vnic_type normal using segments [{'network_id': '3e427426-073b-4080-87b2-a3742aa9e900', 'segmentation_id': None, 'physical_network': None, 'id': 'c2de91ee-26c9-4693-8351-383a112500e0', 'network_type': u'local'}] Failed to bind port bc3b342c-c951-4062-8b60-8282b1a38259 on host test-host for vnic_type normal using segments [{'network_id': '3e427426-073b-4080-87b2-a3742aa9e900', 'segmentation_id': None, 'physical_network': None, 'id': 'c2de91ee-26c9-4693-8351-383a112500e0', 'network_type': u'local'}] Failed to bind port bc3b342c-c951-4062-8b60-8282b1a38259 on host test-host for vnic_type normal using segments [{'network_id': '3e427426-073b-4080-87b2-a3742aa9e900', 'segmentation_id': None, 'physical_network': None, 'id': 'c2de91ee-26c9-4693-8351-383a112500e0', 'network_type': u'local'}] Failed to bind port bc3b342c-c951-4062-8b60-8282b1a38259 on host test-host for vnic_type normal using segments [{'network_id': '3e427426-073b-4080-87b2-a3742aa9e900', 'segmentation_id': None, 'physical_network': None, 'id': 'c2de91ee-26c9-4693-8351-383a112500e0', 'network_type': u'local'}] Failed to bind port bc3b342c-c951-4062-8b60-8282b1a38259 on host test-host for vnic_type normal using segments [{'network_id': '3e427426-073b-4080-87b2-a3742aa9e900', 'segmentation_id': None, 'physical_network': None, 'id': 'c2de91ee-26c9-4693-8351-383a112500e0', 'network_type': u'local'}] Failed to bind port bc3b342c-c951-4062-8b60-8282b1a38259 on host test-host for vnic_type normal using segments [{'network_id': '3e427426-073b-4080-87b2-a3742aa9e900', 'segmentation_id': None, 'physical_network': None, 'id': 'c2de91ee-26c9-4693-8351-383a112500e0', 'network_type': u'local'}] Failed to bind port bc3b342c-c951-4062-8b60-8282b1a38259 on host test-host for vnic_type normal using segments [{'network_id': '3e427426-073b-4080-87b2-a3742aa9e900', 'segmentation_id': None, 'physical_network': None, 'id': 'c2de91ee-26c9-4693-8351-383a112500e0', 'network_type': u'local'}] Failed to bind port 7de91354-e7b0-45f2-a738-bba35c24a8bc on host compute1 for vnic_type normal using segments [{'network_id': '1462ab3a-4236-4eca-9e0c-d0afa89a982c', 'segmentation_id': None, 'physical_network': None, 'id': 'a701511d-ae2f-4db8-b490-102c8c543a78', 'network_type': u'local'}] Failed to bind port 7de91354-e7b0-45f2-a738-bba35c24a8bc on host compute1 for vnic_type normal using segments [{'network_id': '1462ab3a-4236-4eca-9e0c-d0afa89a982c', 'segmentation_id': None, 'physical_network': None, 'id': 'a701511d-ae2f-4db8-b490-102c8c543a78', 'network_type': u'local'}] Failed to bind port 7de91354-e7b0-45f2-a738-bba35c24a8bc on host compute1 for vnic_type normal using segments [{'network_id': '1462ab3a-4236-4eca-9e0c-d0afa89a982c', 'segmentation_id': None, 'physical_network': None, 'id': 'a701511d-ae2f-4db8-b490-102c8c543a78', 'network_type': u'local'}] Failed to bind port 7de91354-e7b0-45f2-a738-bba35c24a8bc on host compute1 for vnic_type normal using segments [{'network_id': '1462ab3a-4236-4eca-9e0c-d0afa89a982c', 'segmentation_id': None, 'physical_network': None, 'id': 'a701511d-ae2f-4db8-b490-102c8c543a78', 'network_type': u'local'}] Failed to bind port 7de91354-e7b0-45f2-a738-bba35c24a8bc on host compute1 for vnic_type normal using segments [{'network_id': '1462ab3a-4236-4eca-9e0c-d0afa89a982c', 'segmentation_id': None, 'physical_network': None, 'id': 'a701511d-ae2f-4db8-b490-102c8c543a78', 'network_type': u'local'}] Failed to bind port 7de91354-e7b0-45f2-a738-bba35c24a8bc on host compute1 for vnic_type normal using segments [{'network_id': '1462ab3a-4236-4eca-9e0c-d0afa89a982c', 'segmentation_id': None, 'physical_network': None, 'id': 'a701511d-ae2f-4db8-b490-102c8c543a78', 'network_type': u'local'}] Failed to bind port 7de91354-e7b0-45f2-a738-bba35c24a8bc on host compute1 for vnic_type normal using segments [{'network_id': '1462ab3a-4236-4eca-9e0c-d0afa89a982c', 'segmentation_id': None, 'physical_network': None, 'id': 'a701511d-ae2f-4db8-b490-102c8c543a78', 'network_type': u'local'}] Failed to bind port 7de91354-e7b0-45f2-a738-bba35c24a8bc on host compute1 for vnic_type normal using segments [{'network_id': '1462ab3a-4236-4eca-9e0c-d0afa89a982c', 'segmentation_id': None, 'physical_network': None, 'id': 'a701511d-ae2f-4db8-b490-102c8c543a78', 'network_type': u'local'}] Failed to bind port 7de91354-e7b0-45f2-a738-bba35c24a8bc on host compute1 for vnic_type normal using segments [{'network_id': '1462ab3a-4236-4eca-9e0c-d0afa89a982c', 'segmentation_id': None, 'physical_network': None, 'id': 'a701511d-ae2f-4db8-b490-102c8c543a78', 'network_type': u'local'}] Failed to bind port 7de91354-e7b0-45f2-a738-bba35c24a8bc on host compute1 for vnic_type normal using segments [{'network_id': '1462ab3a-4236-4eca-9e0c-d0afa89a982c', 'segmentation_id': None, 'physical_network': None, 'id': 'a701511d-ae2f-4db8-b490-102c8c543a78', 'network_type': u'local'}] Failed to bind port 34daf9d6-0920-440c-8512-c2c65b8e9bfc on host compute1 for vnic_type normal using segments [{'network_id': 'cee4a2ae-b2a2-461e-8252-24dd14b61ea8', 'segmentation_id': None, 'physical_network': None, 'id': '563aedd6-d072-412e-98fc-0eaa7b43283d', 'network_type': u'local'}] Failed to bind port 34daf9d6-0920-440c-8512-c2c65b8e9bfc on host compute1 for vnic_type normal using segments [{'network_id': 'cee4a2ae-b2a2-461e-8252-24dd14b61ea8', 'segmentation_id': None, 'physical_network': None, 'id': '563aedd6-d072-412e-98fc-0eaa7b43283d', 'network_type': u'local'}] Failed to bind port 34daf9d6-0920-440c-8512-c2c65b8e9bfc on host compute1 for vnic_type normal using segments [{'network_id': 'cee4a2ae-b2a2-461e-8252-24dd14b61ea8', 'segmentation_id': None, 'physical_network': None, 'id': '563aedd6-d072-412e-98fc-0eaa7b43283d', 'network_type': u'local'}] Failed to bind port 34daf9d6-0920-440c-8512-c2c65b8e9bfc on host compute1 for vnic_type normal using segments [{'network_id': 'cee4a2ae-b2a2-461e-8252-24dd14b61ea8', 'segmentation_id': None, 'physical_network': None, 'id': '563aedd6-d072-412e-98fc-0eaa7b43283d', 'network_type': u'local'}] Failed to bind port 34daf9d6-0920-440c-8512-c2c65b8e9bfc on host compute1 for vnic_type normal using segments [{'network_id': 'cee4a2ae-b2a2-461e-8252-24dd14b61ea8', 'segmentation_id': None, 'physical_network': None, 'id': '563aedd6-d072-412e-98fc-0eaa7b43283d', 'network_type': u'local'}] Failed to bind port 34daf9d6-0920-440c-8512-c2c65b8e9bfc on host compute1 for vnic_type normal using segments [{'network_id': 'cee4a2ae-b2a2-461e-8252-24dd14b61ea8', 'segmentation_id': None, 'physical_network': None, 'id': '563aedd6-d072-412e-98fc-0eaa7b43283d', 'network_type': u'local'}] Failed to bind port 34daf9d6-0920-440c-8512-c2c65b8e9bfc on host compute1 for vnic_type normal using segments [{'network_id': 'cee4a2ae-b2a2-461e-8252-24dd14b61ea8', 'segmentation_id': None, 'physical_network': None, 'id': '563aedd6-d072-412e-98fc-0eaa7b43283d', 'network_type': u'local'}] Failed to bind port 34daf9d6-0920-440c-8512-c2c65b8e9bfc on host compute1 for vnic_type normal using segments [{'network_id': 'cee4a2ae-b2a2-461e-8252-24dd14b61ea8', 'segmentation_id': None, 'physical_network': None, 'id': '563aedd6-d072-412e-98fc-0eaa7b43283d', 'network_type': u'local'}] Failed to bind port 34daf9d6-0920-440c-8512-c2c65b8e9bfc on host compute1 for vnic_type normal using segments [{'network_id': 'cee4a2ae-b2a2-461e-8252-24dd14b61ea8', 'segmentation_id': None, 'physical_network': None, 'id': '563aedd6-d072-412e-98fc-0eaa7b43283d', 'network_type': u'local'}] Failed to bind port 34daf9d6-0920-440c-8512-c2c65b8e9bfc on host compute1 for vnic_type normal using segments [{'network_id': 'cee4a2ae-b2a2-461e-8252-24dd14b61ea8', 'segmentation_id': None, 'physical_network': None, 'id': '563aedd6-d072-412e-98fc-0eaa7b43283d', 'network_type': u'local'}] Failed to bind port 4a29bb2c-2c52-4623-a66d-264fbead71bb on host test-host for vnic_type normal using segments [{'network_id': '7ab70044-091d-4ef4-89b9-47a277bac749', 'segmentation_id': None, 'physical_network': None, 'id': '59b1db48-ebbf-43d9-94d1-4cc9e06481bc', 'network_type': u'local'}] Failed to bind port 4a29bb2c-2c52-4623-a66d-264fbead71bb on host test-host for vnic_type normal using segments [{'network_id': '7ab70044-091d-4ef4-89b9-47a277bac749', 'segmentation_id': None, 'physical_network': None, 'id': '59b1db48-ebbf-43d9-94d1-4cc9e06481bc', 'network_type': u'local'}] Failed to bind port 4a29bb2c-2c52-4623-a66d-264fbead71bb on host test-host for vnic_type normal using segments [{'network_id': '7ab70044-091d-4ef4-89b9-47a277bac749', 'segmentation_id': None, 'physical_network': None, 'id': '59b1db48-ebbf-43d9-94d1-4cc9e06481bc', 'network_type': u'local'}] Failed to bind port 4a29bb2c-2c52-4623-a66d-264fbead71bb on host test-host for vnic_type normal using segments [{'network_id': '7ab70044-091d-4ef4-89b9-47a277bac749', 'segmentation_id': None, 'physical_network': None, 'id': '59b1db48-ebbf-43d9-94d1-4cc9e06481bc', 'network_type': u'local'}] Failed to bind port 4a29bb2c-2c52-4623-a66d-264fbead71bb on host test-host for vnic_type normal using segments [{'network_id': '7ab70044-091d-4ef4-89b9-47a277bac749', 'segmentation_id': None, 'physical_network': None, 'id': '59b1db48-ebbf-43d9-94d1-4cc9e06481bc', 'network_type': u'local'}] Failed to bind port 4a29bb2c-2c52-4623-a66d-264fbead71bb on host test-host for vnic_type normal using segments [{'network_id': '7ab70044-091d-4ef4-89b9-47a277bac749', 'segmentation_id': None, 'physical_network': None, 'id': '59b1db48-ebbf-43d9-94d1-4cc9e06481bc', 'network_type': u'local'}] Failed to bind port 4a29bb2c-2c52-4623-a66d-264fbead71bb on host test-host for vnic_type normal using segments [{'network_id': '7ab70044-091d-4ef4-89b9-47a277bac749', 'segmentation_id': None, 'physical_network': None, 'id': '59b1db48-ebbf-43d9-94d1-4cc9e06481bc', 'network_type': u'local'}] Failed to bind port 4a29bb2c-2c52-4623-a66d-264fbead71bb on host test-host for vnic_type normal using segments [{'network_id': '7ab70044-091d-4ef4-89b9-47a277bac749', 'segmentation_id': None, 'physical_network': None, 'id': '59b1db48-ebbf-43d9-94d1-4cc9e06481bc', 'network_type': u'local'}] Failed to bind port 4a29bb2c-2c52-4623-a66d-264fbead71bb on host test-host for vnic_type normal using segments [{'network_id': '7ab70044-091d-4ef4-89b9-47a277bac749', 'segmentation_id': None, 'physical_network': None, 'id': '59b1db48-ebbf-43d9-94d1-4cc9e06481bc', 'network_type': u'local'}] Failed to bind port 4a29bb2c-2c52-4623-a66d-264fbead71bb on host test-host for vnic_type normal using segments [{'network_id': '7ab70044-091d-4ef4-89b9-47a277bac749', 'segmentation_id': None, 'physical_network': None, 'id': '59b1db48-ebbf-43d9-94d1-4cc9e06481bc', 'network_type': u'local'}] Failed to bind port 3aa46e26-a6db-4f1c-8df9-f0a3a3c691be on host test-host for vnic_type normal using segments [{'network_id': '70040265-ce4a-490f-94f0-7d5918d823e8', 'segmentation_id': None, 'physical_network': None, 'id': 'baaba488-dd17-42b5-bc2c-8247d1a9f2c4', 'network_type': u'local'}] Failed to bind port 3aa46e26-a6db-4f1c-8df9-f0a3a3c691be on host test-host for vnic_type normal using segments [{'network_id': '70040265-ce4a-490f-94f0-7d5918d823e8', 'segmentation_id': None, 'physical_network': None, 'id': 'baaba488-dd17-42b5-bc2c-8247d1a9f2c4', 'network_type': u'local'}] Failed to bind port 3aa46e26-a6db-4f1c-8df9-f0a3a3c691be on host test-host for vnic_type normal using segments [{'network_id': '70040265-ce4a-490f-94f0-7d5918d823e8', 'segmentation_id': None, 'physical_network': None, 'id': 'baaba488-dd17-42b5-bc2c-8247d1a9f2c4', 'network_type': u'local'}] Failed to bind port 3aa46e26-a6db-4f1c-8df9-f0a3a3c691be on host test-host for vnic_type normal using segments [{'network_id': '70040265-ce4a-490f-94f0-7d5918d823e8', 'segmentation_id': None, 'physical_network': None, 'id': 'baaba488-dd17-42b5-bc2c-8247d1a9f2c4', 'network_type': u'local'}] Failed to bind port 3aa46e26-a6db-4f1c-8df9-f0a3a3c691be on host test-host for vnic_type normal using segments [{'network_id': '70040265-ce4a-490f-94f0-7d5918d823e8', 'segmentation_id': None, 'physical_network': None, 'id': 'baaba488-dd17-42b5-bc2c-8247d1a9f2c4', 'network_type': u'local'}] Failed to bind port 3aa46e26-a6db-4f1c-8df9-f0a3a3c691be on host test-host for vnic_type normal using segments [{'network_id': '70040265-ce4a-490f-94f0-7d5918d823e8', 'segmentation_id': None, 'physical_network': None, 'id': 'baaba488-dd17-42b5-bc2c-8247d1a9f2c4', 'network_type': u'local'}] Failed to bind port 3aa46e26-a6db-4f1c-8df9-f0a3a3c691be on host test-host for vnic_type normal using segments [{'network_id': '70040265-ce4a-490f-94f0-7d5918d823e8', 'segmentation_id': None, 'physical_network': None, 'id': 'baaba488-dd17-42b5-bc2c-8247d1a9f2c4', 'network_type': u'local'}] Failed to bind port 3aa46e26-a6db-4f1c-8df9-f0a3a3c691be on host test-host for vnic_type normal using segments [{'network_id': '70040265-ce4a-490f-94f0-7d5918d823e8', 'segmentation_id': None, 'physical_network': None, 'id': 'baaba488-dd17-42b5-bc2c-8247d1a9f2c4', 'network_type': u'local'}] Failed to bind port 3aa46e26-a6db-4f1c-8df9-f0a3a3c691be on host test-host for vnic_type normal using segments [{'network_id': '70040265-ce4a-490f-94f0-7d5918d823e8', 'segmentation_id': None, 'physical_network': None, 'id': 'baaba488-dd17-42b5-bc2c-8247d1a9f2c4', 'network_type': u'local'}] Failed to bind port 3aa46e26-a6db-4f1c-8df9-f0a3a3c691be on host test-host for vnic_type normal using segments [{'network_id': '70040265-ce4a-490f-94f0-7d5918d823e8', 'segmentation_id': None, 'physical_network': None, 'id': 'baaba488-dd17-42b5-bc2c-8247d1a9f2c4', '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.477041s] ... ok Failed to bind port eb0a0a55-45d5-4eed-a2e1-039ff5de156e on host test-host for vnic_type normal using segments [{'network_id': '1f61f9a2-ba12-442d-a816-9e1b8beee0cc', 'segmentation_id': None, 'physical_network': None, 'id': 'b14ab63a-dffd-4ae5-961f-3610ccbb3fd0', 'network_type': u'local'}] Failed to bind port eb0a0a55-45d5-4eed-a2e1-039ff5de156e on host test-host for vnic_type normal using segments [{'network_id': '1f61f9a2-ba12-442d-a816-9e1b8beee0cc', 'segmentation_id': None, 'physical_network': None, 'id': 'b14ab63a-dffd-4ae5-961f-3610ccbb3fd0', 'network_type': u'local'}] Failed to bind port eb0a0a55-45d5-4eed-a2e1-039ff5de156e on host test-host for vnic_type normal using segments [{'network_id': '1f61f9a2-ba12-442d-a816-9e1b8beee0cc', 'segmentation_id': None, 'physical_network': None, 'id': 'b14ab63a-dffd-4ae5-961f-3610ccbb3fd0', 'network_type': u'local'}] Failed to bind port eb0a0a55-45d5-4eed-a2e1-039ff5de156e on host test-host for vnic_type normal using segments [{'network_id': '1f61f9a2-ba12-442d-a816-9e1b8beee0cc', 'segmentation_id': None, 'physical_network': None, 'id': 'b14ab63a-dffd-4ae5-961f-3610ccbb3fd0', 'network_type': u'local'}] Failed to bind port eb0a0a55-45d5-4eed-a2e1-039ff5de156e on host test-host for vnic_type normal using segments [{'network_id': '1f61f9a2-ba12-442d-a816-9e1b8beee0cc', 'segmentation_id': None, 'physical_network': None, 'id': 'b14ab63a-dffd-4ae5-961f-3610ccbb3fd0', 'network_type': u'local'}] Failed to bind port eb0a0a55-45d5-4eed-a2e1-039ff5de156e on host test-host for vnic_type normal using segments [{'network_id': '1f61f9a2-ba12-442d-a816-9e1b8beee0cc', 'segmentation_id': None, 'physical_network': None, 'id': 'b14ab63a-dffd-4ae5-961f-3610ccbb3fd0', 'network_type': u'local'}] Failed to bind port eb0a0a55-45d5-4eed-a2e1-039ff5de156e on host test-host for vnic_type normal using segments [{'network_id': '1f61f9a2-ba12-442d-a816-9e1b8beee0cc', 'segmentation_id': None, 'physical_network': None, 'id': 'b14ab63a-dffd-4ae5-961f-3610ccbb3fd0', 'network_type': u'local'}] Failed to bind port eb0a0a55-45d5-4eed-a2e1-039ff5de156e on host test-host for vnic_type normal using segments [{'network_id': '1f61f9a2-ba12-442d-a816-9e1b8beee0cc', 'segmentation_id': None, 'physical_network': None, 'id': 'b14ab63a-dffd-4ae5-961f-3610ccbb3fd0', 'network_type': u'local'}] Failed to bind port eb0a0a55-45d5-4eed-a2e1-039ff5de156e on host test-host for vnic_type normal using segments [{'network_id': '1f61f9a2-ba12-442d-a816-9e1b8beee0cc', 'segmentation_id': None, 'physical_network': None, 'id': 'b14ab63a-dffd-4ae5-961f-3610ccbb3fd0', 'network_type': u'local'}] Failed to bind port eb0a0a55-45d5-4eed-a2e1-039ff5de156e on host test-host for vnic_type normal using segments [{'network_id': '1f61f9a2-ba12-442d-a816-9e1b8beee0cc', 'segmentation_id': None, 'physical_network': None, 'id': 'b14ab63a-dffd-4ae5-961f-3610ccbb3fd0', 'network_type': u'local'}] Failed to bind port 43d09337-a93e-42a4-8cd9-80e8574e79be on host test-host for vnic_type normal using segments [{'network_id': 'adc663af-7a11-4eee-83e8-8580de41c8b0', 'segmentation_id': None, 'physical_network': None, 'id': 'e53416e4-66b1-4f8d-abb0-d8b04878f5e9', 'network_type': u'local'}] Failed to bind port 43d09337-a93e-42a4-8cd9-80e8574e79be on host test-host for vnic_type normal using segments [{'network_id': 'adc663af-7a11-4eee-83e8-8580de41c8b0', 'segmentation_id': None, 'physical_network': None, 'id': 'e53416e4-66b1-4f8d-abb0-d8b04878f5e9', 'network_type': u'local'}] Failed to bind port 43d09337-a93e-42a4-8cd9-80e8574e79be on host test-host for vnic_type normal using segments [{'network_id': 'adc663af-7a11-4eee-83e8-8580de41c8b0', 'segmentation_id': None, 'physical_network': None, 'id': 'e53416e4-66b1-4f8d-abb0-d8b04878f5e9', 'network_type': u'local'}] Failed to bind port 43d09337-a93e-42a4-8cd9-80e8574e79be on host test-host for vnic_type normal using segments [{'network_id': 'adc663af-7a11-4eee-83e8-8580de41c8b0', 'segmentation_id': None, 'physical_network': None, 'id': 'e53416e4-66b1-4f8d-abb0-d8b04878f5e9', 'network_type': u'local'}] Failed to bind port 43d09337-a93e-42a4-8cd9-80e8574e79be on host test-host for vnic_type normal using segments [{'network_id': 'adc663af-7a11-4eee-83e8-8580de41c8b0', 'segmentation_id': None, 'physical_network': None, 'id': 'e53416e4-66b1-4f8d-abb0-d8b04878f5e9', 'network_type': u'local'}] Failed to bind port 43d09337-a93e-42a4-8cd9-80e8574e79be on host test-host for vnic_type normal using segments [{'network_id': 'adc663af-7a11-4eee-83e8-8580de41c8b0', 'segmentation_id': None, 'physical_network': None, 'id': 'e53416e4-66b1-4f8d-abb0-d8b04878f5e9', 'network_type': u'local'}] Failed to bind port 43d09337-a93e-42a4-8cd9-80e8574e79be on host test-host for vnic_type normal using segments [{'network_id': 'adc663af-7a11-4eee-83e8-8580de41c8b0', 'segmentation_id': None, 'physical_network': None, 'id': 'e53416e4-66b1-4f8d-abb0-d8b04878f5e9', 'network_type': u'local'}] Failed to bind port 43d09337-a93e-42a4-8cd9-80e8574e79be on host test-host for vnic_type normal using segments [{'network_id': 'adc663af-7a11-4eee-83e8-8580de41c8b0', 'segmentation_id': None, 'physical_network': None, 'id': 'e53416e4-66b1-4f8d-abb0-d8b04878f5e9', 'network_type': u'local'}] Failed to bind port 43d09337-a93e-42a4-8cd9-80e8574e79be on host test-host for vnic_type normal using segments [{'network_id': 'adc663af-7a11-4eee-83e8-8580de41c8b0', 'segmentation_id': None, 'physical_network': None, 'id': 'e53416e4-66b1-4f8d-abb0-d8b04878f5e9', 'network_type': u'local'}] Failed to bind port 43d09337-a93e-42a4-8cd9-80e8574e79be on host test-host for vnic_type normal using segments [{'network_id': 'adc663af-7a11-4eee-83e8-8580de41c8b0', 'segmentation_id': None, 'physical_network': None, 'id': 'e53416e4-66b1-4f8d-abb0-d8b04878f5e9', 'network_type': u'local'}] {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_fip_next_hop_dvr [7.649436s] ... ok Failed to bind port 3d1102a8-8eb0-4f3d-a4b5-9e2b3a224cad on host test-host for vnic_type normal using segments [{'network_id': '346195b8-0edb-4fdc-aabb-088dab5fe51f', 'segmentation_id': None, 'physical_network': None, 'id': 'defa34ea-193a-4804-a273-4afa6da0eee7', 'network_type': u'local'}] Failed to bind port 3d1102a8-8eb0-4f3d-a4b5-9e2b3a224cad on host test-host for vnic_type normal using segments [{'network_id': '346195b8-0edb-4fdc-aabb-088dab5fe51f', 'segmentation_id': None, 'physical_network': None, 'id': 'defa34ea-193a-4804-a273-4afa6da0eee7', 'network_type': u'local'}] Failed to bind port 3d1102a8-8eb0-4f3d-a4b5-9e2b3a224cad on host test-host for vnic_type normal using segments [{'network_id': '346195b8-0edb-4fdc-aabb-088dab5fe51f', 'segmentation_id': None, 'physical_network': None, 'id': 'defa34ea-193a-4804-a273-4afa6da0eee7', 'network_type': u'local'}] Failed to bind port 3d1102a8-8eb0-4f3d-a4b5-9e2b3a224cad on host test-host for vnic_type normal using segments [{'network_id': '346195b8-0edb-4fdc-aabb-088dab5fe51f', 'segmentation_id': None, 'physical_network': None, 'id': 'defa34ea-193a-4804-a273-4afa6da0eee7', 'network_type': u'local'}] Failed to bind port 3d1102a8-8eb0-4f3d-a4b5-9e2b3a224cad on host test-host for vnic_type normal using segments [{'network_id': '346195b8-0edb-4fdc-aabb-088dab5fe51f', 'segmentation_id': None, 'physical_network': None, 'id': 'defa34ea-193a-4804-a273-4afa6da0eee7', 'network_type': u'local'}] Failed to bind port 3d1102a8-8eb0-4f3d-a4b5-9e2b3a224cad on host test-host for vnic_type normal using segments [{'network_id': '346195b8-0edb-4fdc-aabb-088dab5fe51f', 'segmentation_id': None, 'physical_network': None, 'id': 'defa34ea-193a-4804-a273-4afa6da0eee7', 'network_type': u'local'}] Failed to bind port 3d1102a8-8eb0-4f3d-a4b5-9e2b3a224cad on host test-host for vnic_type normal using segments [{'network_id': '346195b8-0edb-4fdc-aabb-088dab5fe51f', 'segmentation_id': None, 'physical_network': None, 'id': 'defa34ea-193a-4804-a273-4afa6da0eee7', 'network_type': u'local'}] Failed to bind port 3d1102a8-8eb0-4f3d-a4b5-9e2b3a224cad on host test-host for vnic_type normal using segments [{'network_id': '346195b8-0edb-4fdc-aabb-088dab5fe51f', 'segmentation_id': None, 'physical_network': None, 'id': 'defa34ea-193a-4804-a273-4afa6da0eee7', 'network_type': u'local'}] Failed to bind port 3d1102a8-8eb0-4f3d-a4b5-9e2b3a224cad on host test-host for vnic_type normal using segments [{'network_id': '346195b8-0edb-4fdc-aabb-088dab5fe51f', 'segmentation_id': None, 'physical_network': None, 'id': 'defa34ea-193a-4804-a273-4afa6da0eee7', 'network_type': u'local'}] Failed to bind port 3d1102a8-8eb0-4f3d-a4b5-9e2b3a224cad on host test-host for vnic_type normal using segments [{'network_id': '346195b8-0edb-4fdc-aabb-088dab5fe51f', 'segmentation_id': None, 'physical_network': None, 'id': 'defa34ea-193a-4804-a273-4afa6da0eee7', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_dvr_fip_host_routes_by_router [7.221874s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_bgp_peer_without_id [0.304655s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_duplicate_bgp_peer_ip [0.325027s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_gateway_network [0.655037s] ... ok Failed to bind port 49539183-8552-4fd2-a4b7-eb73bdb330f3 on host test-host for vnic_type normal using segments [{'network_id': '3b5e1231-129d-4ffb-ba24-14bd166ca8f7', 'segmentation_id': None, 'physical_network': None, 'id': '24db054c-36fc-4297-89f8-afc078285a6c', 'network_type': u'local'}] Failed to bind port 49539183-8552-4fd2-a4b7-eb73bdb330f3 on host test-host for vnic_type normal using segments [{'network_id': '3b5e1231-129d-4ffb-ba24-14bd166ca8f7', 'segmentation_id': None, 'physical_network': None, 'id': '24db054c-36fc-4297-89f8-afc078285a6c', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgp_speaker_list [0.380018s] ... ok Failed to bind port 49539183-8552-4fd2-a4b7-eb73bdb330f3 on host test-host for vnic_type normal using segments [{'network_id': '3b5e1231-129d-4ffb-ba24-14bd166ca8f7', 'segmentation_id': None, 'physical_network': None, 'id': '24db054c-36fc-4297-89f8-afc078285a6c', 'network_type': u'local'}] Failed to bind port 49539183-8552-4fd2-a4b7-eb73bdb330f3 on host test-host for vnic_type normal using segments [{'network_id': '3b5e1231-129d-4ffb-ba24-14bd166ca8f7', 'segmentation_id': None, 'physical_network': None, 'id': '24db054c-36fc-4297-89f8-afc078285a6c', 'network_type': u'local'}] Failed to bind port 49539183-8552-4fd2-a4b7-eb73bdb330f3 on host test-host for vnic_type normal using segments [{'network_id': '3b5e1231-129d-4ffb-ba24-14bd166ca8f7', 'segmentation_id': None, 'physical_network': None, 'id': '24db054c-36fc-4297-89f8-afc078285a6c', 'network_type': u'local'}] Failed to bind port 49539183-8552-4fd2-a4b7-eb73bdb330f3 on host test-host for vnic_type normal using segments [{'network_id': '3b5e1231-129d-4ffb-ba24-14bd166ca8f7', 'segmentation_id': None, 'physical_network': None, 'id': '24db054c-36fc-4297-89f8-afc078285a6c', 'network_type': u'local'}] Failed to bind port 49539183-8552-4fd2-a4b7-eb73bdb330f3 on host test-host for vnic_type normal using segments [{'network_id': '3b5e1231-129d-4ffb-ba24-14bd166ca8f7', 'segmentation_id': None, 'physical_network': None, 'id': '24db054c-36fc-4297-89f8-afc078285a6c', 'network_type': u'local'}] Failed to bind port 49539183-8552-4fd2-a4b7-eb73bdb330f3 on host test-host for vnic_type normal using segments [{'network_id': '3b5e1231-129d-4ffb-ba24-14bd166ca8f7', 'segmentation_id': None, 'physical_network': None, 'id': '24db054c-36fc-4297-89f8-afc078285a6c', 'network_type': u'local'}] Failed to bind port 49539183-8552-4fd2-a4b7-eb73bdb330f3 on host test-host for vnic_type normal using segments [{'network_id': '3b5e1231-129d-4ffb-ba24-14bd166ca8f7', 'segmentation_id': None, 'physical_network': None, 'id': '24db054c-36fc-4297-89f8-afc078285a6c', 'network_type': u'local'}] Failed to bind port 49539183-8552-4fd2-a4b7-eb73bdb330f3 on host test-host for vnic_type normal using segments [{'network_id': '3b5e1231-129d-4ffb-ba24-14bd166ca8f7', 'segmentation_id': None, 'physical_network': None, 'id': '24db054c-36fc-4297-89f8-afc078285a6c', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgp_speaker_update_local_as [0.308631s] ... ok Failed to bind port e0fe8eb2-2435-4a5b-a651-bff9582f1cee on host test-host for vnic_type normal using segments [{'network_id': 'b6da5575-226d-4a35-a7d5-82cd1c7847ba', 'segmentation_id': None, 'physical_network': None, 'id': '978208fd-2658-4899-b91d-9d6373b9857b', 'network_type': u'local'}] Failed to bind port e0fe8eb2-2435-4a5b-a651-bff9582f1cee on host test-host for vnic_type normal using segments [{'network_id': 'b6da5575-226d-4a35-a7d5-82cd1c7847ba', 'segmentation_id': None, 'physical_network': None, 'id': '978208fd-2658-4899-b91d-9d6373b9857b', 'network_type': u'local'}] Failed to bind port e0fe8eb2-2435-4a5b-a651-bff9582f1cee on host test-host for vnic_type normal using segments [{'network_id': 'b6da5575-226d-4a35-a7d5-82cd1c7847ba', 'segmentation_id': None, 'physical_network': None, 'id': '978208fd-2658-4899-b91d-9d6373b9857b', 'network_type': u'local'}] Failed to bind port e0fe8eb2-2435-4a5b-a651-bff9582f1cee on host test-host for vnic_type normal using segments [{'network_id': 'b6da5575-226d-4a35-a7d5-82cd1c7847ba', 'segmentation_id': None, 'physical_network': None, 'id': '978208fd-2658-4899-b91d-9d6373b9857b', 'network_type': u'local'}] Failed to bind port e0fe8eb2-2435-4a5b-a651-bff9582f1cee on host test-host for vnic_type normal using segments [{'network_id': 'b6da5575-226d-4a35-a7d5-82cd1c7847ba', 'segmentation_id': None, 'physical_network': None, 'id': '978208fd-2658-4899-b91d-9d6373b9857b', 'network_type': u'local'}] Failed to bind port e0fe8eb2-2435-4a5b-a651-bff9582f1cee on host test-host for vnic_type normal using segments [{'network_id': 'b6da5575-226d-4a35-a7d5-82cd1c7847ba', 'segmentation_id': None, 'physical_network': None, 'id': '978208fd-2658-4899-b91d-9d6373b9857b', 'network_type': u'local'}] Failed to bind port e0fe8eb2-2435-4a5b-a651-bff9582f1cee on host test-host for vnic_type normal using segments [{'network_id': 'b6da5575-226d-4a35-a7d5-82cd1c7847ba', 'segmentation_id': None, 'physical_network': None, 'id': '978208fd-2658-4899-b91d-9d6373b9857b', 'network_type': u'local'}] Failed to bind port e0fe8eb2-2435-4a5b-a651-bff9582f1cee on host test-host for vnic_type normal using segments [{'network_id': 'b6da5575-226d-4a35-a7d5-82cd1c7847ba', 'segmentation_id': None, 'physical_network': None, 'id': '978208fd-2658-4899-b91d-9d6373b9857b', 'network_type': u'local'}] Failed to bind port e0fe8eb2-2435-4a5b-a651-bff9582f1cee on host test-host for vnic_type normal using segments [{'network_id': 'b6da5575-226d-4a35-a7d5-82cd1c7847ba', 'segmentation_id': None, 'physical_network': None, 'id': '978208fd-2658-4899-b91d-9d6373b9857b', 'network_type': u'local'}] Failed to bind port e0fe8eb2-2435-4a5b-a651-bff9582f1cee on host test-host for vnic_type normal using segments [{'network_id': 'b6da5575-226d-4a35-a7d5-82cd1c7847ba', 'segmentation_id': None, 'physical_network': None, 'id': '978208fd-2658-4899-b91d-9d6373b9857b', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgpspeaker_create [0.304353s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_dvr_fixed_ip_routes_by_bgp_speaker_no_scope [5.619402s] ... ok Failed to bind port 51ea864d-fd75-49c5-8f93-0dbae35372f7 on host compute1 for vnic_type normal using segments [{'network_id': '2d81607e-dd16-454a-8e27-548cccb84c55', 'segmentation_id': None, 'physical_network': None, 'id': 'b97f262b-f511-43d7-852b-9c27b3909c9d', 'network_type': u'local'}] Failed to bind port 51ea864d-fd75-49c5-8f93-0dbae35372f7 on host compute1 for vnic_type normal using segments [{'network_id': '2d81607e-dd16-454a-8e27-548cccb84c55', 'segmentation_id': None, 'physical_network': None, 'id': 'b97f262b-f511-43d7-852b-9c27b3909c9d', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_create_bgp_speaker_with_network [0.476216s] ... ok Failed to bind port 51ea864d-fd75-49c5-8f93-0dbae35372f7 on host compute1 for vnic_type normal using segments [{'network_id': '2d81607e-dd16-454a-8e27-548cccb84c55', 'segmentation_id': None, 'physical_network': None, 'id': 'b97f262b-f511-43d7-852b-9c27b3909c9d', 'network_type': u'local'}] Failed to bind port 51ea864d-fd75-49c5-8f93-0dbae35372f7 on host compute1 for vnic_type normal using segments [{'network_id': '2d81607e-dd16-454a-8e27-548cccb84c55', 'segmentation_id': None, 'physical_network': None, 'id': 'b97f262b-f511-43d7-852b-9c27b3909c9d', 'network_type': u'local'}] Failed to bind port 51ea864d-fd75-49c5-8f93-0dbae35372f7 on host compute1 for vnic_type normal using segments [{'network_id': '2d81607e-dd16-454a-8e27-548cccb84c55', 'segmentation_id': None, 'physical_network': None, 'id': 'b97f262b-f511-43d7-852b-9c27b3909c9d', 'network_type': u'local'}] Failed to bind port 51ea864d-fd75-49c5-8f93-0dbae35372f7 on host compute1 for vnic_type normal using segments [{'network_id': '2d81607e-dd16-454a-8e27-548cccb84c55', 'segmentation_id': None, 'physical_network': None, 'id': 'b97f262b-f511-43d7-852b-9c27b3909c9d', 'network_type': u'local'}] Failed to bind port 51ea864d-fd75-49c5-8f93-0dbae35372f7 on host compute1 for vnic_type normal using segments [{'network_id': '2d81607e-dd16-454a-8e27-548cccb84c55', 'segmentation_id': None, 'physical_network': None, 'id': 'b97f262b-f511-43d7-852b-9c27b3909c9d', 'network_type': u'local'}] Failed to bind port 51ea864d-fd75-49c5-8f93-0dbae35372f7 on host compute1 for vnic_type normal using segments [{'network_id': '2d81607e-dd16-454a-8e27-548cccb84c55', 'segmentation_id': None, 'physical_network': None, 'id': 'b97f262b-f511-43d7-852b-9c27b3909c9d', 'network_type': u'local'}] Failed to bind port 51ea864d-fd75-49c5-8f93-0dbae35372f7 on host compute1 for vnic_type normal using segments [{'network_id': '2d81607e-dd16-454a-8e27-548cccb84c55', 'segmentation_id': None, 'physical_network': None, 'id': 'b97f262b-f511-43d7-852b-9c27b3909c9d', 'network_type': u'local'}] Failed to bind port 51ea864d-fd75-49c5-8f93-0dbae35372f7 on host compute1 for vnic_type normal using segments [{'network_id': '2d81607e-dd16-454a-8e27-548cccb84c55', 'segmentation_id': None, 'physical_network': None, 'id': 'b97f262b-f511-43d7-852b-9c27b3909c9d', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_gateway_network_two_bgp_speakers_same_scope [0.571141s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgp_peer_show_non_existent [0.244810s] ... ok Failed to bind port 4154aa28-a9f9-4af1-aef3-2b683dfc4288 on host compute1 for vnic_type normal using segments [{'network_id': '5a5091d8-e475-4108-9037-27905fa6fe9b', 'segmentation_id': None, 'physical_network': None, 'id': '5be5439d-af2c-4640-9562-cfc724a9609f', 'network_type': u'local'}] Failed to bind port 4154aa28-a9f9-4af1-aef3-2b683dfc4288 on host compute1 for vnic_type normal using segments [{'network_id': '5a5091d8-e475-4108-9037-27905fa6fe9b', 'segmentation_id': None, 'physical_network': None, 'id': '5be5439d-af2c-4640-9562-cfc724a9609f', 'network_type': u'local'}] Failed to bind port 4154aa28-a9f9-4af1-aef3-2b683dfc4288 on host compute1 for vnic_type normal using segments [{'network_id': '5a5091d8-e475-4108-9037-27905fa6fe9b', 'segmentation_id': None, 'physical_network': None, 'id': '5be5439d-af2c-4640-9562-cfc724a9609f', 'network_type': u'local'}] Failed to bind port 4154aa28-a9f9-4af1-aef3-2b683dfc4288 on host compute1 for vnic_type normal using segments [{'network_id': '5a5091d8-e475-4108-9037-27905fa6fe9b', 'segmentation_id': None, 'physical_network': None, 'id': '5be5439d-af2c-4640-9562-cfc724a9609f', 'network_type': u'local'}] Failed to bind port 4154aa28-a9f9-4af1-aef3-2b683dfc4288 on host compute1 for vnic_type normal using segments [{'network_id': '5a5091d8-e475-4108-9037-27905fa6fe9b', 'segmentation_id': None, 'physical_network': None, 'id': '5be5439d-af2c-4640-9562-cfc724a9609f', 'network_type': u'local'}] Failed to bind port 4154aa28-a9f9-4af1-aef3-2b683dfc4288 on host compute1 for vnic_type normal using segments [{'network_id': '5a5091d8-e475-4108-9037-27905fa6fe9b', 'segmentation_id': None, 'physical_network': None, 'id': '5be5439d-af2c-4640-9562-cfc724a9609f', 'network_type': u'local'}] Failed to bind port 4154aa28-a9f9-4af1-aef3-2b683dfc4288 on host compute1 for vnic_type normal using segments [{'network_id': '5a5091d8-e475-4108-9037-27905fa6fe9b', 'segmentation_id': None, 'physical_network': None, 'id': '5be5439d-af2c-4640-9562-cfc724a9609f', 'network_type': u'local'}] Failed to bind port 4154aa28-a9f9-4af1-aef3-2b683dfc4288 on host compute1 for vnic_type normal using segments [{'network_id': '5a5091d8-e475-4108-9037-27905fa6fe9b', 'segmentation_id': None, 'physical_network': None, 'id': '5be5439d-af2c-4640-9562-cfc724a9609f', 'network_type': u'local'}] Failed to bind port 4154aa28-a9f9-4af1-aef3-2b683dfc4288 on host compute1 for vnic_type normal using segments [{'network_id': '5a5091d8-e475-4108-9037-27905fa6fe9b', 'segmentation_id': None, 'physical_network': None, 'id': '5be5439d-af2c-4640-9562-cfc724a9609f', 'network_type': u'local'}] Failed to bind port 4154aa28-a9f9-4af1-aef3-2b683dfc4288 on host compute1 for vnic_type normal using segments [{'network_id': '5a5091d8-e475-4108-9037-27905fa6fe9b', 'segmentation_id': None, 'physical_network': None, 'id': '5be5439d-af2c-4640-9562-cfc724a9609f', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_create_bgp_peer [0.404669s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_create_bgp_peer_md5_auth_no_password [0.234026s] ... ok Failed to bind port 6aa2a3d1-98e0-4a06-b8ee-36b05f6591ae on host test-host for vnic_type normal using segments [{'network_id': 'd00f9412-32b4-4929-a1a3-37b7653aad29', 'segmentation_id': None, 'physical_network': None, 'id': 'b9323c19-2606-4b2b-bd69-70e5f842d354', 'network_type': u'local'}] Failed to bind port 6aa2a3d1-98e0-4a06-b8ee-36b05f6591ae on host test-host for vnic_type normal using segments [{'network_id': 'd00f9412-32b4-4929-a1a3-37b7653aad29', 'segmentation_id': None, 'physical_network': None, 'id': 'b9323c19-2606-4b2b-bd69-70e5f842d354', 'network_type': u'local'}] Failed to bind port 6aa2a3d1-98e0-4a06-b8ee-36b05f6591ae on host test-host for vnic_type normal using segments [{'network_id': 'd00f9412-32b4-4929-a1a3-37b7653aad29', 'segmentation_id': None, 'physical_network': None, 'id': 'b9323c19-2606-4b2b-bd69-70e5f842d354', 'network_type': u'local'}] Failed to bind port 6aa2a3d1-98e0-4a06-b8ee-36b05f6591ae on host test-host for vnic_type normal using segments [{'network_id': 'd00f9412-32b4-4929-a1a3-37b7653aad29', 'segmentation_id': None, 'physical_network': None, 'id': 'b9323c19-2606-4b2b-bd69-70e5f842d354', 'network_type': u'local'}] Failed to bind port 6aa2a3d1-98e0-4a06-b8ee-36b05f6591ae on host test-host for vnic_type normal using segments [{'network_id': 'd00f9412-32b4-4929-a1a3-37b7653aad29', 'segmentation_id': None, 'physical_network': None, 'id': 'b9323c19-2606-4b2b-bd69-70e5f842d354', 'network_type': u'local'}] Failed to bind port 6aa2a3d1-98e0-4a06-b8ee-36b05f6591ae on host test-host for vnic_type normal using segments [{'network_id': 'd00f9412-32b4-4929-a1a3-37b7653aad29', 'segmentation_id': None, 'physical_network': None, 'id': 'b9323c19-2606-4b2b-bd69-70e5f842d354', 'network_type': u'local'}] Failed to bind port 6aa2a3d1-98e0-4a06-b8ee-36b05f6591ae on host test-host for vnic_type normal using segments [{'network_id': 'd00f9412-32b4-4929-a1a3-37b7653aad29', 'segmentation_id': None, 'physical_network': None, 'id': 'b9323c19-2606-4b2b-bd69-70e5f842d354', 'network_type': u'local'}] Failed to bind port 6aa2a3d1-98e0-4a06-b8ee-36b05f6591ae on host test-host for vnic_type normal using segments [{'network_id': 'd00f9412-32b4-4929-a1a3-37b7653aad29', 'segmentation_id': None, 'physical_network': None, 'id': 'b9323c19-2606-4b2b-bd69-70e5f842d354', 'network_type': u'local'}] Failed to bind port 6aa2a3d1-98e0-4a06-b8ee-36b05f6591ae on host test-host for vnic_type normal using segments [{'network_id': 'd00f9412-32b4-4929-a1a3-37b7653aad29', 'segmentation_id': None, 'physical_network': None, 'id': 'b9323c19-2606-4b2b-bd69-70e5f842d354', 'network_type': u'local'}] Failed to bind port 6aa2a3d1-98e0-4a06-b8ee-36b05f6591ae on host test-host for vnic_type normal using segments [{'network_id': 'd00f9412-32b4-4929-a1a3-37b7653aad29', 'segmentation_id': None, 'physical_network': None, 'id': 'b9323c19-2606-4b2b-bd69-70e5f842d354', 'network_type': u'local'}] {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_fip_next_hop_legacy [7.351775s] ... ok Failed to bind port 38a19801-0486-47bf-ad3f-b20e44cada81 on host test-host for vnic_type normal using segments [{'network_id': '3c09e57e-d7f9-44d7-b459-d6c45a01ad34', 'segmentation_id': None, 'physical_network': None, 'id': '365cce15-2900-4fa0-84d6-20079c2d3560', 'network_type': u'local'}] Failed to bind port 38a19801-0486-47bf-ad3f-b20e44cada81 on host test-host for vnic_type normal using segments [{'network_id': '3c09e57e-d7f9-44d7-b459-d6c45a01ad34', 'segmentation_id': None, 'physical_network': None, 'id': '365cce15-2900-4fa0-84d6-20079c2d3560', 'network_type': u'local'}] Failed to bind port 38a19801-0486-47bf-ad3f-b20e44cada81 on host test-host for vnic_type normal using segments [{'network_id': '3c09e57e-d7f9-44d7-b459-d6c45a01ad34', 'segmentation_id': None, 'physical_network': None, 'id': '365cce15-2900-4fa0-84d6-20079c2d3560', 'network_type': u'local'}] Failed to bind port 38a19801-0486-47bf-ad3f-b20e44cada81 on host test-host for vnic_type normal using segments [{'network_id': '3c09e57e-d7f9-44d7-b459-d6c45a01ad34', 'segmentation_id': None, 'physical_network': None, 'id': '365cce15-2900-4fa0-84d6-20079c2d3560', 'network_type': u'local'}] Failed to bind port 38a19801-0486-47bf-ad3f-b20e44cada81 on host test-host for vnic_type normal using segments [{'network_id': '3c09e57e-d7f9-44d7-b459-d6c45a01ad34', 'segmentation_id': None, 'physical_network': None, 'id': '365cce15-2900-4fa0-84d6-20079c2d3560', 'network_type': u'local'}] Failed to bind port 38a19801-0486-47bf-ad3f-b20e44cada81 on host test-host for vnic_type normal using segments [{'network_id': '3c09e57e-d7f9-44d7-b459-d6c45a01ad34', 'segmentation_id': None, 'physical_network': None, 'id': '365cce15-2900-4fa0-84d6-20079c2d3560', 'network_type': u'local'}] Failed to bind port 38a19801-0486-47bf-ad3f-b20e44cada81 on host test-host for vnic_type normal using segments [{'network_id': '3c09e57e-d7f9-44d7-b459-d6c45a01ad34', 'segmentation_id': None, 'physical_network': None, 'id': '365cce15-2900-4fa0-84d6-20079c2d3560', 'network_type': u'local'}] Failed to bind port 38a19801-0486-47bf-ad3f-b20e44cada81 on host test-host for vnic_type normal using segments [{'network_id': '3c09e57e-d7f9-44d7-b459-d6c45a01ad34', 'segmentation_id': None, 'physical_network': None, 'id': '365cce15-2900-4fa0-84d6-20079c2d3560', 'network_type': u'local'}] Failed to bind port 38a19801-0486-47bf-ad3f-b20e44cada81 on host test-host for vnic_type normal using segments [{'network_id': '3c09e57e-d7f9-44d7-b459-d6c45a01ad34', 'segmentation_id': None, 'physical_network': None, 'id': '365cce15-2900-4fa0-84d6-20079c2d3560', 'network_type': u'local'}] Failed to bind port 38a19801-0486-47bf-ad3f-b20e44cada81 on host test-host for vnic_type normal using segments [{'network_id': '3c09e57e-d7f9-44d7-b459-d6c45a01ad34', 'segmentation_id': None, 'physical_network': None, 'id': '365cce15-2900-4fa0-84d6-20079c2d3560', 'network_type': u'local'}] Failed to bind port e9889401-709d-4898-955b-4ea93e128a03 on host test-host for vnic_type normal using segments [{'network_id': '5994984e-5356-42d9-97de-12e61cae4f02', 'segmentation_id': None, 'physical_network': None, 'id': '1b2449a0-5c71-4e2d-be32-24e8478d1b95', 'network_type': u'local'}] Failed to bind port e9889401-709d-4898-955b-4ea93e128a03 on host test-host for vnic_type normal using segments [{'network_id': '5994984e-5356-42d9-97de-12e61cae4f02', 'segmentation_id': None, 'physical_network': None, 'id': '1b2449a0-5c71-4e2d-be32-24e8478d1b95', 'network_type': u'local'}] Failed to bind port e9889401-709d-4898-955b-4ea93e128a03 on host test-host for vnic_type normal using segments [{'network_id': '5994984e-5356-42d9-97de-12e61cae4f02', 'segmentation_id': None, 'physical_network': None, 'id': '1b2449a0-5c71-4e2d-be32-24e8478d1b95', 'network_type': u'local'}] Failed to bind port e9889401-709d-4898-955b-4ea93e128a03 on host test-host for vnic_type normal using segments [{'network_id': '5994984e-5356-42d9-97de-12e61cae4f02', 'segmentation_id': None, 'physical_network': None, 'id': '1b2449a0-5c71-4e2d-be32-24e8478d1b95', 'network_type': u'local'}] Failed to bind port e9889401-709d-4898-955b-4ea93e128a03 on host test-host for vnic_type normal using segments [{'network_id': '5994984e-5356-42d9-97de-12e61cae4f02', 'segmentation_id': None, 'physical_network': None, 'id': '1b2449a0-5c71-4e2d-be32-24e8478d1b95', 'network_type': u'local'}] Failed to bind port e9889401-709d-4898-955b-4ea93e128a03 on host test-host for vnic_type normal using segments [{'network_id': '5994984e-5356-42d9-97de-12e61cae4f02', 'segmentation_id': None, 'physical_network': None, 'id': '1b2449a0-5c71-4e2d-be32-24e8478d1b95', 'network_type': u'local'}] Failed to bind port e9889401-709d-4898-955b-4ea93e128a03 on host test-host for vnic_type normal using segments [{'network_id': '5994984e-5356-42d9-97de-12e61cae4f02', 'segmentation_id': None, 'physical_network': None, 'id': '1b2449a0-5c71-4e2d-be32-24e8478d1b95', 'network_type': u'local'}] Failed to bind port e9889401-709d-4898-955b-4ea93e128a03 on host test-host for vnic_type normal using segments [{'network_id': '5994984e-5356-42d9-97de-12e61cae4f02', 'segmentation_id': None, 'physical_network': None, 'id': '1b2449a0-5c71-4e2d-be32-24e8478d1b95', 'network_type': u'local'}] Failed to bind port e9889401-709d-4898-955b-4ea93e128a03 on host test-host for vnic_type normal using segments [{'network_id': '5994984e-5356-42d9-97de-12e61cae4f02', 'segmentation_id': None, 'physical_network': None, 'id': '1b2449a0-5c71-4e2d-be32-24e8478d1b95', 'network_type': u'local'}] Failed to bind port e9889401-709d-4898-955b-4ea93e128a03 on host test-host for vnic_type normal using segments [{'network_id': '5994984e-5356-42d9-97de-12e61cae4f02', 'segmentation_id': None, 'physical_network': None, 'id': '1b2449a0-5c71-4e2d-be32-24e8478d1b95', 'network_type': u'local'}] Failed to bind port a333175c-56cb-4762-a84a-f65aab7f5a0d on host test-host for vnic_type normal using segments [{'network_id': 'e78f8225-e5d0-447f-9435-878714aba8ba', 'segmentation_id': None, 'physical_network': None, 'id': 'c8b053f2-5a1f-462d-b10c-93a8c3a6b2de', 'network_type': u'local'}] Failed to bind port a333175c-56cb-4762-a84a-f65aab7f5a0d on host test-host for vnic_type normal using segments [{'network_id': 'e78f8225-e5d0-447f-9435-878714aba8ba', 'segmentation_id': None, 'physical_network': None, 'id': 'c8b053f2-5a1f-462d-b10c-93a8c3a6b2de', 'network_type': u'local'}] Failed to bind port a333175c-56cb-4762-a84a-f65aab7f5a0d on host test-host for vnic_type normal using segments [{'network_id': 'e78f8225-e5d0-447f-9435-878714aba8ba', 'segmentation_id': None, 'physical_network': None, 'id': 'c8b053f2-5a1f-462d-b10c-93a8c3a6b2de', 'network_type': u'local'}] Failed to bind port a333175c-56cb-4762-a84a-f65aab7f5a0d on host test-host for vnic_type normal using segments [{'network_id': 'e78f8225-e5d0-447f-9435-878714aba8ba', 'segmentation_id': None, 'physical_network': None, 'id': 'c8b053f2-5a1f-462d-b10c-93a8c3a6b2de', 'network_type': u'local'}] Failed to bind port a333175c-56cb-4762-a84a-f65aab7f5a0d on host test-host for vnic_type normal using segments [{'network_id': 'e78f8225-e5d0-447f-9435-878714aba8ba', 'segmentation_id': None, 'physical_network': None, 'id': 'c8b053f2-5a1f-462d-b10c-93a8c3a6b2de', 'network_type': u'local'}] Failed to bind port a333175c-56cb-4762-a84a-f65aab7f5a0d on host test-host for vnic_type normal using segments [{'network_id': 'e78f8225-e5d0-447f-9435-878714aba8ba', 'segmentation_id': None, 'physical_network': None, 'id': 'c8b053f2-5a1f-462d-b10c-93a8c3a6b2de', 'network_type': u'local'}] Failed to bind port a333175c-56cb-4762-a84a-f65aab7f5a0d on host test-host for vnic_type normal using segments [{'network_id': 'e78f8225-e5d0-447f-9435-878714aba8ba', 'segmentation_id': None, 'physical_network': None, 'id': 'c8b053f2-5a1f-462d-b10c-93a8c3a6b2de', 'network_type': u'local'}] Failed to bind port a333175c-56cb-4762-a84a-f65aab7f5a0d on host test-host for vnic_type normal using segments [{'network_id': 'e78f8225-e5d0-447f-9435-878714aba8ba', 'segmentation_id': None, 'physical_network': None, 'id': 'c8b053f2-5a1f-462d-b10c-93a8c3a6b2de', 'network_type': u'local'}] Failed to bind port a333175c-56cb-4762-a84a-f65aab7f5a0d on host test-host for vnic_type normal using segments [{'network_id': 'e78f8225-e5d0-447f-9435-878714aba8ba', 'segmentation_id': None, 'physical_network': None, 'id': 'c8b053f2-5a1f-462d-b10c-93a8c3a6b2de', 'network_type': u'local'}] Failed to bind port a333175c-56cb-4762-a84a-f65aab7f5a0d on host test-host for vnic_type normal using segments [{'network_id': 'e78f8225-e5d0-447f-9435-878714aba8ba', 'segmentation_id': None, 'physical_network': None, 'id': 'c8b053f2-5a1f-462d-b10c-93a8c3a6b2de', '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 [20.128143s] ... ok Failed to bind port c724cd20-38bd-4e6c-9d22-0d73d4cbb0a3 on host test-host for vnic_type normal using segments [{'network_id': 'f9fb6496-6024-4f40-aef4-72b01639886d', 'segmentation_id': None, 'physical_network': None, 'id': '4d5c9236-8632-49c5-820b-22b3dfdd9981', 'network_type': u'local'}] Failed to bind port c724cd20-38bd-4e6c-9d22-0d73d4cbb0a3 on host test-host for vnic_type normal using segments [{'network_id': 'f9fb6496-6024-4f40-aef4-72b01639886d', 'segmentation_id': None, 'physical_network': None, 'id': '4d5c9236-8632-49c5-820b-22b3dfdd9981', 'network_type': u'local'}] Failed to bind port c724cd20-38bd-4e6c-9d22-0d73d4cbb0a3 on host test-host for vnic_type normal using segments [{'network_id': 'f9fb6496-6024-4f40-aef4-72b01639886d', 'segmentation_id': None, 'physical_network': None, 'id': '4d5c9236-8632-49c5-820b-22b3dfdd9981', 'network_type': u'local'}] Failed to bind port c724cd20-38bd-4e6c-9d22-0d73d4cbb0a3 on host test-host for vnic_type normal using segments [{'network_id': 'f9fb6496-6024-4f40-aef4-72b01639886d', 'segmentation_id': None, 'physical_network': None, 'id': '4d5c9236-8632-49c5-820b-22b3dfdd9981', 'network_type': u'local'}] Failed to bind port c724cd20-38bd-4e6c-9d22-0d73d4cbb0a3 on host test-host for vnic_type normal using segments [{'network_id': 'f9fb6496-6024-4f40-aef4-72b01639886d', 'segmentation_id': None, 'physical_network': None, 'id': '4d5c9236-8632-49c5-820b-22b3dfdd9981', 'network_type': u'local'}] Failed to bind port c724cd20-38bd-4e6c-9d22-0d73d4cbb0a3 on host test-host for vnic_type normal using segments [{'network_id': 'f9fb6496-6024-4f40-aef4-72b01639886d', 'segmentation_id': None, 'physical_network': None, 'id': '4d5c9236-8632-49c5-820b-22b3dfdd9981', 'network_type': u'local'}] Failed to bind port c724cd20-38bd-4e6c-9d22-0d73d4cbb0a3 on host test-host for vnic_type normal using segments [{'network_id': 'f9fb6496-6024-4f40-aef4-72b01639886d', 'segmentation_id': None, 'physical_network': None, 'id': '4d5c9236-8632-49c5-820b-22b3dfdd9981', 'network_type': u'local'}] Failed to bind port c724cd20-38bd-4e6c-9d22-0d73d4cbb0a3 on host test-host for vnic_type normal using segments [{'network_id': 'f9fb6496-6024-4f40-aef4-72b01639886d', 'segmentation_id': None, 'physical_network': None, 'id': '4d5c9236-8632-49c5-820b-22b3dfdd9981', 'network_type': u'local'}] Failed to bind port c724cd20-38bd-4e6c-9d22-0d73d4cbb0a3 on host test-host for vnic_type normal using segments [{'network_id': 'f9fb6496-6024-4f40-aef4-72b01639886d', 'segmentation_id': None, 'physical_network': None, 'id': '4d5c9236-8632-49c5-820b-22b3dfdd9981', 'network_type': u'local'}] Failed to bind port c724cd20-38bd-4e6c-9d22-0d73d4cbb0a3 on host test-host for vnic_type normal using segments [{'network_id': 'f9fb6496-6024-4f40-aef4-72b01639886d', 'segmentation_id': None, 'physical_network': None, 'id': '4d5c9236-8632-49c5-820b-22b3dfdd9981', 'network_type': u'local'}] {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_routes_by_router_with_fip [7.311378s] ... ok Failed to bind port 8b280cab-0cb1-418b-8c78-d4b9d894868b on host test-host for vnic_type normal using segments [{'network_id': '2d8db205-3b7c-4edd-8272-14ae726c6d47', 'segmentation_id': None, 'physical_network': None, 'id': '5758cc96-a459-4552-843b-701ce51fd3ae', 'network_type': u'local'}] Failed to bind port 8b280cab-0cb1-418b-8c78-d4b9d894868b on host test-host for vnic_type normal using segments [{'network_id': '2d8db205-3b7c-4edd-8272-14ae726c6d47', 'segmentation_id': None, 'physical_network': None, 'id': '5758cc96-a459-4552-843b-701ce51fd3ae', 'network_type': u'local'}] Failed to bind port 8b280cab-0cb1-418b-8c78-d4b9d894868b on host test-host for vnic_type normal using segments [{'network_id': '2d8db205-3b7c-4edd-8272-14ae726c6d47', 'segmentation_id': None, 'physical_network': None, 'id': '5758cc96-a459-4552-843b-701ce51fd3ae', 'network_type': u'local'}] Failed to bind port 8b280cab-0cb1-418b-8c78-d4b9d894868b on host test-host for vnic_type normal using segments [{'network_id': '2d8db205-3b7c-4edd-8272-14ae726c6d47', 'segmentation_id': None, 'physical_network': None, 'id': '5758cc96-a459-4552-843b-701ce51fd3ae', 'network_type': u'local'}] Failed to bind port 8b280cab-0cb1-418b-8c78-d4b9d894868b on host test-host for vnic_type normal using segments [{'network_id': '2d8db205-3b7c-4edd-8272-14ae726c6d47', 'segmentation_id': None, 'physical_network': None, 'id': '5758cc96-a459-4552-843b-701ce51fd3ae', 'network_type': u'local'}] Failed to bind port 8b280cab-0cb1-418b-8c78-d4b9d894868b on host test-host for vnic_type normal using segments [{'network_id': '2d8db205-3b7c-4edd-8272-14ae726c6d47', 'segmentation_id': None, 'physical_network': None, 'id': '5758cc96-a459-4552-843b-701ce51fd3ae', 'network_type': u'local'}] Failed to bind port 8b280cab-0cb1-418b-8c78-d4b9d894868b on host test-host for vnic_type normal using segments [{'network_id': '2d8db205-3b7c-4edd-8272-14ae726c6d47', 'segmentation_id': None, 'physical_network': None, 'id': '5758cc96-a459-4552-843b-701ce51fd3ae', 'network_type': u'local'}] Failed to bind port 8b280cab-0cb1-418b-8c78-d4b9d894868b on host test-host for vnic_type normal using segments [{'network_id': '2d8db205-3b7c-4edd-8272-14ae726c6d47', 'segmentation_id': None, 'physical_network': None, 'id': '5758cc96-a459-4552-843b-701ce51fd3ae', 'network_type': u'local'}] Failed to bind port 8b280cab-0cb1-418b-8c78-d4b9d894868b on host test-host for vnic_type normal using segments [{'network_id': '2d8db205-3b7c-4edd-8272-14ae726c6d47', 'segmentation_id': None, 'physical_network': None, 'id': '5758cc96-a459-4552-843b-701ce51fd3ae', 'network_type': u'local'}] Failed to bind port 8b280cab-0cb1-418b-8c78-d4b9d894868b on host test-host for vnic_type normal using segments [{'network_id': '2d8db205-3b7c-4edd-8272-14ae726c6d47', 'segmentation_id': None, 'physical_network': None, 'id': '5758cc96-a459-4552-843b-701ce51fd3ae', '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 [10.068825s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_ipv4_tenant_subnet_routes_by_bgp_speaker_dvr_router [4.594924s] ... ok Failed to bind port 5353e9ec-7779-46c8-9fda-c541f434f6d4 on host test-host for vnic_type normal using segments [{'network_id': '534311e6-61d4-409d-9e03-0a177d261051', 'segmentation_id': None, 'physical_network': None, 'id': '99ce6cd2-c5f2-49e0-9be7-9eb813556e1b', 'network_type': u'local'}] Failed to bind port 5353e9ec-7779-46c8-9fda-c541f434f6d4 on host test-host for vnic_type normal using segments [{'network_id': '534311e6-61d4-409d-9e03-0a177d261051', 'segmentation_id': None, 'physical_network': None, 'id': '99ce6cd2-c5f2-49e0-9be7-9eb813556e1b', 'network_type': u'local'}] Failed to bind port 5353e9ec-7779-46c8-9fda-c541f434f6d4 on host test-host for vnic_type normal using segments [{'network_id': '534311e6-61d4-409d-9e03-0a177d261051', 'segmentation_id': None, 'physical_network': None, 'id': '99ce6cd2-c5f2-49e0-9be7-9eb813556e1b', 'network_type': u'local'}] Failed to bind port 5353e9ec-7779-46c8-9fda-c541f434f6d4 on host test-host for vnic_type normal using segments [{'network_id': '534311e6-61d4-409d-9e03-0a177d261051', 'segmentation_id': None, 'physical_network': None, 'id': '99ce6cd2-c5f2-49e0-9be7-9eb813556e1b', 'network_type': u'local'}] Failed to bind port 5353e9ec-7779-46c8-9fda-c541f434f6d4 on host test-host for vnic_type normal using segments [{'network_id': '534311e6-61d4-409d-9e03-0a177d261051', 'segmentation_id': None, 'physical_network': None, 'id': '99ce6cd2-c5f2-49e0-9be7-9eb813556e1b', 'network_type': u'local'}] Failed to bind port 5353e9ec-7779-46c8-9fda-c541f434f6d4 on host test-host for vnic_type normal using segments [{'network_id': '534311e6-61d4-409d-9e03-0a177d261051', 'segmentation_id': None, 'physical_network': None, 'id': '99ce6cd2-c5f2-49e0-9be7-9eb813556e1b', 'network_type': u'local'}] Failed to bind port 5353e9ec-7779-46c8-9fda-c541f434f6d4 on host test-host for vnic_type normal using segments [{'network_id': '534311e6-61d4-409d-9e03-0a177d261051', 'segmentation_id': None, 'physical_network': None, 'id': '99ce6cd2-c5f2-49e0-9be7-9eb813556e1b', 'network_type': u'local'}] Failed to bind port 5353e9ec-7779-46c8-9fda-c541f434f6d4 on host test-host for vnic_type normal using segments [{'network_id': '534311e6-61d4-409d-9e03-0a177d261051', 'segmentation_id': None, 'physical_network': None, 'id': '99ce6cd2-c5f2-49e0-9be7-9eb813556e1b', 'network_type': u'local'}] Failed to bind port 5353e9ec-7779-46c8-9fda-c541f434f6d4 on host test-host for vnic_type normal using segments [{'network_id': '534311e6-61d4-409d-9e03-0a177d261051', 'segmentation_id': None, 'physical_network': None, 'id': '99ce6cd2-c5f2-49e0-9be7-9eb813556e1b', 'network_type': u'local'}] Failed to bind port 5353e9ec-7779-46c8-9fda-c541f434f6d4 on host test-host for vnic_type normal using segments [{'network_id': '534311e6-61d4-409d-9e03-0a177d261051', 'segmentation_id': None, 'physical_network': None, 'id': '99ce6cd2-c5f2-49e0-9be7-9eb813556e1b', 'network_type': u'local'}] {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_all_routes_by_bgp_speaker_different_tenant_address_scope [4.425831s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgp_speaker_show_non_existent [0.316513s] ... ok Failed to bind port 9e39bc23-3049-48af-b42c-86e2d2de206c on host test-host for vnic_type normal using segments [{'network_id': '6a4fa3c0-2b61-4def-a276-e48c9b0dac05', 'segmentation_id': None, 'physical_network': None, 'id': 'cdb10920-bdf0-4dfd-a3a7-92d4cf4b39e1', 'network_type': u'local'}] Failed to bind port 9e39bc23-3049-48af-b42c-86e2d2de206c on host test-host for vnic_type normal using segments [{'network_id': '6a4fa3c0-2b61-4def-a276-e48c9b0dac05', 'segmentation_id': None, 'physical_network': None, 'id': 'cdb10920-bdf0-4dfd-a3a7-92d4cf4b39e1', 'network_type': u'local'}] Failed to bind port 9e39bc23-3049-48af-b42c-86e2d2de206c on host test-host for vnic_type normal using segments [{'network_id': '6a4fa3c0-2b61-4def-a276-e48c9b0dac05', 'segmentation_id': None, 'physical_network': None, 'id': 'cdb10920-bdf0-4dfd-a3a7-92d4cf4b39e1', 'network_type': u'local'}] Failed to bind port 9e39bc23-3049-48af-b42c-86e2d2de206c on host test-host for vnic_type normal using segments [{'network_id': '6a4fa3c0-2b61-4def-a276-e48c9b0dac05', 'segmentation_id': None, 'physical_network': None, 'id': 'cdb10920-bdf0-4dfd-a3a7-92d4cf4b39e1', 'network_type': u'local'}] Failed to bind port 9e39bc23-3049-48af-b42c-86e2d2de206c on host test-host for vnic_type normal using segments [{'network_id': '6a4fa3c0-2b61-4def-a276-e48c9b0dac05', 'segmentation_id': None, 'physical_network': None, 'id': 'cdb10920-bdf0-4dfd-a3a7-92d4cf4b39e1', 'network_type': u'local'}] Failed to bind port 9e39bc23-3049-48af-b42c-86e2d2de206c on host test-host for vnic_type normal using segments [{'network_id': '6a4fa3c0-2b61-4def-a276-e48c9b0dac05', 'segmentation_id': None, 'physical_network': None, 'id': 'cdb10920-bdf0-4dfd-a3a7-92d4cf4b39e1', 'network_type': u'local'}] Failed to bind port 9e39bc23-3049-48af-b42c-86e2d2de206c on host test-host for vnic_type normal using segments [{'network_id': '6a4fa3c0-2b61-4def-a276-e48c9b0dac05', 'segmentation_id': None, 'physical_network': None, 'id': 'cdb10920-bdf0-4dfd-a3a7-92d4cf4b39e1', 'network_type': u'local'}] Failed to bind port 9e39bc23-3049-48af-b42c-86e2d2de206c on host test-host for vnic_type normal using segments [{'network_id': '6a4fa3c0-2b61-4def-a276-e48c9b0dac05', 'segmentation_id': None, 'physical_network': None, 'id': 'cdb10920-bdf0-4dfd-a3a7-92d4cf4b39e1', 'network_type': u'local'}] Failed to bind port 9e39bc23-3049-48af-b42c-86e2d2de206c on host test-host for vnic_type normal using segments [{'network_id': '6a4fa3c0-2b61-4def-a276-e48c9b0dac05', 'segmentation_id': None, 'physical_network': None, 'id': 'cdb10920-bdf0-4dfd-a3a7-92d4cf4b39e1', 'network_type': u'local'}] Failed to bind port 9e39bc23-3049-48af-b42c-86e2d2de206c on host test-host for vnic_type normal using segments [{'network_id': '6a4fa3c0-2b61-4def-a276-e48c9b0dac05', 'segmentation_id': None, 'physical_network': None, 'id': 'cdb10920-bdf0-4dfd-a3a7-92d4cf4b39e1', 'network_type': u'local'}] {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_bgp_speaker_id_with_fip [6.029757s] ... ok Failed to bind port a8a519f8-2d49-4a2e-8acb-83c813bd8c1e on host test-host for vnic_type normal using segments [{'network_id': '5dbc76aa-438e-46ef-9ca5-8539481375c5', 'segmentation_id': None, 'physical_network': None, 'id': '0c1dc998-f46f-41f0-afd9-0060d6b0139f', 'network_type': u'local'}] Failed to bind port a8a519f8-2d49-4a2e-8acb-83c813bd8c1e on host test-host for vnic_type normal using segments [{'network_id': '5dbc76aa-438e-46ef-9ca5-8539481375c5', 'segmentation_id': None, 'physical_network': None, 'id': '0c1dc998-f46f-41f0-afd9-0060d6b0139f', 'network_type': u'local'}] Failed to bind port a8a519f8-2d49-4a2e-8acb-83c813bd8c1e on host test-host for vnic_type normal using segments [{'network_id': '5dbc76aa-438e-46ef-9ca5-8539481375c5', 'segmentation_id': None, 'physical_network': None, 'id': '0c1dc998-f46f-41f0-afd9-0060d6b0139f', 'network_type': u'local'}] Failed to bind port a8a519f8-2d49-4a2e-8acb-83c813bd8c1e on host test-host for vnic_type normal using segments [{'network_id': '5dbc76aa-438e-46ef-9ca5-8539481375c5', 'segmentation_id': None, 'physical_network': None, 'id': '0c1dc998-f46f-41f0-afd9-0060d6b0139f', 'network_type': u'local'}] Failed to bind port a8a519f8-2d49-4a2e-8acb-83c813bd8c1e on host test-host for vnic_type normal using segments [{'network_id': '5dbc76aa-438e-46ef-9ca5-8539481375c5', 'segmentation_id': None, 'physical_network': None, 'id': '0c1dc998-f46f-41f0-afd9-0060d6b0139f', 'network_type': u'local'}] Failed to bind port a8a519f8-2d49-4a2e-8acb-83c813bd8c1e on host test-host for vnic_type normal using segments [{'network_id': '5dbc76aa-438e-46ef-9ca5-8539481375c5', 'segmentation_id': None, 'physical_network': None, 'id': '0c1dc998-f46f-41f0-afd9-0060d6b0139f', 'network_type': u'local'}] Failed to bind port a8a519f8-2d49-4a2e-8acb-83c813bd8c1e on host test-host for vnic_type normal using segments [{'network_id': '5dbc76aa-438e-46ef-9ca5-8539481375c5', 'segmentation_id': None, 'physical_network': None, 'id': '0c1dc998-f46f-41f0-afd9-0060d6b0139f', 'network_type': u'local'}] Failed to bind port a8a519f8-2d49-4a2e-8acb-83c813bd8c1e on host test-host for vnic_type normal using segments [{'network_id': '5dbc76aa-438e-46ef-9ca5-8539481375c5', 'segmentation_id': None, 'physical_network': None, 'id': '0c1dc998-f46f-41f0-afd9-0060d6b0139f', 'network_type': u'local'}] Failed to bind port a8a519f8-2d49-4a2e-8acb-83c813bd8c1e on host test-host for vnic_type normal using segments [{'network_id': '5dbc76aa-438e-46ef-9ca5-8539481375c5', 'segmentation_id': None, 'physical_network': None, 'id': '0c1dc998-f46f-41f0-afd9-0060d6b0139f', 'network_type': u'local'}] Failed to bind port a8a519f8-2d49-4a2e-8acb-83c813bd8c1e on host test-host for vnic_type normal using segments [{'network_id': '5dbc76aa-438e-46ef-9ca5-8539481375c5', 'segmentation_id': None, 'physical_network': None, 'id': '0c1dc998-f46f-41f0-afd9-0060d6b0139f', '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 [19.035273s] ... ok Failed to bind port 35c62811-317d-4cea-9944-619dc5afe4a5 on host compute1 for vnic_type normal using segments [{'network_id': '9de29e64-b4fc-4e53-9c44-2a0b5c1448f6', 'segmentation_id': None, 'physical_network': None, 'id': '31ee27b2-b8e0-4253-8a4e-304da0887dde', 'network_type': u'local'}] Failed to bind port 35c62811-317d-4cea-9944-619dc5afe4a5 on host compute1 for vnic_type normal using segments [{'network_id': '9de29e64-b4fc-4e53-9c44-2a0b5c1448f6', 'segmentation_id': None, 'physical_network': None, 'id': '31ee27b2-b8e0-4253-8a4e-304da0887dde', 'network_type': u'local'}] Failed to bind port 35c62811-317d-4cea-9944-619dc5afe4a5 on host compute1 for vnic_type normal using segments [{'network_id': '9de29e64-b4fc-4e53-9c44-2a0b5c1448f6', 'segmentation_id': None, 'physical_network': None, 'id': '31ee27b2-b8e0-4253-8a4e-304da0887dde', 'network_type': u'local'}] Failed to bind port 35c62811-317d-4cea-9944-619dc5afe4a5 on host compute1 for vnic_type normal using segments [{'network_id': '9de29e64-b4fc-4e53-9c44-2a0b5c1448f6', 'segmentation_id': None, 'physical_network': None, 'id': '31ee27b2-b8e0-4253-8a4e-304da0887dde', 'network_type': u'local'}] Failed to bind port 35c62811-317d-4cea-9944-619dc5afe4a5 on host compute1 for vnic_type normal using segments [{'network_id': '9de29e64-b4fc-4e53-9c44-2a0b5c1448f6', 'segmentation_id': None, 'physical_network': None, 'id': '31ee27b2-b8e0-4253-8a4e-304da0887dde', 'network_type': u'local'}] Failed to bind port 35c62811-317d-4cea-9944-619dc5afe4a5 on host compute1 for vnic_type normal using segments [{'network_id': '9de29e64-b4fc-4e53-9c44-2a0b5c1448f6', 'segmentation_id': None, 'physical_network': None, 'id': '31ee27b2-b8e0-4253-8a4e-304da0887dde', 'network_type': u'local'}] Failed to bind port 35c62811-317d-4cea-9944-619dc5afe4a5 on host compute1 for vnic_type normal using segments [{'network_id': '9de29e64-b4fc-4e53-9c44-2a0b5c1448f6', 'segmentation_id': None, 'physical_network': None, 'id': '31ee27b2-b8e0-4253-8a4e-304da0887dde', 'network_type': u'local'}] Failed to bind port 35c62811-317d-4cea-9944-619dc5afe4a5 on host compute1 for vnic_type normal using segments [{'network_id': '9de29e64-b4fc-4e53-9c44-2a0b5c1448f6', 'segmentation_id': None, 'physical_network': None, 'id': '31ee27b2-b8e0-4253-8a4e-304da0887dde', 'network_type': u'local'}] Failed to bind port 35c62811-317d-4cea-9944-619dc5afe4a5 on host compute1 for vnic_type normal using segments [{'network_id': '9de29e64-b4fc-4e53-9c44-2a0b5c1448f6', 'segmentation_id': None, 'physical_network': None, 'id': '31ee27b2-b8e0-4253-8a4e-304da0887dde', 'network_type': u'local'}] Failed to bind port 35c62811-317d-4cea-9944-619dc5afe4a5 on host compute1 for vnic_type normal using segments [{'network_id': '9de29e64-b4fc-4e53-9c44-2a0b5c1448f6', 'segmentation_id': None, 'physical_network': None, 'id': '31ee27b2-b8e0-4253-8a4e-304da0887dde', 'network_type': u'local'}] Failed to bind port c9ccebeb-1a3e-463c-8550-48fc646c7dc5 on host test-host for vnic_type normal using segments [{'network_id': '8dcd8a16-a077-4462-9c45-830001dfb688', 'segmentation_id': None, 'physical_network': None, 'id': 'c404ddd1-58d8-471f-9b8e-eafe72578038', 'network_type': u'local'}] Failed to bind port c9ccebeb-1a3e-463c-8550-48fc646c7dc5 on host test-host for vnic_type normal using segments [{'network_id': '8dcd8a16-a077-4462-9c45-830001dfb688', 'segmentation_id': None, 'physical_network': None, 'id': 'c404ddd1-58d8-471f-9b8e-eafe72578038', 'network_type': u'local'}] Failed to bind port c9ccebeb-1a3e-463c-8550-48fc646c7dc5 on host test-host for vnic_type normal using segments [{'network_id': '8dcd8a16-a077-4462-9c45-830001dfb688', 'segmentation_id': None, 'physical_network': None, 'id': 'c404ddd1-58d8-471f-9b8e-eafe72578038', 'network_type': u'local'}] Failed to bind port c9ccebeb-1a3e-463c-8550-48fc646c7dc5 on host test-host for vnic_type normal using segments [{'network_id': '8dcd8a16-a077-4462-9c45-830001dfb688', 'segmentation_id': None, 'physical_network': None, 'id': 'c404ddd1-58d8-471f-9b8e-eafe72578038', 'network_type': u'local'}] Failed to bind port c9ccebeb-1a3e-463c-8550-48fc646c7dc5 on host test-host for vnic_type normal using segments [{'network_id': '8dcd8a16-a077-4462-9c45-830001dfb688', 'segmentation_id': None, 'physical_network': None, 'id': 'c404ddd1-58d8-471f-9b8e-eafe72578038', 'network_type': u'local'}] Failed to bind port c9ccebeb-1a3e-463c-8550-48fc646c7dc5 on host test-host for vnic_type normal using segments [{'network_id': '8dcd8a16-a077-4462-9c45-830001dfb688', 'segmentation_id': None, 'physical_network': None, 'id': 'c404ddd1-58d8-471f-9b8e-eafe72578038', 'network_type': u'local'}] Failed to bind port c9ccebeb-1a3e-463c-8550-48fc646c7dc5 on host test-host for vnic_type normal using segments [{'network_id': '8dcd8a16-a077-4462-9c45-830001dfb688', 'segmentation_id': None, 'physical_network': None, 'id': 'c404ddd1-58d8-471f-9b8e-eafe72578038', 'network_type': u'local'}] Failed to bind port c9ccebeb-1a3e-463c-8550-48fc646c7dc5 on host test-host for vnic_type normal using segments [{'network_id': '8dcd8a16-a077-4462-9c45-830001dfb688', 'segmentation_id': None, 'physical_network': None, 'id': 'c404ddd1-58d8-471f-9b8e-eafe72578038', 'network_type': u'local'}] Failed to bind port c9ccebeb-1a3e-463c-8550-48fc646c7dc5 on host test-host for vnic_type normal using segments [{'network_id': '8dcd8a16-a077-4462-9c45-830001dfb688', 'segmentation_id': None, 'physical_network': None, 'id': 'c404ddd1-58d8-471f-9b8e-eafe72578038', 'network_type': u'local'}] Failed to bind port c9ccebeb-1a3e-463c-8550-48fc646c7dc5 on host test-host for vnic_type normal using segments [{'network_id': '8dcd8a16-a077-4462-9c45-830001dfb688', 'segmentation_id': None, 'physical_network': None, 'id': 'c404ddd1-58d8-471f-9b8e-eafe72578038', '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 [10.024508s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_floatingip_update_callback [7.240210s] ... ok Failed to bind port d4ed6be9-e878-44d1-80c5-238ff722a909 on host test-host for vnic_type normal using segments [{'network_id': '99ea1ecf-bc85-4d3e-8b19-eccfd557f2a3', 'segmentation_id': None, 'physical_network': None, 'id': 'cf720ae0-dda8-4066-b165-553aff568a7b', 'network_type': u'local'}] Failed to bind port d4ed6be9-e878-44d1-80c5-238ff722a909 on host test-host for vnic_type normal using segments [{'network_id': '99ea1ecf-bc85-4d3e-8b19-eccfd557f2a3', 'segmentation_id': None, 'physical_network': None, 'id': 'cf720ae0-dda8-4066-b165-553aff568a7b', 'network_type': u'local'}] Failed to bind port d4ed6be9-e878-44d1-80c5-238ff722a909 on host test-host for vnic_type normal using segments [{'network_id': '99ea1ecf-bc85-4d3e-8b19-eccfd557f2a3', 'segmentation_id': None, 'physical_network': None, 'id': 'cf720ae0-dda8-4066-b165-553aff568a7b', 'network_type': u'local'}] Failed to bind port d4ed6be9-e878-44d1-80c5-238ff722a909 on host test-host for vnic_type normal using segments [{'network_id': '99ea1ecf-bc85-4d3e-8b19-eccfd557f2a3', 'segmentation_id': None, 'physical_network': None, 'id': 'cf720ae0-dda8-4066-b165-553aff568a7b', 'network_type': u'local'}] Failed to bind port d4ed6be9-e878-44d1-80c5-238ff722a909 on host test-host for vnic_type normal using segments [{'network_id': '99ea1ecf-bc85-4d3e-8b19-eccfd557f2a3', 'segmentation_id': None, 'physical_network': None, 'id': 'cf720ae0-dda8-4066-b165-553aff568a7b', 'network_type': u'local'}] Failed to bind port d4ed6be9-e878-44d1-80c5-238ff722a909 on host test-host for vnic_type normal using segments [{'network_id': '99ea1ecf-bc85-4d3e-8b19-eccfd557f2a3', 'segmentation_id': None, 'physical_network': None, 'id': 'cf720ae0-dda8-4066-b165-553aff568a7b', 'network_type': u'local'}] Failed to bind port d4ed6be9-e878-44d1-80c5-238ff722a909 on host test-host for vnic_type normal using segments [{'network_id': '99ea1ecf-bc85-4d3e-8b19-eccfd557f2a3', 'segmentation_id': None, 'physical_network': None, 'id': 'cf720ae0-dda8-4066-b165-553aff568a7b', 'network_type': u'local'}] Failed to bind port d4ed6be9-e878-44d1-80c5-238ff722a909 on host test-host for vnic_type normal using segments [{'network_id': '99ea1ecf-bc85-4d3e-8b19-eccfd557f2a3', 'segmentation_id': None, 'physical_network': None, 'id': 'cf720ae0-dda8-4066-b165-553aff568a7b', 'network_type': u'local'}] Failed to bind port d4ed6be9-e878-44d1-80c5-238ff722a909 on host test-host for vnic_type normal using segments [{'network_id': '99ea1ecf-bc85-4d3e-8b19-eccfd557f2a3', 'segmentation_id': None, 'physical_network': None, 'id': 'cf720ae0-dda8-4066-b165-553aff568a7b', 'network_type': u'local'}] Failed to bind port d4ed6be9-e878-44d1-80c5-238ff722a909 on host test-host for vnic_type normal using segments [{'network_id': '99ea1ecf-bc85-4d3e-8b19-eccfd557f2a3', 'segmentation_id': None, 'physical_network': None, 'id': 'cf720ae0-dda8-4066-b165-553aff568a7b', 'network_type': u'local'}] {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_ipv4_tenant_subnet_routes_by_bgp_speaker_ipv4 [4.010712s] ... ok Failed to bind port b623c0f0-73c1-4b56-acfd-9f0c8d938909 on host test-host for vnic_type normal using segments [{'network_id': '4d6083cb-894c-43ff-a2c5-5c387abc9a86', 'segmentation_id': None, 'physical_network': None, 'id': '20f89faa-bd3e-47b6-9808-459e0683d3bb', 'network_type': u'local'}] Failed to bind port b623c0f0-73c1-4b56-acfd-9f0c8d938909 on host test-host for vnic_type normal using segments [{'network_id': '4d6083cb-894c-43ff-a2c5-5c387abc9a86', 'segmentation_id': None, 'physical_network': None, 'id': '20f89faa-bd3e-47b6-9808-459e0683d3bb', 'network_type': u'local'}] Failed to bind port b623c0f0-73c1-4b56-acfd-9f0c8d938909 on host test-host for vnic_type normal using segments [{'network_id': '4d6083cb-894c-43ff-a2c5-5c387abc9a86', 'segmentation_id': None, 'physical_network': None, 'id': '20f89faa-bd3e-47b6-9808-459e0683d3bb', 'network_type': u'local'}] Failed to bind port b623c0f0-73c1-4b56-acfd-9f0c8d938909 on host test-host for vnic_type normal using segments [{'network_id': '4d6083cb-894c-43ff-a2c5-5c387abc9a86', 'segmentation_id': None, 'physical_network': None, 'id': '20f89faa-bd3e-47b6-9808-459e0683d3bb', 'network_type': u'local'}] Failed to bind port b623c0f0-73c1-4b56-acfd-9f0c8d938909 on host test-host for vnic_type normal using segments [{'network_id': '4d6083cb-894c-43ff-a2c5-5c387abc9a86', 'segmentation_id': None, 'physical_network': None, 'id': '20f89faa-bd3e-47b6-9808-459e0683d3bb', 'network_type': u'local'}] Failed to bind port b623c0f0-73c1-4b56-acfd-9f0c8d938909 on host test-host for vnic_type normal using segments [{'network_id': '4d6083cb-894c-43ff-a2c5-5c387abc9a86', 'segmentation_id': None, 'physical_network': None, 'id': '20f89faa-bd3e-47b6-9808-459e0683d3bb', 'network_type': u'local'}] Failed to bind port b623c0f0-73c1-4b56-acfd-9f0c8d938909 on host test-host for vnic_type normal using segments [{'network_id': '4d6083cb-894c-43ff-a2c5-5c387abc9a86', 'segmentation_id': None, 'physical_network': None, 'id': '20f89faa-bd3e-47b6-9808-459e0683d3bb', 'network_type': u'local'}] Failed to bind port b623c0f0-73c1-4b56-acfd-9f0c8d938909 on host test-host for vnic_type normal using segments [{'network_id': '4d6083cb-894c-43ff-a2c5-5c387abc9a86', 'segmentation_id': None, 'physical_network': None, 'id': '20f89faa-bd3e-47b6-9808-459e0683d3bb', 'network_type': u'local'}] Failed to bind port b623c0f0-73c1-4b56-acfd-9f0c8d938909 on host test-host for vnic_type normal using segments [{'network_id': '4d6083cb-894c-43ff-a2c5-5c387abc9a86', 'segmentation_id': None, 'physical_network': None, 'id': '20f89faa-bd3e-47b6-9808-459e0683d3bb', 'network_type': u'local'}] Failed to bind port b623c0f0-73c1-4b56-acfd-9f0c8d938909 on host test-host for vnic_type normal using segments [{'network_id': '4d6083cb-894c-43ff-a2c5-5c387abc9a86', 'segmentation_id': None, 'physical_network': None, 'id': '20f89faa-bd3e-47b6-9808-459e0683d3bb', 'network_type': u'local'}] {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_bgp_speaker_id_with_fip_dvr [7.759801s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_bgp_speaker_binding [3.822239s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_ipv6_tenant_subnet_routes_by_bgp_speaker_ipv6 [4.199743s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_bgp_speaker_binding_with_fip [6.201131s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_non_existent_bgp_peer [0.318875s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_unassociated_bgp_peer [0.537507s] ... ok {0} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_update_bgp_peer_password_none [0.246226s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_get_bgp_speaker_by_id [0.024001s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_put_bgp_speaker [0.023556s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_put_bgp_speaker_adv_route [0.024968s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_put_bgp_speaker_existing [0.024165s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_bgp_speaker_routes_updated [0.025529s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_added_synced_and_removed [0.026542s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_peer_disassociation_end [0.028151s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_routes_withdrawal_end [0.026853s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_invalid_asnum_range [0.025193s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_invalid_paramtype [0.026714s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_password [0.024976s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_remove_bgp_peer [0.024949s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_remove_bgp_speaker [0.024941s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_withdraw_route_without_adding_speaker [0.025214s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestBgpMultiSpeakerCache.test_get_bgp_speaker [0.023824s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestBgpMultiSpeakerCache.test_get_hosted_bgp_speakers_count [0.023605s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_as_num_with_string_as_num [0.023822s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_auth_with_invalid_auth_type [0.023885s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_integer_ip [0.024207s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_string_with_integer_param [0.024433s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_multiple_agents_bgp_speakers [0.072316s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_single_agent [0.055272s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestRescheduleBgpSpeaker.test_reschedule_bgp_speaker_bound_to_down_dragent [0.106800s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestSchedulerCallback.test__register_callbacks [0.044466s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.test_bgp_plugin.TestBgpPlugin.test_create_bgp_speaker [0.027289s] ... ok Failed to bind port a3f9c860-a5bd-4c59-b57d-26e2594da14a on host compute1 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port a3f9c860-a5bd-4c59-b57d-26e2594da14a on host compute1 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port a3f9c860-a5bd-4c59-b57d-26e2594da14a on host compute1 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port a3f9c860-a5bd-4c59-b57d-26e2594da14a on host compute1 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port a3f9c860-a5bd-4c59-b57d-26e2594da14a on host compute1 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port a3f9c860-a5bd-4c59-b57d-26e2594da14a on host compute1 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port a3f9c860-a5bd-4c59-b57d-26e2594da14a on host compute1 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port a3f9c860-a5bd-4c59-b57d-26e2594da14a on host compute1 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port a3f9c860-a5bd-4c59-b57d-26e2594da14a on host compute1 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port a3f9c860-a5bd-4c59-b57d-26e2594da14a on host compute1 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port 417d6a58-b06b-47bf-9942-1504d3e17b0e on host compute2 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port 417d6a58-b06b-47bf-9942-1504d3e17b0e on host compute2 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port 417d6a58-b06b-47bf-9942-1504d3e17b0e on host compute2 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port 417d6a58-b06b-47bf-9942-1504d3e17b0e on host compute2 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port 417d6a58-b06b-47bf-9942-1504d3e17b0e on host compute2 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port 417d6a58-b06b-47bf-9942-1504d3e17b0e on host compute2 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port 417d6a58-b06b-47bf-9942-1504d3e17b0e on host compute2 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port 417d6a58-b06b-47bf-9942-1504d3e17b0e on host compute2 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port 417d6a58-b06b-47bf-9942-1504d3e17b0e on host compute2 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port 417d6a58-b06b-47bf-9942-1504d3e17b0e on host compute2 for vnic_type normal using segments [{'network_id': '38058cea-9ef8-449b-a937-0bfc34ab2cdb', 'segmentation_id': None, 'physical_network': None, 'id': '1398c988-0161-4006-82dc-632ccb296ef8', 'network_type': u'local'}] Failed to bind port b132d931-156c-431c-b3e5-0862d80df6e1 on host compute1 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port b132d931-156c-431c-b3e5-0862d80df6e1 on host compute1 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port b132d931-156c-431c-b3e5-0862d80df6e1 on host compute1 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port b132d931-156c-431c-b3e5-0862d80df6e1 on host compute1 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port b132d931-156c-431c-b3e5-0862d80df6e1 on host compute1 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port b132d931-156c-431c-b3e5-0862d80df6e1 on host compute1 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port b132d931-156c-431c-b3e5-0862d80df6e1 on host compute1 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port b132d931-156c-431c-b3e5-0862d80df6e1 on host compute1 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port b132d931-156c-431c-b3e5-0862d80df6e1 on host compute1 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port b132d931-156c-431c-b3e5-0862d80df6e1 on host compute1 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_binding_network [3.836597s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_bgp_peer [0.321552s] ... ok Failed to bind port 03859cbb-bd0e-4bef-8dd9-b2f10984b939 on host compute2 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port 03859cbb-bd0e-4bef-8dd9-b2f10984b939 on host compute2 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port 03859cbb-bd0e-4bef-8dd9-b2f10984b939 on host compute2 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port 03859cbb-bd0e-4bef-8dd9-b2f10984b939 on host compute2 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port 03859cbb-bd0e-4bef-8dd9-b2f10984b939 on host compute2 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port 03859cbb-bd0e-4bef-8dd9-b2f10984b939 on host compute2 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port 03859cbb-bd0e-4bef-8dd9-b2f10984b939 on host compute2 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port 03859cbb-bd0e-4bef-8dd9-b2f10984b939 on host compute2 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port 03859cbb-bd0e-4bef-8dd9-b2f10984b939 on host compute2 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port 03859cbb-bd0e-4bef-8dd9-b2f10984b939 on host compute2 for vnic_type normal using segments [{'network_id': '456c0cf1-bb59-49f8-b0f6-c0d31a48b7b3', 'segmentation_id': None, 'physical_network': None, 'id': '3e38b03a-6b36-43af-9c59-83ceead89748', 'network_type': u'local'}] Failed to bind port 59fd3160-9eac-4e58-a11a-7f4b8ea13108 on host compute1 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 59fd3160-9eac-4e58-a11a-7f4b8ea13108 on host compute1 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 59fd3160-9eac-4e58-a11a-7f4b8ea13108 on host compute1 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 59fd3160-9eac-4e58-a11a-7f4b8ea13108 on host compute1 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 59fd3160-9eac-4e58-a11a-7f4b8ea13108 on host compute1 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 59fd3160-9eac-4e58-a11a-7f4b8ea13108 on host compute1 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 59fd3160-9eac-4e58-a11a-7f4b8ea13108 on host compute1 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 59fd3160-9eac-4e58-a11a-7f4b8ea13108 on host compute1 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 59fd3160-9eac-4e58-a11a-7f4b8ea13108 on host compute1 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 59fd3160-9eac-4e58-a11a-7f4b8ea13108 on host compute1 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_gateway_network [0.594620s] ... 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.172570s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_put_bgp_peer [0.025061s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_add_bgp_peer_already_cached [0.025666s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_add_bgp_peer_not_cached [0.027098s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_after_start [0.026025s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_periodic_resync [0.026999s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_bgp_speaker_bgp_peers_updated [0.194815s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_bgp_speaker_peers_routes_added [0.024919s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_added_and_synced [0.025837s] ... ok Failed to bind port 909d9643-e304-47f2-8e70-e8ce78ffd7c0 on host compute2 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 909d9643-e304-47f2-8e70-e8ce78ffd7c0 on host compute2 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 909d9643-e304-47f2-8e70-e8ce78ffd7c0 on host compute2 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 909d9643-e304-47f2-8e70-e8ce78ffd7c0 on host compute2 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_add_bgp_speaker_helper [0.026920s] ... ok Failed to bind port 909d9643-e304-47f2-8e70-e8ce78ffd7c0 on host compute2 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 909d9643-e304-47f2-8e70-e8ce78ffd7c0 on host compute2 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_speaker_create_end [0.026207s] ... ok Failed to bind port 909d9643-e304-47f2-8e70-e8ce78ffd7c0 on host compute2 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 909d9643-e304-47f2-8e70-e8ce78ffd7c0 on host compute2 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] Failed to bind port 909d9643-e304-47f2-8e70-e8ce78ffd7c0 on host compute2 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_speaker_remove_end [0.028034s] ... ok Failed to bind port 909d9643-e304-47f2-8e70-e8ce78ffd7c0 on host compute2 for vnic_type normal using segments [{'network_id': 'b42769aa-faae-4ca7-8d95-2035a9f00bc7', 'segmentation_id': None, 'physical_network': None, 'id': '7ce58275-e19c-42d5-920b-db3b662e54b3', 'network_type': u'local'}] {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_ipv6 [0.024341s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_unicode_password [0.024351s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_speaker_with_invalid_asnum_paramtype [0.023540s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_speaker_with_invalid_asnum_range [0.025571s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_remove_bgp_peer_with_invalid_paramtype [0.023962s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_as_num_with_invalid_max_range [0.023623s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_auth_with_integer_password [0.023233s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_invalid_ipv4_type [0.023233s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_invalid_ipv6_type [0.023316s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_ipv6_address [0.024076s] ... 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.062723s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_no_agents [0.043386s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_two_agents [0.064167s] ... 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 168, 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.120889s] ... ok Failed to bind port 7724d2c9-0049-4665-8950-19d592eee133 on host compute1 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 7724d2c9-0049-4665-8950-19d592eee133 on host compute1 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 7724d2c9-0049-4665-8950-19d592eee133 on host compute1 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 7724d2c9-0049-4665-8950-19d592eee133 on host compute1 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 7724d2c9-0049-4665-8950-19d592eee133 on host compute1 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 7724d2c9-0049-4665-8950-19d592eee133 on host compute1 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 7724d2c9-0049-4665-8950-19d592eee133 on host compute1 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 7724d2c9-0049-4665-8950-19d592eee133 on host compute1 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 7724d2c9-0049-4665-8950-19d592eee133 on host compute1 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 7724d2c9-0049-4665-8950-19d592eee133 on host compute1 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 1904e135-a6c3-433a-a0cf-afc65289f3c8 on host compute2 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 1904e135-a6c3-433a-a0cf-afc65289f3c8 on host compute2 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 1904e135-a6c3-433a-a0cf-afc65289f3c8 on host compute2 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 1904e135-a6c3-433a-a0cf-afc65289f3c8 on host compute2 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 1904e135-a6c3-433a-a0cf-afc65289f3c8 on host compute2 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 1904e135-a6c3-433a-a0cf-afc65289f3c8 on host compute2 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 1904e135-a6c3-433a-a0cf-afc65289f3c8 on host compute2 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 1904e135-a6c3-433a-a0cf-afc65289f3c8 on host compute2 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 1904e135-a6c3-433a-a0cf-afc65289f3c8 on host compute2 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', 'network_type': u'local'}] Failed to bind port 1904e135-a6c3-433a-a0cf-afc65289f3c8 on host compute2 for vnic_type normal using segments [{'network_id': '51a14ba8-030d-47f4-a1db-502d5f423ac3', 'segmentation_id': None, 'physical_network': None, 'id': '6b5a5538-4e48-4bdb-99b6-4693b0ecc470', '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.528756s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_non_existent_gateway_network [0.373657s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_update_bgp_peer_auth_type_none [0.242185s] ... 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.157027s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_schedule_bgp_speaker_on_two_different_agents [0.339248s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_is_bgp_speaker_adv_route_present [0.023766s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_remove_bgp_peer [0.023318s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_advertise_route_helper_already_cached [0.025363s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_agent_updated [0.025446s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_bgp_speaker_deleted [0.026234s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_peer_association_end [0.026563s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_route_advertisement_end [0.028262s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_multiple_bgp_speakers [0.024781s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_new_bgp_speaker [0.023978s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_advertise_route [0.024456s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_advertise_route_with_invalid_paramtype [0.026052s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_remove_bgp_peer_without_adding_speaker [0.023827s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_withdraw_route [0.024894s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_withdraw_route_with_invalid_paramtype [0.024314s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestBgpMultiSpeakerCache.test_remove_bgp_speaker [0.023191s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_as_num_with_invalid_min_range [0.024903s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_as_num_with_valid_as_num [0.023243s] ... 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.023998s] ... 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.023509s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_ipv4_address [0.023287s] ... 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 181, in call transport_options=self.transport_options) File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 129, in _send transport_options=transport_options) File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/impl_fake.py", line 224, in send transport_options) File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/impl_fake.py", line 215, 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.064130s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestAutoScheduleBgpSpeakers.test_auto_schedule_bgp_speaker(No BGP speaker) [0.043678s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_agent_already_scheduled [0.068170s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpDrAgentScheduler.test_schedule_bind_bgp_speaker_single_agent [0.055418s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestSchedulerCallback.test_schedule_bgp_speaker_callback_with_valid_event [0.044735s] ... ok {2} neutron_dynamic_routing.tests.unit.services.bgp.test_bgp_plugin.TestBgpPlugin.test__register_callbacks [0.027779s] ... 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.531115s] ... 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 [0.173144s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_schedule_bgp_speaker_on_invalid_agent [0.139944s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_schedule_bgp_speaker_twice_on_same_agent [0.321091s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_get_bgp_speaker_ids [0.023815s] ... 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.023765s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_remove_bgp_speaker_adv_route [0.023302s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_advertise_route_helper_not_cached [0.027126s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_bgp_dragent_manager [1.029174s] ... ok Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/neutron/common/utils.py", line 166, 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 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1143, in _mock_call raise effect RuntimeError {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_periodic_resync_helper [0.027870s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_run_completes_single_pass [0.028759s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_added_and_deleted [0.026457s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_bgp_speaker_added [0.025948s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_plugin_error [0.028315s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_add_bgp_peer_helper [0.026376s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_add_routes_helper [0.026304s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_without_adding_speaker [0.024952s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_without_password [0.024712s] ... 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.024061s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_same_bgp_speakers_twice [0.023986s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_advertise_route_without_adding_speaker [0.024798s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestBgpMultiSpeakerCache.test_put_bgp_speaker [0.023294s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_auth_with_valid_auth_type [0.023252s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_string_with_string [0.023235s] ... 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.058218s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestAutoScheduleBgpSpeakers.test_auto_schedule_bgp_speaker(Invalid host) [0.053777s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpDrAgentScheduler.test_schedule_bind_bgp_speaker_multi_agents [0.069837s] ... 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 168, 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 c164deb2-4192-4672-8401-c76756afd9ae is down {1} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestRescheduleBgpSpeaker.test_schedule_unbind_bgp_speaker [0.144286s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestSchedulerCallback.test_schedule_bgp_speaker_callback_with_invalid_event [0.043161s] ... ok ====== Totals ====== Ran: 169 tests in 59.0000 sec. - Passed: 169 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 218.0669 sec. ============== Worker Balance ============== - Worker 0 (43 tests) => 0:00:48.584275 - Worker 1 (42 tests) => 0:00:59.890839 - Worker 2 (42 tests) => 0:00:56.746080 - Worker 3 (42 tests) => 0:00:52.888227 + exit 0 Processing files: python2-neutron-dynamic-routing-15.0.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.IuHe9t + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-15.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/doc/python2-neutron-dynamic-routing-15.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/doc/python2-neutron-dynamic-routing-15.0.0 + cp -pr AUTHORS /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/doc/python2-neutron-dynamic-routing-15.0.0 + cp -pr CONTRIBUTING.rst /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/doc/python2-neutron-dynamic-routing-15.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/doc/python2-neutron-dynamic-routing-15.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.yIMZ3p + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-15.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/licenses/python2-neutron-dynamic-routing-15.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/licenses/python2-neutron-dynamic-routing-15.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/licenses/python2-neutron-dynamic-routing-15.0.0 + exit 0 Provides: python-neutron-dynamic-routing = 15.0.0-1.el7 python2-neutron-dynamic-routing = 15.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 < 15.0.0-1.el7 Processing files: python2-neutron-dynamic-routing-tests-15.0.0-1.el7.noarch Provides: python-neutron-dynamic-routing-tests = 15.0.0-1.el7 python2-neutron-dynamic-routing-tests = 15.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 < 15.0.0-1.el7 Processing files: openstack-neutron-dynamic-routing-common-15.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BPgTXn + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-15.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/licenses/openstack-neutron-dynamic-routing-common-15.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/licenses/openstack-neutron-dynamic-routing-common-15.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/licenses/openstack-neutron-dynamic-routing-common-15.0.0 + exit 0 Provides: openstack-neutron-dynamic-routing-common = 15.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-15.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HMYjTl + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-15.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/licenses/openstack-neutron-bgp-dragent-15.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/licenses/openstack-neutron-bgp-dragent-15.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch/usr/share/licenses/openstack-neutron-bgp-dragent-15.0.0 + exit 0 Provides: config(openstack-neutron-bgp-dragent) = 15.0.0-1.el7 openstack-neutron-bgp-dragent = 15.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-15.0.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-neutron-dynamic-routing-15.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-neutron-dynamic-routing-tests-15.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-neutron-dynamic-routing-common-15.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-neutron-bgp-dragent-15.0.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.FgCocc + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-15.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el7.noarch + exit 0 Child return code was: 0