Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-neutron-dynamic-routing.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-73128-388673/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '95cb1ca068794565ab422178949a869e', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-73128-388673/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-neutron-dynamic-routing.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-neutron-dynamic-routing-15.0.0-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-neutron-dynamic-routing.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-73128-388673/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '31da937ce654443ea319c27847d844b1', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-73128-388673/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-neutron-dynamic-routing.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.An2UUd + 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 -xof - + 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 --allow-empty -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.dAFZBi + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-15.0.0 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/neutron_dynamic_routing 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 creating 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 copying neutron_dynamic_routing/services/bgp/agent/driver/os_ken/__init__.py -> build/lib/neutron_dynamic_routing/services/bgp/agent/driver/os_ken creating build/lib/neutron_dynamic_routing/cmd creating build/lib/neutron_dynamic_routing/cmd/eventlet creating 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/cmd/eventlet/agents/__init__.py -> build/lib/neutron_dynamic_routing/cmd/eventlet/agents creating build/lib/neutron_dynamic_routing/tests creating build/lib/neutron_dynamic_routing/tests/tempest creating build/lib/neutron_dynamic_routing/tests/tempest/scenario 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 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/api creating build/lib/neutron_dynamic_routing/api/rpc 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/tests/unit/api/rpc 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 creating 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/bgp_dragentscheduler.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/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/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/db 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/tests/functional creating build/lib/neutron_dynamic_routing/tests/functional/services creating build/lib/neutron_dynamic_routing/tests/functional/services/bgp 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/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 copying neutron_dynamic_routing/services/bgp/agent/config.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 copying neutron_dynamic_routing/services/bgp/agent/__init__.py -> build/lib/neutron_dynamic_routing/services/bgp/agent 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.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 creating build/lib/neutron_dynamic_routing/tests/unit/services/bgp 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/tests/unit/__init__.py -> build/lib/neutron_dynamic_routing/tests/unit creating 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 copying neutron_dynamic_routing/api/rpc/handlers/__init__.py -> build/lib/neutron_dynamic_routing/api/rpc/handlers 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 copying neutron_dynamic_routing/services/__init__.py -> build/lib/neutron_dynamic_routing/services creating 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 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 creating 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 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/__init__.py -> build/lib/neutron_dynamic_routing/tests copying neutron_dynamic_routing/tests/functional/services/bgp/__init__.py -> build/lib/neutron_dynamic_routing/tests/functional/services/bgp 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/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 creating 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 copying neutron_dynamic_routing/tests/tempest/scenario/ipv4/__init__.py -> build/lib/neutron_dynamic_routing/tests/tempest/scenario/ipv4 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 copying neutron_dynamic_routing/version.py -> build/lib/neutron_dynamic_routing copying neutron_dynamic_routing/__init__.py -> build/lib/neutron_dynamic_routing copying neutron_dynamic_routing/_i18n.py -> build/lib/neutron_dynamic_routing copying neutron_dynamic_routing/tests/functional/services/__init__.py -> build/lib/neutron_dynamic_routing/tests/functional/services copying neutron_dynamic_routing/db/migration/__init__.py -> build/lib/neutron_dynamic_routing/db/migration 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/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/scenario/basic/test_4byte_asn.py -> 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/__init__.py -> build/lib/neutron_dynamic_routing/tests/tempest/scenario/basic 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 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/tests/functional/__init__.py -> build/lib/neutron_dynamic_routing/tests/functional copying neutron_dynamic_routing/db/bgp_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_dragentscheduler_db.py -> build/lib/neutron_dynamic_routing/db 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 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 copying neutron_dynamic_routing/api/rpc/__init__.py -> build/lib/neutron_dynamic_routing/api/rpc 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/policies copying neutron_dynamic_routing/policies/base.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/__init__.py -> 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/bgp_speaker.py -> build/lib/neutron_dynamic_routing/policies copying neutron_dynamic_routing/api/__init__.py -> build/lib/neutron_dynamic_routing/api copying neutron_dynamic_routing/cmd/__init__.py -> build/lib/neutron_dynamic_routing/cmd 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 copying neutron_dynamic_routing/cmd/eventlet/__init__.py -> build/lib/neutron_dynamic_routing/cmd/eventlet 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/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 running egg_info writing neutron_dynamic_routing.egg-info/PKG-INFO writing dependency_links to neutron_dynamic_routing.egg-info/dependency_links.txt writing entry points to neutron_dynamic_routing.egg-info/entry_points.txt deleting neutron_dynamic_routing.egg-info/requires.txt writing top-level names to neutron_dynamic_routing.egg-info/top_level.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/tests/tempest/scenario/README -> build/lib/neutron_dynamic_routing/tests/tempest/scenario 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/db/migration/README -> build/lib/neutron_dynamic_routing/db/migration 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 ++ ls etc/oslo-config-generator/bgp_dragent.ini + for file in `ls etc/oslo-config-generator/*` + oslo-config-generator-3 --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.OOR0Vp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch + cd neutron-dynamic-routing-15.0.0 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch --prefix /usr running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/extensions creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv6 creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario/basic copying build/lib/neutron_dynamic_routing/tests/tempest/scenario/README -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario copying build/lib/neutron_dynamic_routing/tests/tempest/scenario/base.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv4 copying build/lib/neutron_dynamic_routing/tests/tempest/bgp_client.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/api copying build/lib/neutron_dynamic_routing/tests/tempest/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/common creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/functional copying build/lib/neutron_dynamic_routing/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/functional creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/functional/services copying build/lib/neutron_dynamic_routing/tests/functional/services/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/functional/services creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/functional/services/bgp creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/functional/services/bgp/scheduler copying build/lib/neutron_dynamic_routing/tests/functional/services/bgp/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/functional/services/bgp creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/contrib copying build/lib/neutron_dynamic_routing/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/db creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/api creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/api/rpc creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/handlers copying build/lib/neutron_dynamic_routing/tests/unit/api/rpc/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/api/rpc copying build/lib/neutron_dynamic_routing/tests/unit/api/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/api copying build/lib/neutron_dynamic_routing/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services copying build/lib/neutron_dynamic_routing/tests/unit/services/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/agent 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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/scheduler copying build/lib/neutron_dynamic_routing/tests/unit/services/bgp/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/queens creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/queens/contract copying build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/versions/CONTRACT_HEAD -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/expand copying build/lib/neutron_dynamic_routing/db/migration/alembic_migrations/script.py.mako -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations copying build/lib/neutron_dynamic_routing/db/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db copying build/lib/neutron_dynamic_routing/db/bgp_dragentscheduler_db.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db copying build/lib/neutron_dynamic_routing/version.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api/rpc creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api/rpc/agentnotifiers creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api/rpc/handlers creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api/rpc/callbacks copying build/lib/neutron_dynamic_routing/api/rpc/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api/rpc copying build/lib/neutron_dynamic_routing/api/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/cmd creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/cmd/eventlet creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/cmd/eventlet copying build/lib/neutron_dynamic_routing/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/cmd creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/policies copying build/lib/neutron_dynamic_routing/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services copying build/lib/neutron_dynamic_routing/services/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent/driver copying build/lib/neutron_dynamic_routing/services/bgp/agent/driver/exceptions.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent/driver creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/os_ken copying build/lib/neutron_dynamic_routing/services/bgp/agent/entry.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent copying build/lib/neutron_dynamic_routing/services/bgp/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/common creating /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/scheduler copying build/lib/neutron_dynamic_routing/services/bgp/bgp_plugin.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp copying build/lib/neutron_dynamic_routing/_i18n.py -> /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/extensions/bgp_4byte_asn.py to bgp_4byte_asn.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/extensions/bgp_dragentscheduler.py to bgp_dragentscheduler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/extensions/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/extensions/bgp.py to bgp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv6/test_ipv6.py to test_ipv6.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv6/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario/basic/test_basic.py to test_basic.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario/basic/test_4byte_asn.py to test_4byte_asn.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario/basic/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario/basic/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario/base_test_proto.py to base_test_proto.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv4/test_ipv4.py to test_ipv4.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/scenario/ipv4/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/bgp_client.py to bgp_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/api/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/api/test_bgp_speaker_extensions.py to test_bgp_speaker_extensions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/api/test_bgp_speaker_extensions_negative.py to test_bgp_speaker_extensions_negative.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/tempest/plugin.py to plugin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/common/helpers.py to helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/functional/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/functional/services/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/functional/services/bgp/scheduler/test_bgp_dragent_scheduler.py to test_bgp_dragent_scheduler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/functional/services/bgp/scheduler/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/functional/services/bgp/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py to test_bgp_db.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/db/test_bgp_dragentscheduler_db.py to test_bgp_dragentscheduler_db.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/db/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers/test_bgp_dr_rpc_agent_api.py to test_bgp_dr_rpc_agent_api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/handlers/test_bgp_speaker_rpc.py to test_bgp_speaker_rpc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/handlers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/api/rpc/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/api/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/agent/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/agent/test_bgp_dragent.py to test_bgp_dragent.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/test_bgp_plugin.py to test_bgp_plugin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken/test_driver.py to test_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/driver/os_ken/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/scheduler/test_bgp_dragent_scheduler.py to test_bgp_dragent_scheduler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/scheduler/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/tests/unit/services/bgp/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/bgp_db.py to bgp_db.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/models/head.py to head.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/models/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/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.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/start_neutron_dynamic_routing.py to start_neutron_dynamic_routing.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract/61cc795e43e8_initial.py to 61cc795e43e8_initial.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/contract/4cf8bc3edb66_rename_tenant_to_project.py to 4cf8bc3edb66_rename_tenant_to_project.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/versions/newton/expand/f399fa0f5f25_initial.py to f399fa0f5f25_initial.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/migration/alembic_migrations/env.py to env.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/db/bgp_dragentscheduler_db.py to bgp_dragentscheduler_db.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/version.py to version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api/rpc/agentnotifiers/bgp_dr_rpc_agent_api.py to bgp_dr_rpc_agent_api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api/rpc/agentnotifiers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api/rpc/handlers/bgp_speaker_rpc.py to bgp_speaker_rpc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api/rpc/handlers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api/rpc/callbacks/resources.py to resources.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api/rpc/callbacks/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api/rpc/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/api/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/cmd/eventlet/agents/bgp_dragent.py to bgp_dragent.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/cmd/eventlet/agents/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/cmd/eventlet/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/cmd/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/policies/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/policies/bgp_dragent.py to bgp_dragent.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/policies/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/policies/bgp_peer.py to bgp_peer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/policies/bgp_speaker.py to bgp_speaker.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/os_ken/driver.py to driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent/driver/os_ken/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent/entry.py to entry.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent/bgp_dragent.py to bgp_dragent.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/agent/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/common/opts.py to opts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/common/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/scheduler/bgp_dragent_scheduler.py to bgp_dragent_scheduler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/scheduler/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/bgp_plugin.py to bgp_plugin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/services/bgp/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing/_i18n.py to _i18n.cpython-36.pyc writing byte-compilation script '/tmp/tmpmsuy2ci5.py' /usr/bin/python3 /tmp/tmpmsuy2ci5.py removing /tmp/tmpmsuy2ci5.py running install_egg_info running egg_info writing neutron_dynamic_routing.egg-info/PKG-INFO 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 top-level names to neutron_dynamic_routing.egg-info/top_level.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.el8.noarch/usr/lib/python3.6/site-packages/neutron_dynamic_routing-15.0.0-py3.6.egg-info running install_scripts Installing neutron-bgp-dragent script to /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/bin /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + rm -rf /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/bin + rm -rf /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/doc + rm -rf /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/tools + install -d -m 755 /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/share/neutron-dynamic-routing + install -d -m 755 /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/var/lib/neutron-dynamic-routing + install -d -m 755 /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/var/log/neutron-dynamic-routing + install -d -m 755 /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/etc/neutron + mv etc/bgp_dragent.ini /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.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.el8.noarch/usr/lib/systemd/system/neutron-bgp-dragent.service + mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch//etc/neutron/conf.d/neutron-bgp-dragent + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 15.0.0-1.el8 --unique-debug-suffix -15.0.0-1.el8.noarch --unique-debug-src-base openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/neutron-dynamic-routing-15.0.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.HY3tCD + umask 022 + cd /builddir/build/BUILD + cd neutron-dynamic-routing-15.0.0 + stestr-3 run net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) {16} neutron_dynamic_routing.tests.unit.api.rpc.handlers.test_bgp_speaker_rpc.TestBgpSpeakerRpcCallback.test_get_bgp_speakers [0.659314s] ... ok net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) {15} neutron_dynamic_routing.tests.unit.api.rpc.handlers.test_bgp_speaker_rpc.TestBgpSpeakerRpcCallback.test_get_bgp_speaker_info [0.634055s] ... ok net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) {0} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_bgp_speaker_created [0.572997s] ... ok net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) {21} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_advertise_route [0.632716s] ... ok {6} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_bgp_speaker_removed [0.590753s] ... ok {21} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_ipv4_address [0.046999s] ... ok net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_after_start [0.136280s] ... ok {21} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_string_with_integer_param [0.049042s] ... ok net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) {0} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_add_bgp_speaker_helper [0.051729s] ... ok {3} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_bgp_peer_associated [0.499053s] ... ok net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_remove_bgp_peer [0.070008s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_remove_bgp_peer_with_invalid_paramtype [0.107549s] ... ok {0} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_withdraw_route_without_adding_speaker [0.052175s] ... ok {24} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_dragent_bgp_routes_withdrawal [0.771419s] ... ok {24} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_bgp_speaker_added [0.090500s] ... ok {24} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_unicode_password [0.055164s] ... ok {26} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_bgp_speaker_peers_routes_added [0.624740s] ... ok {21} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_agent_already_scheduled [1.034804s] ... ok {26} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_ipv6 [0.047780s] ... ok {12} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_bgp_peer_disassociated [0.619763s] ... ok {26} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_as_num_with_invalid_min_range [0.050352s] ... ok {12} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_notify_dragent_bgp_routes_advertisement [0.050698s] ... ok {22} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_update_bgp_peer_auth_type_none [2.057169s] ... ok {26} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_invalid_ipv6_type [0.047874s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {25} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_create_bgp_peer [1.794519s] ... ok {21} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpDrAgentScheduler.test_schedule_bind_bgp_speaker_single_agent [0.130387s] ... ok {22} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_put_bgp_peer [0.053076s] ... ok {22} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_remove_bgp_speaker_adv_route [0.047173s] ... ok {3} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_update_bgp_peer_password_none [1.205745s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_route_advertisement_end [0.056844s] ... ok {22} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_no_agents [0.104371s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_invalid_paramtype [0.051740s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_invalid_ipv4_type [0.049048s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {22} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_single_agent [0.117194s] ... ok {8} neutron_dynamic_routing.tests.unit.api.rpc.handlers.test_bgp_speaker_rpc.TestBgpSpeakerRpcCallback.test_get_bgp_peer_info [0.605518s] ... ok {6} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_non_existent_bgp_peer [1.636825s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {10} neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api.TestBgpDrAgentNotifyApi.test_agent_updated [0.731069s] ... ok {3} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestAutoScheduleBgpSpeakers.test_auto_schedule_bgp_speaker(BGP DR agent down) [0.144187s] ... ok {10} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_put_bgp_speaker [0.050509s] ... ok {6} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_agent_updated [0.108489s] ... ok {10} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_speaker_create_end [0.059077s] ... ok {14} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_bgp_peer_with_bad_id [2.544858s] ... ok {28} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_bgp_peer_with_none_id [2.002718s] ... ok {10} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_password [0.053350s] ... ok {6} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_speaker_remove_end [0.086877s] ... ok {28} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_get_bgp_speaker_by_id [0.048343s] ... ok {10} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_as_num_with_string_as_num [0.050355s] ... ok {6} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_advertise_route_with_invalid_paramtype [0.055702s] ... ok {28} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_is_bgp_speaker_adv_route_present [0.058888s] ... ok {28} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_auth_with_integer_password [0.052306s] ... ok {6} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_as_num_with_valid_as_num [0.086390s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to reschedule bgp_speaker foo_bgp_speaker_id Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/db/agentschedulers_db.py", line 168, in reschedule_resources_from_down_agents reschedule_resource(context, binding_resource_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_dragentscheduler_db.py", line 174, in reschedule_bgp_speaker failure_reason="no eligible dr agent found") neutron_dynamic_routing.extensions.bgp_dragentscheduler.BgpSpeakerRescheduleError: Failed rescheduling foo_bgp_speaker_id: no eligible dr agent found. {25} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_non_existent_bgp_peer [0.813091s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {28} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestSchedulerCallback.test_schedule_bgp_speaker_callback_with_invalid_event [0.095637s] ... ok BgpDrAgent 55f2fb42-fa06-49dc-bd88-7f9a7f1d79ab is down {25} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_put_bgp_speaker_adv_route [0.049388s] ... ok {24} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestRescheduleBgpSpeaker.test_schedule_unbind_bgp_speaker [1.068887s] ... ok {25} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_advertise_route_helper_not_cached [0.055500s] ... ok {24} neutron_dynamic_routing.tests.unit.services.bgp.test_bgp_plugin.TestBgpPlugin.test__register_callbacks [0.059602s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {25} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_auth_with_not_none_auth_type_and_none_password [0.049850s] ... ok {29} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_unassociated_bgp_peer [2.108386s] ... ok {29} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_remove_bgp_peer [0.052999s] ... ok {29} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_withdraw_route_with_invalid_paramtype [0.055561s] ... ok {29} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_as_num_with_invalid_max_range [0.050975s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to reschedule bgp_speaker foo_bgp_speaker_id Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/db/agentschedulers_db.py", line 168, in reschedule_resources_from_down_agents reschedule_resource(context, binding_resource_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_dragentscheduler_db.py", line 174, in reschedule_bgp_speaker failure_reason="no eligible dr agent found") neutron_dynamic_routing.extensions.bgp_dragentscheduler.BgpSpeakerRescheduleError: Failed rescheduling foo_bgp_speaker_id: no eligible dr agent found. {31} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_associate_bgp_peer [1.944124s] ... ok {26} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestRescheduleBgpSpeaker.test_no_schedule_with_non_available_dragent [1.258065s] ... ok {31} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_run_completes_single_pass [0.032884s] ... ok {31} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_without_password [0.029033s] ... ok {31} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_same_bgp_speakers_twice [0.027921s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {29} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestAutoScheduleBgpSpeakers.test_auto_schedule_bgp_speaker(BGP speaker present) [0.140882s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {31} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestAutoScheduleBgpSpeakers.test_auto_schedule_bgp_speaker(No BGP speaker) [0.077382s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgp_peer_show_non_existent [1.840727s] ... ok {23} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_non_existent_gateway_network [2.039656s] ... ok {27} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_duplicate_bgp_peer_ip [2.374744s] ... ok {9} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_gateway_network [3.015931s] ... ok {17} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__bgp_speakers_for_gateway_network_by_ip_version [3.563892s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgp_speaker_show_non_existent [0.505507s] ... ok {30} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__bgp_speakers_for_gateway_network_by_ip_version_no_binding [3.434240s] ... ok {8} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_create_bgp_speaker_with_network [2.230526s] ... ok {8} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_different_bgp_speakers_when_one_already_added [0.050345s] ... ok {9} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgpspeaker_create [0.638193s] ... ok {8} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestBgpMultiSpeakerCache.test_put_bgp_speaker [0.043173s] ... ok {8} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_auth_with_none_auth_type_and_not_none_password [0.044394s] ... ok {8} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestAutoScheduleBgpSpeakers.test_auto_schedule_bgp_speaker(Invalid host) [0.117148s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {12} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_address_scope_ids_for_bgp_speaker [4.555649s] ... ok {12} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_bgp_dragent_manager [1.058481s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {12} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_speaker_with_invalid_asnum_paramtype [0.026868s] ... ok {13} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_ipv4_tenant_subnet_routes_by_bgp_speaker_ipv4 [8.879905s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 695, in test_get_ipv4_tenant_subnet_routes_by_bgp_speaker_ipv4 binding_cidr) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 643, in _advertised_routes_by_bgp_speaker self.context, speaker['id']) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/services/bgp/bgp_plugin.py", line 225, in get_advertised_routes bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 314, in get_advertised_routes routes = self.get_routes_by_bgp_speaker_id(context, bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. {13} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_schedule_multi_bgp_speaker_on_one_dragent [0.244901s] ... ok {13} 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.025692s] ... ok {13} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestBgpMultiSpeakerCache.test_remove_bgp_speaker [0.025838s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {13} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_string_with_string [0.025737s] ... ok {14} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_ipv6_tenant_subnet_routes_by_bgp_speaker_ipv6 [7.488606s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 684, in test_get_ipv6_tenant_subnet_routes_by_bgp_speaker_ipv6 binding_cidr) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 643, in _advertised_routes_by_bgp_speaker self.context, speaker['id']) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/services/bgp/bgp_plugin.py", line 225, in get_advertised_routes bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 314, in get_advertised_routes routes = self.get_routes_by_bgp_speaker_id(context, bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port 08ba4791-9e3d-4df7-931f-3e2354dfadd6 on host compute1 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 08ba4791-9e3d-4df7-931f-3e2354dfadd6 on host compute1 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 08ba4791-9e3d-4df7-931f-3e2354dfadd6 on host compute1 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 08ba4791-9e3d-4df7-931f-3e2354dfadd6 on host compute1 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 08ba4791-9e3d-4df7-931f-3e2354dfadd6 on host compute1 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 08ba4791-9e3d-4df7-931f-3e2354dfadd6 on host compute1 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 08ba4791-9e3d-4df7-931f-3e2354dfadd6 on host compute1 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 08ba4791-9e3d-4df7-931f-3e2354dfadd6 on host compute1 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 08ba4791-9e3d-4df7-931f-3e2354dfadd6 on host compute1 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 08ba4791-9e3d-4df7-931f-3e2354dfadd6 on host compute1 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] {7} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_all_routes_by_bgp_speaker_different_tenant_address_scope [8.922249s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 751, in test_all_routes_by_bgp_speaker_different_tenant_address_scope self.context, bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port c7ece0ce-3856-45ab-a904-477a1d731959 on host test-host for vnic_type normal using segments [{'id': 'acfe0ebf-8c2d-435f-9403-2f0580a05ac1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '8af13286-4e3f-4082-85cf-42792dc24895'}] Failed to bind port c7ece0ce-3856-45ab-a904-477a1d731959 on host test-host for vnic_type normal using segments [{'id': 'acfe0ebf-8c2d-435f-9403-2f0580a05ac1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '8af13286-4e3f-4082-85cf-42792dc24895'}] {7} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_schedule_bgp_speaker_on_invalid_agent [0.190441s] ... ok Failed to bind port c7ece0ce-3856-45ab-a904-477a1d731959 on host test-host for vnic_type normal using segments [{'id': 'acfe0ebf-8c2d-435f-9403-2f0580a05ac1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '8af13286-4e3f-4082-85cf-42792dc24895'}] Failed to bind port c7ece0ce-3856-45ab-a904-477a1d731959 on host test-host for vnic_type normal using segments [{'id': 'acfe0ebf-8c2d-435f-9403-2f0580a05ac1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '8af13286-4e3f-4082-85cf-42792dc24895'}] {7} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_added_and_deleted [0.028999s] ... ok Failed to bind port c7ece0ce-3856-45ab-a904-477a1d731959 on host test-host for vnic_type normal using segments [{'id': 'acfe0ebf-8c2d-435f-9403-2f0580a05ac1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '8af13286-4e3f-4082-85cf-42792dc24895'}] Failed to bind port c7ece0ce-3856-45ab-a904-477a1d731959 on host test-host for vnic_type normal using segments [{'id': 'acfe0ebf-8c2d-435f-9403-2f0580a05ac1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '8af13286-4e3f-4082-85cf-42792dc24895'}] {7} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_multiple_bgp_speakers [0.026195s] ... ok Failed to bind port c7ece0ce-3856-45ab-a904-477a1d731959 on host test-host for vnic_type normal using segments [{'id': 'acfe0ebf-8c2d-435f-9403-2f0580a05ac1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '8af13286-4e3f-4082-85cf-42792dc24895'}] Failed to bind port c7ece0ce-3856-45ab-a904-477a1d731959 on host test-host for vnic_type normal using segments [{'id': 'acfe0ebf-8c2d-435f-9403-2f0580a05ac1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '8af13286-4e3f-4082-85cf-42792dc24895'}] Failed to bind port c7ece0ce-3856-45ab-a904-477a1d731959 on host test-host for vnic_type normal using segments [{'id': 'acfe0ebf-8c2d-435f-9403-2f0580a05ac1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '8af13286-4e3f-4082-85cf-42792dc24895'}] {7} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_auth_with_invalid_auth_type [0.025318s] ... ok Failed to bind port c7ece0ce-3856-45ab-a904-477a1d731959 on host test-host for vnic_type normal using segments [{'id': 'acfe0ebf-8c2d-435f-9403-2f0580a05ac1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '8af13286-4e3f-4082-85cf-42792dc24895'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {7} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_ipv6_address [0.024805s] ... ok {23} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_bgp_speaker_binding [7.245492s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port 7efc40e4-f9f9-4d17-8df5-5c1713cd0b45 on host compute1 for vnic_type normal using segments [{'id': '4279ad5f-8046-4f15-8816-8086735e8ed8', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '9d58ff5a-2189-4b67-8ede-ecc5bb658174'}] Failed to bind port 7efc40e4-f9f9-4d17-8df5-5c1713cd0b45 on host compute1 for vnic_type normal using segments [{'id': '4279ad5f-8046-4f15-8816-8086735e8ed8', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '9d58ff5a-2189-4b67-8ede-ecc5bb658174'}] Failed to bind port 7efc40e4-f9f9-4d17-8df5-5c1713cd0b45 on host compute1 for vnic_type normal using segments [{'id': '4279ad5f-8046-4f15-8816-8086735e8ed8', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '9d58ff5a-2189-4b67-8ede-ecc5bb658174'}] Failed to bind port 7efc40e4-f9f9-4d17-8df5-5c1713cd0b45 on host compute1 for vnic_type normal using segments [{'id': '4279ad5f-8046-4f15-8816-8086735e8ed8', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '9d58ff5a-2189-4b67-8ede-ecc5bb658174'}] Failed to bind port 7efc40e4-f9f9-4d17-8df5-5c1713cd0b45 on host compute1 for vnic_type normal using segments [{'id': '4279ad5f-8046-4f15-8816-8086735e8ed8', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '9d58ff5a-2189-4b67-8ede-ecc5bb658174'}] Failed to bind port 7efc40e4-f9f9-4d17-8df5-5c1713cd0b45 on host compute1 for vnic_type normal using segments [{'id': '4279ad5f-8046-4f15-8816-8086735e8ed8', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '9d58ff5a-2189-4b67-8ede-ecc5bb658174'}] Failed to bind port 7efc40e4-f9f9-4d17-8df5-5c1713cd0b45 on host compute1 for vnic_type normal using segments [{'id': '4279ad5f-8046-4f15-8816-8086735e8ed8', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '9d58ff5a-2189-4b67-8ede-ecc5bb658174'}] Failed to bind port 7efc40e4-f9f9-4d17-8df5-5c1713cd0b45 on host compute1 for vnic_type normal using segments [{'id': '4279ad5f-8046-4f15-8816-8086735e8ed8', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '9d58ff5a-2189-4b67-8ede-ecc5bb658174'}] Failed to bind port 7efc40e4-f9f9-4d17-8df5-5c1713cd0b45 on host compute1 for vnic_type normal using segments [{'id': '4279ad5f-8046-4f15-8816-8086735e8ed8', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '9d58ff5a-2189-4b67-8ede-ecc5bb658174'}] Failed to bind port 7efc40e4-f9f9-4d17-8df5-5c1713cd0b45 on host compute1 for vnic_type normal using segments [{'id': '4279ad5f-8046-4f15-8816-8086735e8ed8', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '9d58ff5a-2189-4b67-8ede-ecc5bb658174'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port bb1fcada-f316-45d2-9aef-07bb1fc30f1a on host compute1 for vnic_type normal using segments [{'id': '83199582-abcc-4aeb-9824-1d4c295bde5f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3f72f4ba-6590-4db1-a1be-af31d7710a4b'}] Failed to bind port bb1fcada-f316-45d2-9aef-07bb1fc30f1a on host compute1 for vnic_type normal using segments [{'id': '83199582-abcc-4aeb-9824-1d4c295bde5f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3f72f4ba-6590-4db1-a1be-af31d7710a4b'}] Failed to bind port bb1fcada-f316-45d2-9aef-07bb1fc30f1a on host compute1 for vnic_type normal using segments [{'id': '83199582-abcc-4aeb-9824-1d4c295bde5f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3f72f4ba-6590-4db1-a1be-af31d7710a4b'}] Failed to bind port bb1fcada-f316-45d2-9aef-07bb1fc30f1a on host compute1 for vnic_type normal using segments [{'id': '83199582-abcc-4aeb-9824-1d4c295bde5f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3f72f4ba-6590-4db1-a1be-af31d7710a4b'}] Failed to bind port bb1fcada-f316-45d2-9aef-07bb1fc30f1a on host compute1 for vnic_type normal using segments [{'id': '83199582-abcc-4aeb-9824-1d4c295bde5f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3f72f4ba-6590-4db1-a1be-af31d7710a4b'}] Failed to bind port bb1fcada-f316-45d2-9aef-07bb1fc30f1a on host compute1 for vnic_type normal using segments [{'id': '83199582-abcc-4aeb-9824-1d4c295bde5f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3f72f4ba-6590-4db1-a1be-af31d7710a4b'}] Failed to bind port bb1fcada-f316-45d2-9aef-07bb1fc30f1a on host compute1 for vnic_type normal using segments [{'id': '83199582-abcc-4aeb-9824-1d4c295bde5f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3f72f4ba-6590-4db1-a1be-af31d7710a4b'}] Failed to bind port bb1fcada-f316-45d2-9aef-07bb1fc30f1a on host compute1 for vnic_type normal using segments [{'id': '83199582-abcc-4aeb-9824-1d4c295bde5f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3f72f4ba-6590-4db1-a1be-af31d7710a4b'}] Failed to bind port bb1fcada-f316-45d2-9aef-07bb1fc30f1a on host compute1 for vnic_type normal using segments [{'id': '83199582-abcc-4aeb-9824-1d4c295bde5f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3f72f4ba-6590-4db1-a1be-af31d7710a4b'}] Failed to bind port bb1fcada-f316-45d2-9aef-07bb1fc30f1a on host compute1 for vnic_type normal using segments [{'id': '83199582-abcc-4aeb-9824-1d4c295bde5f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3f72f4ba-6590-4db1-a1be-af31d7710a4b'}] Failed to bind port 2c369578-43df-4481-a750-83151b587af8 on host compute2 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 2c369578-43df-4481-a750-83151b587af8 on host compute2 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port 22a6454e-7c90-41ae-bf7c-a789e51790d0 on host test-host for vnic_type normal using segments [{'id': 'e11f85af-49c2-4b17-84fb-206c9292c923', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c24d74a0-10c0-4fa7-afc3-10bdee930a69'}] Failed to bind port 22a6454e-7c90-41ae-bf7c-a789e51790d0 on host test-host for vnic_type normal using segments [{'id': 'e11f85af-49c2-4b17-84fb-206c9292c923', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c24d74a0-10c0-4fa7-afc3-10bdee930a69'}] Failed to bind port 2c369578-43df-4481-a750-83151b587af8 on host compute2 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 22a6454e-7c90-41ae-bf7c-a789e51790d0 on host test-host for vnic_type normal using segments [{'id': 'e11f85af-49c2-4b17-84fb-206c9292c923', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c24d74a0-10c0-4fa7-afc3-10bdee930a69'}] Failed to bind port 2c369578-43df-4481-a750-83151b587af8 on host compute2 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 22a6454e-7c90-41ae-bf7c-a789e51790d0 on host test-host for vnic_type normal using segments [{'id': 'e11f85af-49c2-4b17-84fb-206c9292c923', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c24d74a0-10c0-4fa7-afc3-10bdee930a69'}] Failed to bind port 2c369578-43df-4481-a750-83151b587af8 on host compute2 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 22a6454e-7c90-41ae-bf7c-a789e51790d0 on host test-host for vnic_type normal using segments [{'id': 'e11f85af-49c2-4b17-84fb-206c9292c923', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c24d74a0-10c0-4fa7-afc3-10bdee930a69'}] Failed to bind port 22a6454e-7c90-41ae-bf7c-a789e51790d0 on host test-host for vnic_type normal using segments [{'id': 'e11f85af-49c2-4b17-84fb-206c9292c923', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c24d74a0-10c0-4fa7-afc3-10bdee930a69'}] Failed to bind port 2c369578-43df-4481-a750-83151b587af8 on host compute2 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 22a6454e-7c90-41ae-bf7c-a789e51790d0 on host test-host for vnic_type normal using segments [{'id': 'e11f85af-49c2-4b17-84fb-206c9292c923', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c24d74a0-10c0-4fa7-afc3-10bdee930a69'}] Failed to bind port 2c369578-43df-4481-a750-83151b587af8 on host compute2 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 22a6454e-7c90-41ae-bf7c-a789e51790d0 on host test-host for vnic_type normal using segments [{'id': 'e11f85af-49c2-4b17-84fb-206c9292c923', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c24d74a0-10c0-4fa7-afc3-10bdee930a69'}] Failed to bind port 2c369578-43df-4481-a750-83151b587af8 on host compute2 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 22a6454e-7c90-41ae-bf7c-a789e51790d0 on host test-host for vnic_type normal using segments [{'id': 'e11f85af-49c2-4b17-84fb-206c9292c923', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c24d74a0-10c0-4fa7-afc3-10bdee930a69'}] Failed to bind port 22a6454e-7c90-41ae-bf7c-a789e51790d0 on host test-host for vnic_type normal using segments [{'id': 'e11f85af-49c2-4b17-84fb-206c9292c923', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c24d74a0-10c0-4fa7-afc3-10bdee930a69'}] Failed to bind port 2c369578-43df-4481-a750-83151b587af8 on host compute2 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] Failed to bind port 2c369578-43df-4481-a750-83151b587af8 on host compute2 for vnic_type normal using segments [{'id': '37192914-3d88-48b3-b57a-02231d9b4fe5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '2b253e35-0dee-4770-8984-f1a61ce23bc7'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port 8a20eeed-0cef-4863-bee6-216ce4f0ee44 on host test-host for vnic_type normal using segments [{'id': '5cfea617-25e8-4350-be97-390ebbade4ec', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4aacdac6-345d-4356-af35-be5ea4bb6ba4'}] Failed to bind port 8a20eeed-0cef-4863-bee6-216ce4f0ee44 on host test-host for vnic_type normal using segments [{'id': '5cfea617-25e8-4350-be97-390ebbade4ec', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4aacdac6-345d-4356-af35-be5ea4bb6ba4'}] {23} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_schedule_bgp_speaker [0.651859s] ... ok Failed to bind port 8a20eeed-0cef-4863-bee6-216ce4f0ee44 on host test-host for vnic_type normal using segments [{'id': '5cfea617-25e8-4350-be97-390ebbade4ec', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4aacdac6-345d-4356-af35-be5ea4bb6ba4'}] Failed to bind port 8a20eeed-0cef-4863-bee6-216ce4f0ee44 on host test-host for vnic_type normal using segments [{'id': '5cfea617-25e8-4350-be97-390ebbade4ec', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4aacdac6-345d-4356-af35-be5ea4bb6ba4'}] Failed to bind port 8a20eeed-0cef-4863-bee6-216ce4f0ee44 on host test-host for vnic_type normal using segments [{'id': '5cfea617-25e8-4350-be97-390ebbade4ec', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4aacdac6-345d-4356-af35-be5ea4bb6ba4'}] {23} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_plugin_error [0.039073s] ... ok Failed to bind port 8a20eeed-0cef-4863-bee6-216ce4f0ee44 on host test-host for vnic_type normal using segments [{'id': '5cfea617-25e8-4350-be97-390ebbade4ec', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4aacdac6-345d-4356-af35-be5ea4bb6ba4'}] Failed to bind port 8a20eeed-0cef-4863-bee6-216ce4f0ee44 on host test-host for vnic_type normal using segments [{'id': '5cfea617-25e8-4350-be97-390ebbade4ec', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4aacdac6-345d-4356-af35-be5ea4bb6ba4'}] Failed to bind port 8a20eeed-0cef-4863-bee6-216ce4f0ee44 on host test-host for vnic_type normal using segments [{'id': '5cfea617-25e8-4350-be97-390ebbade4ec', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4aacdac6-345d-4356-af35-be5ea4bb6ba4'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {23} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_remove_bgp_peer_without_adding_speaker [0.034706s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port b48e8d52-bfe0-40c0-b860-4f24e54d40e5 on host test-host for vnic_type normal using segments [{'id': '458bc445-c211-4bdd-9b99-6173f61cd70b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '45700c9d-8425-42db-bb5a-36b80dbb9349'}] Failed to bind port 8a20eeed-0cef-4863-bee6-216ce4f0ee44 on host test-host for vnic_type normal using segments [{'id': '5cfea617-25e8-4350-be97-390ebbade4ec', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4aacdac6-345d-4356-af35-be5ea4bb6ba4'}] Failed to bind port 8a20eeed-0cef-4863-bee6-216ce4f0ee44 on host test-host for vnic_type normal using segments [{'id': '5cfea617-25e8-4350-be97-390ebbade4ec', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4aacdac6-345d-4356-af35-be5ea4bb6ba4'}] Failed to bind port b48e8d52-bfe0-40c0-b860-4f24e54d40e5 on host test-host for vnic_type normal using segments [{'id': '458bc445-c211-4bdd-9b99-6173f61cd70b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '45700c9d-8425-42db-bb5a-36b80dbb9349'}] Failed to bind port b48e8d52-bfe0-40c0-b860-4f24e54d40e5 on host test-host for vnic_type normal using segments [{'id': '458bc445-c211-4bdd-9b99-6173f61cd70b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '45700c9d-8425-42db-bb5a-36b80dbb9349'}] Failed to bind port b48e8d52-bfe0-40c0-b860-4f24e54d40e5 on host test-host for vnic_type normal using segments [{'id': '458bc445-c211-4bdd-9b99-6173f61cd70b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '45700c9d-8425-42db-bb5a-36b80dbb9349'}] Failed to bind port b48e8d52-bfe0-40c0-b860-4f24e54d40e5 on host test-host for vnic_type normal using segments [{'id': '458bc445-c211-4bdd-9b99-6173f61cd70b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '45700c9d-8425-42db-bb5a-36b80dbb9349'}] Failed to bind port b48e8d52-bfe0-40c0-b860-4f24e54d40e5 on host test-host for vnic_type normal using segments [{'id': '458bc445-c211-4bdd-9b99-6173f61cd70b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '45700c9d-8425-42db-bb5a-36b80dbb9349'}] Failed to bind port b48e8d52-bfe0-40c0-b860-4f24e54d40e5 on host test-host for vnic_type normal using segments [{'id': '458bc445-c211-4bdd-9b99-6173f61cd70b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '45700c9d-8425-42db-bb5a-36b80dbb9349'}] Failed to bind port b48e8d52-bfe0-40c0-b860-4f24e54d40e5 on host test-host for vnic_type normal using segments [{'id': '458bc445-c211-4bdd-9b99-6173f61cd70b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '45700c9d-8425-42db-bb5a-36b80dbb9349'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port 35686de5-bb78-425e-be51-1ff0d6fbb2d8 on host test-host for vnic_type normal using segments [{'id': 'f4629270-c0d2-47f0-ab8f-0404a9e87e4b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '720b9292-4af0-436a-b4ac-0ae5915ea3d8'}] Failed to bind port 1488d1b1-7078-47a4-8e43-2e8d3c2a7915 on host compute1 for vnic_type normal using segments [{'id': '75d7f9a6-2e1c-4de2-9ffc-ca9b12d87353', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'ac37cf62-4dcb-402f-aa3a-110e571ad4c7'}] Failed to bind port b48e8d52-bfe0-40c0-b860-4f24e54d40e5 on host test-host for vnic_type normal using segments [{'id': '458bc445-c211-4bdd-9b99-6173f61cd70b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '45700c9d-8425-42db-bb5a-36b80dbb9349'}] Failed to bind port 1488d1b1-7078-47a4-8e43-2e8d3c2a7915 on host compute1 for vnic_type normal using segments [{'id': '75d7f9a6-2e1c-4de2-9ffc-ca9b12d87353', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'ac37cf62-4dcb-402f-aa3a-110e571ad4c7'}] Failed to bind port 35686de5-bb78-425e-be51-1ff0d6fbb2d8 on host test-host for vnic_type normal using segments [{'id': 'f4629270-c0d2-47f0-ab8f-0404a9e87e4b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '720b9292-4af0-436a-b4ac-0ae5915ea3d8'}] Failed to bind port 1488d1b1-7078-47a4-8e43-2e8d3c2a7915 on host compute1 for vnic_type normal using segments [{'id': '75d7f9a6-2e1c-4de2-9ffc-ca9b12d87353', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'ac37cf62-4dcb-402f-aa3a-110e571ad4c7'}] Failed to bind port b48e8d52-bfe0-40c0-b860-4f24e54d40e5 on host test-host for vnic_type normal using segments [{'id': '458bc445-c211-4bdd-9b99-6173f61cd70b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '45700c9d-8425-42db-bb5a-36b80dbb9349'}] Failed to bind port 35686de5-bb78-425e-be51-1ff0d6fbb2d8 on host test-host for vnic_type normal using segments [{'id': 'f4629270-c0d2-47f0-ab8f-0404a9e87e4b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '720b9292-4af0-436a-b4ac-0ae5915ea3d8'}] Failed to bind port 1488d1b1-7078-47a4-8e43-2e8d3c2a7915 on host compute1 for vnic_type normal using segments [{'id': '75d7f9a6-2e1c-4de2-9ffc-ca9b12d87353', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'ac37cf62-4dcb-402f-aa3a-110e571ad4c7'}] Failed to bind port 35686de5-bb78-425e-be51-1ff0d6fbb2d8 on host test-host for vnic_type normal using segments [{'id': 'f4629270-c0d2-47f0-ab8f-0404a9e87e4b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '720b9292-4af0-436a-b4ac-0ae5915ea3d8'}] Failed to bind port 1488d1b1-7078-47a4-8e43-2e8d3c2a7915 on host compute1 for vnic_type normal using segments [{'id': '75d7f9a6-2e1c-4de2-9ffc-ca9b12d87353', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'ac37cf62-4dcb-402f-aa3a-110e571ad4c7'}] Failed to bind port 1488d1b1-7078-47a4-8e43-2e8d3c2a7915 on host compute1 for vnic_type normal using segments [{'id': '75d7f9a6-2e1c-4de2-9ffc-ca9b12d87353', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'ac37cf62-4dcb-402f-aa3a-110e571ad4c7'}] Failed to bind port 35686de5-bb78-425e-be51-1ff0d6fbb2d8 on host test-host for vnic_type normal using segments [{'id': 'f4629270-c0d2-47f0-ab8f-0404a9e87e4b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '720b9292-4af0-436a-b4ac-0ae5915ea3d8'}] Failed to bind port 1488d1b1-7078-47a4-8e43-2e8d3c2a7915 on host compute1 for vnic_type normal using segments [{'id': '75d7f9a6-2e1c-4de2-9ffc-ca9b12d87353', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'ac37cf62-4dcb-402f-aa3a-110e571ad4c7'}] Failed to bind port 35686de5-bb78-425e-be51-1ff0d6fbb2d8 on host test-host for vnic_type normal using segments [{'id': 'f4629270-c0d2-47f0-ab8f-0404a9e87e4b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '720b9292-4af0-436a-b4ac-0ae5915ea3d8'}] Failed to bind port 1488d1b1-7078-47a4-8e43-2e8d3c2a7915 on host compute1 for vnic_type normal using segments [{'id': '75d7f9a6-2e1c-4de2-9ffc-ca9b12d87353', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'ac37cf62-4dcb-402f-aa3a-110e571ad4c7'}] Failed to bind port 35686de5-bb78-425e-be51-1ff0d6fbb2d8 on host test-host for vnic_type normal using segments [{'id': 'f4629270-c0d2-47f0-ab8f-0404a9e87e4b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '720b9292-4af0-436a-b4ac-0ae5915ea3d8'}] Failed to bind port 1488d1b1-7078-47a4-8e43-2e8d3c2a7915 on host compute1 for vnic_type normal using segments [{'id': '75d7f9a6-2e1c-4de2-9ffc-ca9b12d87353', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'ac37cf62-4dcb-402f-aa3a-110e571ad4c7'}] Failed to bind port 35686de5-bb78-425e-be51-1ff0d6fbb2d8 on host test-host for vnic_type normal using segments [{'id': 'f4629270-c0d2-47f0-ab8f-0404a9e87e4b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '720b9292-4af0-436a-b4ac-0ae5915ea3d8'}] Failed to bind port 1488d1b1-7078-47a4-8e43-2e8d3c2a7915 on host compute1 for vnic_type normal using segments [{'id': '75d7f9a6-2e1c-4de2-9ffc-ca9b12d87353', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'ac37cf62-4dcb-402f-aa3a-110e571ad4c7'}] Failed to bind port 35686de5-bb78-425e-be51-1ff0d6fbb2d8 on host test-host for vnic_type normal using segments [{'id': 'f4629270-c0d2-47f0-ab8f-0404a9e87e4b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '720b9292-4af0-436a-b4ac-0ae5915ea3d8'}] Failed to bind port 35686de5-bb78-425e-be51-1ff0d6fbb2d8 on host test-host for vnic_type normal using segments [{'id': 'f4629270-c0d2-47f0-ab8f-0404a9e87e4b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '720b9292-4af0-436a-b4ac-0ae5915ea3d8'}] Failed to bind port 9461cb59-622a-42ec-aa1f-24d8edb81949 on host compute1 for vnic_type normal using segments [{'id': 'ce11131f-797c-43bf-94c2-df58127a097e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'eaba2abf-d9e4-4f65-ae9b-c3cdbf6b152a'}] Failed to bind port 9461cb59-622a-42ec-aa1f-24d8edb81949 on host compute1 for vnic_type normal using segments [{'id': 'ce11131f-797c-43bf-94c2-df58127a097e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'eaba2abf-d9e4-4f65-ae9b-c3cdbf6b152a'}] Failed to bind port 9461cb59-622a-42ec-aa1f-24d8edb81949 on host compute1 for vnic_type normal using segments [{'id': 'ce11131f-797c-43bf-94c2-df58127a097e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'eaba2abf-d9e4-4f65-ae9b-c3cdbf6b152a'}] Failed to bind port 9461cb59-622a-42ec-aa1f-24d8edb81949 on host compute1 for vnic_type normal using segments [{'id': 'ce11131f-797c-43bf-94c2-df58127a097e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'eaba2abf-d9e4-4f65-ae9b-c3cdbf6b152a'}] Failed to bind port 9461cb59-622a-42ec-aa1f-24d8edb81949 on host compute1 for vnic_type normal using segments [{'id': 'ce11131f-797c-43bf-94c2-df58127a097e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'eaba2abf-d9e4-4f65-ae9b-c3cdbf6b152a'}] Failed to bind port 9461cb59-622a-42ec-aa1f-24d8edb81949 on host compute1 for vnic_type normal using segments [{'id': 'ce11131f-797c-43bf-94c2-df58127a097e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'eaba2abf-d9e4-4f65-ae9b-c3cdbf6b152a'}] Failed to bind port 9461cb59-622a-42ec-aa1f-24d8edb81949 on host compute1 for vnic_type normal using segments [{'id': 'ce11131f-797c-43bf-94c2-df58127a097e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'eaba2abf-d9e4-4f65-ae9b-c3cdbf6b152a'}] Failed to bind port 9461cb59-622a-42ec-aa1f-24d8edb81949 on host compute1 for vnic_type normal using segments [{'id': 'ce11131f-797c-43bf-94c2-df58127a097e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'eaba2abf-d9e4-4f65-ae9b-c3cdbf6b152a'}] Failed to bind port 9461cb59-622a-42ec-aa1f-24d8edb81949 on host compute1 for vnic_type normal using segments [{'id': 'ce11131f-797c-43bf-94c2-df58127a097e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'eaba2abf-d9e4-4f65-ae9b-c3cdbf6b152a'}] Failed to bind port 9461cb59-622a-42ec-aa1f-24d8edb81949 on host compute1 for vnic_type normal using segments [{'id': 'ce11131f-797c-43bf-94c2-df58127a097e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'eaba2abf-d9e4-4f65-ae9b-c3cdbf6b152a'}] Failed to bind port 0a03b222-b85a-4538-a63a-623ffc50f149 on host test-host for vnic_type normal using segments [{'id': 'd159ad58-50be-48f7-8cda-c1b4a8d9a8eb', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c96900f1-5ea1-48ec-85da-435ee15aee46'}] Failed to bind port 0a03b222-b85a-4538-a63a-623ffc50f149 on host test-host for vnic_type normal using segments [{'id': 'd159ad58-50be-48f7-8cda-c1b4a8d9a8eb', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c96900f1-5ea1-48ec-85da-435ee15aee46'}] Failed to bind port 0a03b222-b85a-4538-a63a-623ffc50f149 on host test-host for vnic_type normal using segments [{'id': 'd159ad58-50be-48f7-8cda-c1b4a8d9a8eb', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c96900f1-5ea1-48ec-85da-435ee15aee46'}] Failed to bind port 0a03b222-b85a-4538-a63a-623ffc50f149 on host test-host for vnic_type normal using segments [{'id': 'd159ad58-50be-48f7-8cda-c1b4a8d9a8eb', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c96900f1-5ea1-48ec-85da-435ee15aee46'}] Failed to bind port 0a03b222-b85a-4538-a63a-623ffc50f149 on host test-host for vnic_type normal using segments [{'id': 'd159ad58-50be-48f7-8cda-c1b4a8d9a8eb', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c96900f1-5ea1-48ec-85da-435ee15aee46'}] {11} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_ipv4_tenant_subnet_routes_by_bgp_speaker_dvr_router [11.314036s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 711, in test_get_ipv4_tenant_subnet_routes_by_bgp_speaker_dvr_router router_distributed=True) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 643, in _advertised_routes_by_bgp_speaker self.context, speaker['id']) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/services/bgp/bgp_plugin.py", line 225, in get_advertised_routes bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 314, in get_advertised_routes routes = self.get_routes_by_bgp_speaker_id(context, bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. Failed to bind port 0a03b222-b85a-4538-a63a-623ffc50f149 on host test-host for vnic_type normal using segments [{'id': 'd159ad58-50be-48f7-8cda-c1b4a8d9a8eb', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c96900f1-5ea1-48ec-85da-435ee15aee46'}] Failed to bind port 0a03b222-b85a-4538-a63a-623ffc50f149 on host test-host for vnic_type normal using segments [{'id': 'd159ad58-50be-48f7-8cda-c1b4a8d9a8eb', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c96900f1-5ea1-48ec-85da-435ee15aee46'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port 51e4aab8-01a9-4cf2-83ad-5d063fb00551 on host compute1 for vnic_type normal using segments [{'id': 'e9bf6e72-a5f7-4e08-984c-60f171bf663a', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4ca8e4df-9dac-4ec9-bbe8-34290675b024'}] Failed to bind port 0a03b222-b85a-4538-a63a-623ffc50f149 on host test-host for vnic_type normal using segments [{'id': 'd159ad58-50be-48f7-8cda-c1b4a8d9a8eb', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c96900f1-5ea1-48ec-85da-435ee15aee46'}] Failed to bind port 51e4aab8-01a9-4cf2-83ad-5d063fb00551 on host compute1 for vnic_type normal using segments [{'id': 'e9bf6e72-a5f7-4e08-984c-60f171bf663a', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4ca8e4df-9dac-4ec9-bbe8-34290675b024'}] Failed to bind port 0a03b222-b85a-4538-a63a-623ffc50f149 on host test-host for vnic_type normal using segments [{'id': 'd159ad58-50be-48f7-8cda-c1b4a8d9a8eb', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c96900f1-5ea1-48ec-85da-435ee15aee46'}] Failed to bind port 51e4aab8-01a9-4cf2-83ad-5d063fb00551 on host compute1 for vnic_type normal using segments [{'id': 'e9bf6e72-a5f7-4e08-984c-60f171bf663a', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4ca8e4df-9dac-4ec9-bbe8-34290675b024'}] Failed to bind port 0a03b222-b85a-4538-a63a-623ffc50f149 on host test-host for vnic_type normal using segments [{'id': 'd159ad58-50be-48f7-8cda-c1b4a8d9a8eb', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c96900f1-5ea1-48ec-85da-435ee15aee46'}] Failed to bind port 51e4aab8-01a9-4cf2-83ad-5d063fb00551 on host compute1 for vnic_type normal using segments [{'id': 'e9bf6e72-a5f7-4e08-984c-60f171bf663a', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4ca8e4df-9dac-4ec9-bbe8-34290675b024'}] Failed to bind port 51e4aab8-01a9-4cf2-83ad-5d063fb00551 on host compute1 for vnic_type normal using segments [{'id': 'e9bf6e72-a5f7-4e08-984c-60f171bf663a', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4ca8e4df-9dac-4ec9-bbe8-34290675b024'}] Failed to bind port 51e4aab8-01a9-4cf2-83ad-5d063fb00551 on host compute1 for vnic_type normal using segments [{'id': 'e9bf6e72-a5f7-4e08-984c-60f171bf663a', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4ca8e4df-9dac-4ec9-bbe8-34290675b024'}] Failed to bind port 51e4aab8-01a9-4cf2-83ad-5d063fb00551 on host compute1 for vnic_type normal using segments [{'id': 'e9bf6e72-a5f7-4e08-984c-60f171bf663a', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4ca8e4df-9dac-4ec9-bbe8-34290675b024'}] Failed to bind port 51e4aab8-01a9-4cf2-83ad-5d063fb00551 on host compute1 for vnic_type normal using segments [{'id': 'e9bf6e72-a5f7-4e08-984c-60f171bf663a', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4ca8e4df-9dac-4ec9-bbe8-34290675b024'}] Failed to bind port 51e4aab8-01a9-4cf2-83ad-5d063fb00551 on host compute1 for vnic_type normal using segments [{'id': 'e9bf6e72-a5f7-4e08-984c-60f171bf663a', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4ca8e4df-9dac-4ec9-bbe8-34290675b024'}] Failed to bind port 51e4aab8-01a9-4cf2-83ad-5d063fb00551 on host compute1 for vnic_type normal using segments [{'id': 'e9bf6e72-a5f7-4e08-984c-60f171bf663a', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4ca8e4df-9dac-4ec9-bbe8-34290675b024'}] Failed to bind port bc63ca71-2b82-43b1-8308-8a0285d3b961 on host test-host for vnic_type normal using segments [{'id': 'a4269147-7e0b-4e75-8f99-e69b2eac2f34', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd89ccffe-92be-4c44-b1e0-ce806b1a2a09'}] Failed to bind port bc63ca71-2b82-43b1-8308-8a0285d3b961 on host test-host for vnic_type normal using segments [{'id': 'a4269147-7e0b-4e75-8f99-e69b2eac2f34', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd89ccffe-92be-4c44-b1e0-ce806b1a2a09'}] Failed to bind port bc63ca71-2b82-43b1-8308-8a0285d3b961 on host test-host for vnic_type normal using segments [{'id': 'a4269147-7e0b-4e75-8f99-e69b2eac2f34', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd89ccffe-92be-4c44-b1e0-ce806b1a2a09'}] Failed to bind port bc63ca71-2b82-43b1-8308-8a0285d3b961 on host test-host for vnic_type normal using segments [{'id': 'a4269147-7e0b-4e75-8f99-e69b2eac2f34', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd89ccffe-92be-4c44-b1e0-ce806b1a2a09'}] Failed to bind port bc63ca71-2b82-43b1-8308-8a0285d3b961 on host test-host for vnic_type normal using segments [{'id': 'a4269147-7e0b-4e75-8f99-e69b2eac2f34', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd89ccffe-92be-4c44-b1e0-ce806b1a2a09'}] Failed to bind port bc63ca71-2b82-43b1-8308-8a0285d3b961 on host test-host for vnic_type normal using segments [{'id': 'a4269147-7e0b-4e75-8f99-e69b2eac2f34', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd89ccffe-92be-4c44-b1e0-ce806b1a2a09'}] Failed to bind port bc63ca71-2b82-43b1-8308-8a0285d3b961 on host test-host for vnic_type normal using segments [{'id': 'a4269147-7e0b-4e75-8f99-e69b2eac2f34', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd89ccffe-92be-4c44-b1e0-ce806b1a2a09'}] Failed to bind port bc63ca71-2b82-43b1-8308-8a0285d3b961 on host test-host for vnic_type normal using segments [{'id': 'a4269147-7e0b-4e75-8f99-e69b2eac2f34', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd89ccffe-92be-4c44-b1e0-ce806b1a2a09'}] Failed to bind port b69fd5d8-089e-4389-bed4-6b03f07bf9b9 on host compute1 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port bc63ca71-2b82-43b1-8308-8a0285d3b961 on host test-host for vnic_type normal using segments [{'id': 'a4269147-7e0b-4e75-8f99-e69b2eac2f34', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd89ccffe-92be-4c44-b1e0-ce806b1a2a09'}] Failed to bind port bc63ca71-2b82-43b1-8308-8a0285d3b961 on host test-host for vnic_type normal using segments [{'id': 'a4269147-7e0b-4e75-8f99-e69b2eac2f34', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd89ccffe-92be-4c44-b1e0-ce806b1a2a09'}] Failed to bind port b69fd5d8-089e-4389-bed4-6b03f07bf9b9 on host compute1 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port b69fd5d8-089e-4389-bed4-6b03f07bf9b9 on host compute1 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port b69fd5d8-089e-4389-bed4-6b03f07bf9b9 on host compute1 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port 3481d03f-4f2e-4ddf-8fdb-f1792ec42bd1 on host test-host for vnic_type normal using segments [{'id': '3d12092b-b1c5-4e34-8430-7bc86bddbc4e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '24bcfd76-5630-407b-b3b9-9aef95350508'}] Failed to bind port b69fd5d8-089e-4389-bed4-6b03f07bf9b9 on host compute1 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port 3481d03f-4f2e-4ddf-8fdb-f1792ec42bd1 on host test-host for vnic_type normal using segments [{'id': '3d12092b-b1c5-4e34-8430-7bc86bddbc4e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '24bcfd76-5630-407b-b3b9-9aef95350508'}] Failed to bind port 3481d03f-4f2e-4ddf-8fdb-f1792ec42bd1 on host test-host for vnic_type normal using segments [{'id': '3d12092b-b1c5-4e34-8430-7bc86bddbc4e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '24bcfd76-5630-407b-b3b9-9aef95350508'}] Failed to bind port b69fd5d8-089e-4389-bed4-6b03f07bf9b9 on host compute1 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port 3481d03f-4f2e-4ddf-8fdb-f1792ec42bd1 on host test-host for vnic_type normal using segments [{'id': '3d12092b-b1c5-4e34-8430-7bc86bddbc4e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '24bcfd76-5630-407b-b3b9-9aef95350508'}] Failed to bind port b69fd5d8-089e-4389-bed4-6b03f07bf9b9 on host compute1 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port 3481d03f-4f2e-4ddf-8fdb-f1792ec42bd1 on host test-host for vnic_type normal using segments [{'id': '3d12092b-b1c5-4e34-8430-7bc86bddbc4e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '24bcfd76-5630-407b-b3b9-9aef95350508'}] Failed to bind port b69fd5d8-089e-4389-bed4-6b03f07bf9b9 on host compute1 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port 3481d03f-4f2e-4ddf-8fdb-f1792ec42bd1 on host test-host for vnic_type normal using segments [{'id': '3d12092b-b1c5-4e34-8430-7bc86bddbc4e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '24bcfd76-5630-407b-b3b9-9aef95350508'}] Failed to bind port b69fd5d8-089e-4389-bed4-6b03f07bf9b9 on host compute1 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port 3481d03f-4f2e-4ddf-8fdb-f1792ec42bd1 on host test-host for vnic_type normal using segments [{'id': '3d12092b-b1c5-4e34-8430-7bc86bddbc4e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '24bcfd76-5630-407b-b3b9-9aef95350508'}] Failed to bind port b69fd5d8-089e-4389-bed4-6b03f07bf9b9 on host compute1 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port 3481d03f-4f2e-4ddf-8fdb-f1792ec42bd1 on host test-host for vnic_type normal using segments [{'id': '3d12092b-b1c5-4e34-8430-7bc86bddbc4e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '24bcfd76-5630-407b-b3b9-9aef95350508'}] Failed to bind port 3481d03f-4f2e-4ddf-8fdb-f1792ec42bd1 on host test-host for vnic_type normal using segments [{'id': '3d12092b-b1c5-4e34-8430-7bc86bddbc4e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '24bcfd76-5630-407b-b3b9-9aef95350508'}] {11} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_non_existent_gateway_network [0.576394s] ... ok Failed to bind port 3481d03f-4f2e-4ddf-8fdb-f1792ec42bd1 on host test-host for vnic_type normal using segments [{'id': '3d12092b-b1c5-4e34-8430-7bc86bddbc4e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '24bcfd76-5630-407b-b3b9-9aef95350508'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port 974877da-bdce-4f7b-80d3-670b21fd536f on host test-host for vnic_type normal using segments [{'id': '4c46c8b8-86dc-4ca5-96c2-bd05ff7e24c0', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '7247dc90-9577-40c6-b1c0-60d5f5f8b767'}] Failed to bind port 974877da-bdce-4f7b-80d3-670b21fd536f on host test-host for vnic_type normal using segments [{'id': '4c46c8b8-86dc-4ca5-96c2-bd05ff7e24c0', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '7247dc90-9577-40c6-b1c0-60d5f5f8b767'}] Failed to bind port 974877da-bdce-4f7b-80d3-670b21fd536f on host test-host for vnic_type normal using segments [{'id': '4c46c8b8-86dc-4ca5-96c2-bd05ff7e24c0', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '7247dc90-9577-40c6-b1c0-60d5f5f8b767'}] Failed to bind port 974877da-bdce-4f7b-80d3-670b21fd536f on host test-host for vnic_type normal using segments [{'id': '4c46c8b8-86dc-4ca5-96c2-bd05ff7e24c0', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '7247dc90-9577-40c6-b1c0-60d5f5f8b767'}] Failed to bind port 974877da-bdce-4f7b-80d3-670b21fd536f on host test-host for vnic_type normal using segments [{'id': '4c46c8b8-86dc-4ca5-96c2-bd05ff7e24c0', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '7247dc90-9577-40c6-b1c0-60d5f5f8b767'}] Failed to bind port 974877da-bdce-4f7b-80d3-670b21fd536f on host test-host for vnic_type normal using segments [{'id': '4c46c8b8-86dc-4ca5-96c2-bd05ff7e24c0', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '7247dc90-9577-40c6-b1c0-60d5f5f8b767'}] Failed to bind port 974877da-bdce-4f7b-80d3-670b21fd536f on host test-host for vnic_type normal using segments [{'id': '4c46c8b8-86dc-4ca5-96c2-bd05ff7e24c0', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '7247dc90-9577-40c6-b1c0-60d5f5f8b767'}] Failed to bind port 974877da-bdce-4f7b-80d3-670b21fd536f on host test-host for vnic_type normal using segments [{'id': '4c46c8b8-86dc-4ca5-96c2-bd05ff7e24c0', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '7247dc90-9577-40c6-b1c0-60d5f5f8b767'}] Failed to bind port 974877da-bdce-4f7b-80d3-670b21fd536f on host test-host for vnic_type normal using segments [{'id': '4c46c8b8-86dc-4ca5-96c2-bd05ff7e24c0', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '7247dc90-9577-40c6-b1c0-60d5f5f8b767'}] {4} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_dvr_fixed_ip_routes_by_bgp_speaker_no_scope [13.448140s] ... ok Failed to bind port 974877da-bdce-4f7b-80d3-670b21fd536f on host test-host for vnic_type normal using segments [{'id': '4c46c8b8-86dc-4ca5-96c2-bd05ff7e24c0', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '7247dc90-9577-40c6-b1c0-60d5f5f8b767'}] {11} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_schedule_bgp_speaker_on_two_different_agents [0.283321s] ... ok {11} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_periodic_resync [0.039067s] ... ok {11} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_speaker_with_invalid_asnum_range [0.049785s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {16} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_routes_by_router_with_fip [13.231484s] ... ok Failed to bind port 476ac333-a1a6-4f43-b954-79ef0d8cb7b9 on host compute2 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] {16} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_routes_withdrawal_end [0.041594s] ... ok {4} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgp_speaker_update_local_as [0.483242s] ... ok Failed to bind port 476ac333-a1a6-4f43-b954-79ef0d8cb7b9 on host compute2 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port 476ac333-a1a6-4f43-b954-79ef0d8cb7b9 on host compute2 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] {16} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_remove_bgp_speaker [0.030683s] ... ok {4} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_bgp_speaker_deleted [0.033481s] ... ok Failed to bind port 476ac333-a1a6-4f43-b954-79ef0d8cb7b9 on host compute2 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port 476ac333-a1a6-4f43-b954-79ef0d8cb7b9 on host compute2 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] {16} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_withdraw_route [0.036380s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port 476ac333-a1a6-4f43-b954-79ef0d8cb7b9 on host compute2 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] {4} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_peer_disassociation_end [0.037041s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port 0ddd8bda-5d01-4010-9d2c-37e3ac8ae214 on host test-host for vnic_type normal using segments [{'id': 'd272bc30-db70-4f5f-b9c7-7fc63be7ab82', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e8547679-16ec-4030-8f0e-68a6a75f6e85'}] Failed to bind port 476ac333-a1a6-4f43-b954-79ef0d8cb7b9 on host compute2 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port 0ddd8bda-5d01-4010-9d2c-37e3ac8ae214 on host test-host for vnic_type normal using segments [{'id': 'd272bc30-db70-4f5f-b9c7-7fc63be7ab82', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e8547679-16ec-4030-8f0e-68a6a75f6e85'}] Failed to bind port 476ac333-a1a6-4f43-b954-79ef0d8cb7b9 on host compute2 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port 0ddd8bda-5d01-4010-9d2c-37e3ac8ae214 on host test-host for vnic_type normal using segments [{'id': 'd272bc30-db70-4f5f-b9c7-7fc63be7ab82', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e8547679-16ec-4030-8f0e-68a6a75f6e85'}] {4} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_advertise_route_without_adding_speaker [0.035027s] ... ok Failed to bind port 476ac333-a1a6-4f43-b954-79ef0d8cb7b9 on host compute2 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port 476ac333-a1a6-4f43-b954-79ef0d8cb7b9 on host compute2 for vnic_type normal using segments [{'id': '374392f4-fbd3-4751-bd7a-4f50138d4b54', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '161f93ba-4178-42b5-813b-105d2407f094'}] Failed to bind port 0ddd8bda-5d01-4010-9d2c-37e3ac8ae214 on host test-host for vnic_type normal using segments [{'id': 'd272bc30-db70-4f5f-b9c7-7fc63be7ab82', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e8547679-16ec-4030-8f0e-68a6a75f6e85'}] Failed to bind port 0ddd8bda-5d01-4010-9d2c-37e3ac8ae214 on host test-host for vnic_type normal using segments [{'id': 'd272bc30-db70-4f5f-b9c7-7fc63be7ab82', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e8547679-16ec-4030-8f0e-68a6a75f6e85'}] Failed to bind port 0ddd8bda-5d01-4010-9d2c-37e3ac8ae214 on host test-host for vnic_type normal using segments [{'id': 'd272bc30-db70-4f5f-b9c7-7fc63be7ab82', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e8547679-16ec-4030-8f0e-68a6a75f6e85'}] Failed to bind port 0ddd8bda-5d01-4010-9d2c-37e3ac8ae214 on host test-host for vnic_type normal using segments [{'id': 'd272bc30-db70-4f5f-b9c7-7fc63be7ab82', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e8547679-16ec-4030-8f0e-68a6a75f6e85'}] Failed to bind port 0ddd8bda-5d01-4010-9d2c-37e3ac8ae214 on host test-host for vnic_type normal using segments [{'id': 'd272bc30-db70-4f5f-b9c7-7fc63be7ab82', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e8547679-16ec-4030-8f0e-68a6a75f6e85'}] Failed to bind port 0ddd8bda-5d01-4010-9d2c-37e3ac8ae214 on host test-host for vnic_type normal using segments [{'id': 'd272bc30-db70-4f5f-b9c7-7fc63be7ab82', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e8547679-16ec-4030-8f0e-68a6a75f6e85'}] Failed to bind port 0ddd8bda-5d01-4010-9d2c-37e3ac8ae214 on host test-host for vnic_type normal using segments [{'id': 'd272bc30-db70-4f5f-b9c7-7fc63be7ab82', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e8547679-16ec-4030-8f0e-68a6a75f6e85'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {4} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpDrAgentScheduler.test_schedule_bind_bgp_speaker_multi_agents [0.115907s] ... ok Failed to bind port 58bba77f-2ffe-4c65-8af3-d7f1e2709445 on host test-host for vnic_type normal using segments [{'id': 'c47776b8-6536-4848-9806-4ac085e33a44', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd0b63532-5ded-4484-9a8f-4080767357cf'}] Failed to bind port 58bba77f-2ffe-4c65-8af3-d7f1e2709445 on host test-host for vnic_type normal using segments [{'id': 'c47776b8-6536-4848-9806-4ac085e33a44', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd0b63532-5ded-4484-9a8f-4080767357cf'}] Failed to bind port 58bba77f-2ffe-4c65-8af3-d7f1e2709445 on host test-host for vnic_type normal using segments [{'id': 'c47776b8-6536-4848-9806-4ac085e33a44', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd0b63532-5ded-4484-9a8f-4080767357cf'}] Failed to bind port 58bba77f-2ffe-4c65-8af3-d7f1e2709445 on host test-host for vnic_type normal using segments [{'id': 'c47776b8-6536-4848-9806-4ac085e33a44', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd0b63532-5ded-4484-9a8f-4080767357cf'}] Failed to bind port 58bba77f-2ffe-4c65-8af3-d7f1e2709445 on host test-host for vnic_type normal using segments [{'id': 'c47776b8-6536-4848-9806-4ac085e33a44', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd0b63532-5ded-4484-9a8f-4080767357cf'}] Failed to bind port 58bba77f-2ffe-4c65-8af3-d7f1e2709445 on host test-host for vnic_type normal using segments [{'id': 'c47776b8-6536-4848-9806-4ac085e33a44', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd0b63532-5ded-4484-9a8f-4080767357cf'}] Failed to bind port 58bba77f-2ffe-4c65-8af3-d7f1e2709445 on host test-host for vnic_type normal using segments [{'id': 'c47776b8-6536-4848-9806-4ac085e33a44', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd0b63532-5ded-4484-9a8f-4080767357cf'}] Failed to bind port 58bba77f-2ffe-4c65-8af3-d7f1e2709445 on host test-host for vnic_type normal using segments [{'id': 'c47776b8-6536-4848-9806-4ac085e33a44', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd0b63532-5ded-4484-9a8f-4080767357cf'}] Failed to bind port 58bba77f-2ffe-4c65-8af3-d7f1e2709445 on host test-host for vnic_type normal using segments [{'id': 'c47776b8-6536-4848-9806-4ac085e33a44', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd0b63532-5ded-4484-9a8f-4080767357cf'}] Failed to bind port 58bba77f-2ffe-4c65-8af3-d7f1e2709445 on host test-host for vnic_type normal using segments [{'id': 'c47776b8-6536-4848-9806-4ac085e33a44', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'd0b63532-5ded-4484-9a8f-4080767357cf'}] {19} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_fip_next_hop_dvr [12.898182s] ... ok {5} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_bgp_speaker_binding_with_fip [14.558628s] ... ok {30} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_fip_next_hop_legacy [10.238332s] ... ok {14} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_binding_network [4.802223s] ... ok {14} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_with_invalid_asnum_range [0.028178s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {14} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestSchedulerCallback.test__register_callbacks [0.050253s] ... ok {5} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_bgp_peer [0.477168s] ... ok {5} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_advertise_route_helper_already_cached [0.028681s] ... ok {5} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestAutoScheduleBgpSpeakers.test_auto_schedule_bgp_speaker(BGP speaker already scheduled) [0.107497s] ... ok {5} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_multiple_agents_bgp_speakers [0.103253s] ... ok {30} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_gateway_network_two_bgp_speakers_same_scope [0.710956s] ... ok {30} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_added_and_synced [0.028852s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {30} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestBgpMultiSpeakerCache.test_get_hosted_bgp_speakers_count [0.026459s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {5} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestBgpAgentFilter.test_filter_agents_two_agents [0.086337s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_dvr_fip_host_routes_by_binding [15.962744s] ... ok {18} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_dvr_fip_host_routes_by_router [16.370744s] ... ok {1} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_floatingip_update_callback [12.147899s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_bgp_peer_without_adding_speaker [0.027117s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestBgpMultiSpeakerCache.test_get_bgp_speaker [0.027621s] ... ok {1} neutron_dynamic_routing.tests.unit.services.bgp.test_bgp_plugin.TestBgpPlugin.test_create_bgp_speaker [0.030357s] ... ok Failed to bind port 77da980e-e71d-4765-be1e-c81e3f228265 on host test-host for vnic_type normal using segments [{'id': 'dfd832bf-17e9-4cdd-b607-c77e2299b380', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '49b91023-54d3-40d5-9e42-f984e7984717'}] Failed to bind port 77da980e-e71d-4765-be1e-c81e3f228265 on host test-host for vnic_type normal using segments [{'id': 'dfd832bf-17e9-4cdd-b607-c77e2299b380', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '49b91023-54d3-40d5-9e42-f984e7984717'}] Failed to bind port 77da980e-e71d-4765-be1e-c81e3f228265 on host test-host for vnic_type normal using segments [{'id': 'dfd832bf-17e9-4cdd-b607-c77e2299b380', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '49b91023-54d3-40d5-9e42-f984e7984717'}] Failed to bind port 77da980e-e71d-4765-be1e-c81e3f228265 on host test-host for vnic_type normal using segments [{'id': 'dfd832bf-17e9-4cdd-b607-c77e2299b380', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '49b91023-54d3-40d5-9e42-f984e7984717'}] Failed to bind port 77da980e-e71d-4765-be1e-c81e3f228265 on host test-host for vnic_type normal using segments [{'id': 'dfd832bf-17e9-4cdd-b607-c77e2299b380', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '49b91023-54d3-40d5-9e42-f984e7984717'}] Failed to bind port 77da980e-e71d-4765-be1e-c81e3f228265 on host test-host for vnic_type normal using segments [{'id': 'dfd832bf-17e9-4cdd-b607-c77e2299b380', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '49b91023-54d3-40d5-9e42-f984e7984717'}] Failed to bind port 77da980e-e71d-4765-be1e-c81e3f228265 on host test-host for vnic_type normal using segments [{'id': 'dfd832bf-17e9-4cdd-b607-c77e2299b380', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '49b91023-54d3-40d5-9e42-f984e7984717'}] Failed to bind port 77da980e-e71d-4765-be1e-c81e3f228265 on host test-host for vnic_type normal using segments [{'id': 'dfd832bf-17e9-4cdd-b607-c77e2299b380', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '49b91023-54d3-40d5-9e42-f984e7984717'}] Failed to bind port 77da980e-e71d-4765-be1e-c81e3f228265 on host test-host for vnic_type normal using segments [{'id': 'dfd832bf-17e9-4cdd-b607-c77e2299b380', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '49b91023-54d3-40d5-9e42-f984e7984717'}] Failed to bind port 77da980e-e71d-4765-be1e-c81e3f228265 on host test-host for vnic_type normal using segments [{'id': 'dfd832bf-17e9-4cdd-b607-c77e2299b380', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '49b91023-54d3-40d5-9e42-f984e7984717'}] {15} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_external_networks_for_port_same_address_scope_v6 [16.284457s] ... ok Failed to bind port e54e7671-2240-40a6-bc39-b9b52ea68912 on host test-host for vnic_type normal using segments [{'id': 'd9fd6f8c-79f8-4f8f-8e48-e27e5df859e1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '26c9d6f1-a68a-4097-861d-e45721555a95'}] Failed to bind port e54e7671-2240-40a6-bc39-b9b52ea68912 on host test-host for vnic_type normal using segments [{'id': 'd9fd6f8c-79f8-4f8f-8e48-e27e5df859e1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '26c9d6f1-a68a-4097-861d-e45721555a95'}] Failed to bind port e54e7671-2240-40a6-bc39-b9b52ea68912 on host test-host for vnic_type normal using segments [{'id': 'd9fd6f8c-79f8-4f8f-8e48-e27e5df859e1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '26c9d6f1-a68a-4097-861d-e45721555a95'}] Failed to bind port e54e7671-2240-40a6-bc39-b9b52ea68912 on host test-host for vnic_type normal using segments [{'id': 'd9fd6f8c-79f8-4f8f-8e48-e27e5df859e1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '26c9d6f1-a68a-4097-861d-e45721555a95'}] Failed to bind port e54e7671-2240-40a6-bc39-b9b52ea68912 on host test-host for vnic_type normal using segments [{'id': 'd9fd6f8c-79f8-4f8f-8e48-e27e5df859e1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '26c9d6f1-a68a-4097-861d-e45721555a95'}] Failed to bind port e54e7671-2240-40a6-bc39-b9b52ea68912 on host test-host for vnic_type normal using segments [{'id': 'd9fd6f8c-79f8-4f8f-8e48-e27e5df859e1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '26c9d6f1-a68a-4097-861d-e45721555a95'}] Failed to bind port e54e7671-2240-40a6-bc39-b9b52ea68912 on host test-host for vnic_type normal using segments [{'id': 'd9fd6f8c-79f8-4f8f-8e48-e27e5df859e1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '26c9d6f1-a68a-4097-861d-e45721555a95'}] Failed to bind port e54e7671-2240-40a6-bc39-b9b52ea68912 on host test-host for vnic_type normal using segments [{'id': 'd9fd6f8c-79f8-4f8f-8e48-e27e5df859e1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '26c9d6f1-a68a-4097-861d-e45721555a95'}] Failed to bind port e54e7671-2240-40a6-bc39-b9b52ea68912 on host test-host for vnic_type normal using segments [{'id': 'd9fd6f8c-79f8-4f8f-8e48-e27e5df859e1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '26c9d6f1-a68a-4097-861d-e45721555a95'}] Failed to bind port e54e7671-2240-40a6-bc39-b9b52ea68912 on host test-host for vnic_type normal using segments [{'id': 'd9fd6f8c-79f8-4f8f-8e48-e27e5df859e1', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '26c9d6f1-a68a-4097-861d-e45721555a95'}] {15} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_remove_gateway_network [0.720991s] ... ok {15} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_add_bgp_peer_already_cached [0.026170s] ... ok {15} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_add_bgp_peer_helper [0.026775s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {27} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_external_networks_for_port_same_address_scope_v4 [14.005401s] ... ok {20} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_legacy_router_fips_has_no_next_hop_to_fip_agent_gateway [18.681545s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 1267, in test_legacy_router_fips_has_no_next_hop_to_fip_agent_gateway self._test_legacy_router_fips_next_hop() File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 1260, in _test_legacy_router_fips_next_hop self.context, bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. {20} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_non_scheduled_bgp_speaker_binding_removal [0.174229s] ... ok {20} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_get_bgp_speaker_ids [0.024071s] ... ok {20} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_bgp_speaker_bgp_peers_updated [0.027231s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {20} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_ip_addr_with_integer_ip [0.023960s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port 38e0097a-e376-46d0-b4b1-5d7bb2b8b54a on host test-host for vnic_type normal using segments [{'id': '5dbe1abc-7ee5-4a8f-a9c0-28782fa9fb4c', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '33691339-c1d6-4894-ab0a-bcbd4541696c'}] Failed to bind port 38e0097a-e376-46d0-b4b1-5d7bb2b8b54a on host test-host for vnic_type normal using segments [{'id': '5dbe1abc-7ee5-4a8f-a9c0-28782fa9fb4c', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '33691339-c1d6-4894-ab0a-bcbd4541696c'}] Failed to bind port 38e0097a-e376-46d0-b4b1-5d7bb2b8b54a on host test-host for vnic_type normal using segments [{'id': '5dbe1abc-7ee5-4a8f-a9c0-28782fa9fb4c', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '33691339-c1d6-4894-ab0a-bcbd4541696c'}] Failed to bind port 95abf4c5-26e8-42af-801e-c15097faf50d on host test-host for vnic_type normal using segments [{'id': 'cf6321da-e0c1-463f-97b8-6fc2d75e748b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '011b0b6c-321f-4ad6-82b0-6164200c6bb7'}] Failed to bind port 38e0097a-e376-46d0-b4b1-5d7bb2b8b54a on host test-host for vnic_type normal using segments [{'id': '5dbe1abc-7ee5-4a8f-a9c0-28782fa9fb4c', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '33691339-c1d6-4894-ab0a-bcbd4541696c'}] Failed to bind port 38e0097a-e376-46d0-b4b1-5d7bb2b8b54a on host test-host for vnic_type normal using segments [{'id': '5dbe1abc-7ee5-4a8f-a9c0-28782fa9fb4c', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '33691339-c1d6-4894-ab0a-bcbd4541696c'}] Failed to bind port 95abf4c5-26e8-42af-801e-c15097faf50d on host test-host for vnic_type normal using segments [{'id': 'cf6321da-e0c1-463f-97b8-6fc2d75e748b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '011b0b6c-321f-4ad6-82b0-6164200c6bb7'}] Failed to bind port 38e0097a-e376-46d0-b4b1-5d7bb2b8b54a on host test-host for vnic_type normal using segments [{'id': '5dbe1abc-7ee5-4a8f-a9c0-28782fa9fb4c', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '33691339-c1d6-4894-ab0a-bcbd4541696c'}] Failed to bind port 95abf4c5-26e8-42af-801e-c15097faf50d on host test-host for vnic_type normal using segments [{'id': 'cf6321da-e0c1-463f-97b8-6fc2d75e748b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '011b0b6c-321f-4ad6-82b0-6164200c6bb7'}] Failed to bind port 38e0097a-e376-46d0-b4b1-5d7bb2b8b54a on host test-host for vnic_type normal using segments [{'id': '5dbe1abc-7ee5-4a8f-a9c0-28782fa9fb4c', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '33691339-c1d6-4894-ab0a-bcbd4541696c'}] Failed to bind port 95abf4c5-26e8-42af-801e-c15097faf50d on host test-host for vnic_type normal using segments [{'id': 'cf6321da-e0c1-463f-97b8-6fc2d75e748b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '011b0b6c-321f-4ad6-82b0-6164200c6bb7'}] Failed to bind port 38e0097a-e376-46d0-b4b1-5d7bb2b8b54a on host test-host for vnic_type normal using segments [{'id': '5dbe1abc-7ee5-4a8f-a9c0-28782fa9fb4c', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '33691339-c1d6-4894-ab0a-bcbd4541696c'}] Failed to bind port 95abf4c5-26e8-42af-801e-c15097faf50d on host test-host for vnic_type normal using segments [{'id': 'cf6321da-e0c1-463f-97b8-6fc2d75e748b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '011b0b6c-321f-4ad6-82b0-6164200c6bb7'}] Failed to bind port 38e0097a-e376-46d0-b4b1-5d7bb2b8b54a on host test-host for vnic_type normal using segments [{'id': '5dbe1abc-7ee5-4a8f-a9c0-28782fa9fb4c', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '33691339-c1d6-4894-ab0a-bcbd4541696c'}] Failed to bind port 95abf4c5-26e8-42af-801e-c15097faf50d on host test-host for vnic_type normal using segments [{'id': 'cf6321da-e0c1-463f-97b8-6fc2d75e748b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '011b0b6c-321f-4ad6-82b0-6164200c6bb7'}] Failed to bind port 38e0097a-e376-46d0-b4b1-5d7bb2b8b54a on host test-host for vnic_type normal using segments [{'id': '5dbe1abc-7ee5-4a8f-a9c0-28782fa9fb4c', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '33691339-c1d6-4894-ab0a-bcbd4541696c'}] Failed to bind port 95abf4c5-26e8-42af-801e-c15097faf50d on host test-host for vnic_type normal using segments [{'id': 'cf6321da-e0c1-463f-97b8-6fc2d75e748b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '011b0b6c-321f-4ad6-82b0-6164200c6bb7'}] Failed to bind port 95abf4c5-26e8-42af-801e-c15097faf50d on host test-host for vnic_type normal using segments [{'id': 'cf6321da-e0c1-463f-97b8-6fc2d75e748b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '011b0b6c-321f-4ad6-82b0-6164200c6bb7'}] Failed to bind port 95abf4c5-26e8-42af-801e-c15097faf50d on host test-host for vnic_type normal using segments [{'id': 'cf6321da-e0c1-463f-97b8-6fc2d75e748b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '011b0b6c-321f-4ad6-82b0-6164200c6bb7'}] Failed to bind port 95abf4c5-26e8-42af-801e-c15097faf50d on host test-host for vnic_type normal using segments [{'id': 'cf6321da-e0c1-463f-97b8-6fc2d75e748b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '011b0b6c-321f-4ad6-82b0-6164200c6bb7'}] Failed to bind port d2f74d11-eb24-43eb-b3a8-820a80ce975f on host test-host for vnic_type normal using segments [{'id': '8f8fe53a-2c97-4b22-bb8f-8fb0a6426d7b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '5e12bafd-294d-4318-8494-75d445cbe958'}] Failed to bind port d2f74d11-eb24-43eb-b3a8-820a80ce975f on host test-host for vnic_type normal using segments [{'id': '8f8fe53a-2c97-4b22-bb8f-8fb0a6426d7b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '5e12bafd-294d-4318-8494-75d445cbe958'}] Failed to bind port d2f74d11-eb24-43eb-b3a8-820a80ce975f on host test-host for vnic_type normal using segments [{'id': '8f8fe53a-2c97-4b22-bb8f-8fb0a6426d7b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '5e12bafd-294d-4318-8494-75d445cbe958'}] Failed to bind port d2f74d11-eb24-43eb-b3a8-820a80ce975f on host test-host for vnic_type normal using segments [{'id': '8f8fe53a-2c97-4b22-bb8f-8fb0a6426d7b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '5e12bafd-294d-4318-8494-75d445cbe958'}] Failed to bind port d2f74d11-eb24-43eb-b3a8-820a80ce975f on host test-host for vnic_type normal using segments [{'id': '8f8fe53a-2c97-4b22-bb8f-8fb0a6426d7b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '5e12bafd-294d-4318-8494-75d445cbe958'}] Failed to bind port d2f74d11-eb24-43eb-b3a8-820a80ce975f on host test-host for vnic_type normal using segments [{'id': '8f8fe53a-2c97-4b22-bb8f-8fb0a6426d7b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '5e12bafd-294d-4318-8494-75d445cbe958'}] Failed to bind port d2f74d11-eb24-43eb-b3a8-820a80ce975f on host test-host for vnic_type normal using segments [{'id': '8f8fe53a-2c97-4b22-bb8f-8fb0a6426d7b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '5e12bafd-294d-4318-8494-75d445cbe958'}] Failed to bind port d2f74d11-eb24-43eb-b3a8-820a80ce975f on host test-host for vnic_type normal using segments [{'id': '8f8fe53a-2c97-4b22-bb8f-8fb0a6426d7b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '5e12bafd-294d-4318-8494-75d445cbe958'}] Failed to bind port d2f74d11-eb24-43eb-b3a8-820a80ce975f on host test-host for vnic_type normal using segments [{'id': '8f8fe53a-2c97-4b22-bb8f-8fb0a6426d7b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '5e12bafd-294d-4318-8494-75d445cbe958'}] Failed to bind port d2f74d11-eb24-43eb-b3a8-820a80ce975f on host test-host for vnic_type normal using segments [{'id': '8f8fe53a-2c97-4b22-bb8f-8fb0a6426d7b', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '5e12bafd-294d-4318-8494-75d445cbe958'}] {18} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__tenant_prefixes_by_router_no_gateway_port [4.349167s] ... ok Failed to bind port 75102281-5876-488c-b855-c83dee231fbc on host test-host for vnic_type normal using segments [{'id': '9374e1c8-85d9-458b-aa4b-e675e8650ced', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c43b837c-93f6-43d1-9e52-cb976e6aa107'}] Failed to bind port 75102281-5876-488c-b855-c83dee231fbc on host test-host for vnic_type normal using segments [{'id': '9374e1c8-85d9-458b-aa4b-e675e8650ced', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c43b837c-93f6-43d1-9e52-cb976e6aa107'}] Failed to bind port 75102281-5876-488c-b855-c83dee231fbc on host test-host for vnic_type normal using segments [{'id': '9374e1c8-85d9-458b-aa4b-e675e8650ced', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c43b837c-93f6-43d1-9e52-cb976e6aa107'}] Failed to bind port 75102281-5876-488c-b855-c83dee231fbc on host test-host for vnic_type normal using segments [{'id': '9374e1c8-85d9-458b-aa4b-e675e8650ced', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c43b837c-93f6-43d1-9e52-cb976e6aa107'}] Failed to bind port 75102281-5876-488c-b855-c83dee231fbc on host test-host for vnic_type normal using segments [{'id': '9374e1c8-85d9-458b-aa4b-e675e8650ced', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c43b837c-93f6-43d1-9e52-cb976e6aa107'}] Failed to bind port 75102281-5876-488c-b855-c83dee231fbc on host test-host for vnic_type normal using segments [{'id': '9374e1c8-85d9-458b-aa4b-e675e8650ced', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c43b837c-93f6-43d1-9e52-cb976e6aa107'}] Failed to bind port 75102281-5876-488c-b855-c83dee231fbc on host test-host for vnic_type normal using segments [{'id': '9374e1c8-85d9-458b-aa4b-e675e8650ced', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c43b837c-93f6-43d1-9e52-cb976e6aa107'}] Failed to bind port 75102281-5876-488c-b855-c83dee231fbc on host test-host for vnic_type normal using segments [{'id': '9374e1c8-85d9-458b-aa4b-e675e8650ced', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c43b837c-93f6-43d1-9e52-cb976e6aa107'}] Failed to bind port 75102281-5876-488c-b855-c83dee231fbc on host test-host for vnic_type normal using segments [{'id': '9374e1c8-85d9-458b-aa4b-e675e8650ced', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c43b837c-93f6-43d1-9e52-cb976e6aa107'}] {18} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_bgp_speaker_list [0.433785s] ... ok Failed to bind port 75102281-5876-488c-b855-c83dee231fbc on host test-host for vnic_type normal using segments [{'id': '9374e1c8-85d9-458b-aa4b-e675e8650ced', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'c43b837c-93f6-43d1-9e52-cb976e6aa107'}] {18} neutron_dynamic_routing.tests.unit.services.bgp.driver.os_ken.test_driver.TestOsKenBgpDriver.test_add_new_bgp_speaker [0.025383s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {18} neutron_dynamic_routing.tests.unit.services.bgp.driver.test_utils.TestValidateMethod.test_validate_auth_with_valid_auth_type [0.023161s] ... ok {17} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_dvr_fixed_ip_routes_by_bgp_speaker_different_scope [16.993308s] ... ok {17} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_add_bgp_peer_without_id [0.365301s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port 0697d260-2521-43e4-8ac5-dbe9aefc1ce5 on host test-host for vnic_type normal using segments [{'id': '5ee4387a-3c4e-4d89-ab02-9e113382b74e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '72d46f35-647d-45d7-8eb3-1ea58a909917'}] Failed to bind port 0697d260-2521-43e4-8ac5-dbe9aefc1ce5 on host test-host for vnic_type normal using segments [{'id': '5ee4387a-3c4e-4d89-ab02-9e113382b74e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '72d46f35-647d-45d7-8eb3-1ea58a909917'}] Failed to bind port 0697d260-2521-43e4-8ac5-dbe9aefc1ce5 on host test-host for vnic_type normal using segments [{'id': '5ee4387a-3c4e-4d89-ab02-9e113382b74e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '72d46f35-647d-45d7-8eb3-1ea58a909917'}] Failed to bind port 0697d260-2521-43e4-8ac5-dbe9aefc1ce5 on host test-host for vnic_type normal using segments [{'id': '5ee4387a-3c4e-4d89-ab02-9e113382b74e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '72d46f35-647d-45d7-8eb3-1ea58a909917'}] Failed to bind port 0697d260-2521-43e4-8ac5-dbe9aefc1ce5 on host test-host for vnic_type normal using segments [{'id': '5ee4387a-3c4e-4d89-ab02-9e113382b74e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '72d46f35-647d-45d7-8eb3-1ea58a909917'}] Failed to bind port 0697d260-2521-43e4-8ac5-dbe9aefc1ce5 on host test-host for vnic_type normal using segments [{'id': '5ee4387a-3c4e-4d89-ab02-9e113382b74e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '72d46f35-647d-45d7-8eb3-1ea58a909917'}] Failed to bind port 0697d260-2521-43e4-8ac5-dbe9aefc1ce5 on host test-host for vnic_type normal using segments [{'id': '5ee4387a-3c4e-4d89-ab02-9e113382b74e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '72d46f35-647d-45d7-8eb3-1ea58a909917'}] Failed to bind port 0697d260-2521-43e4-8ac5-dbe9aefc1ce5 on host test-host for vnic_type normal using segments [{'id': '5ee4387a-3c4e-4d89-ab02-9e113382b74e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '72d46f35-647d-45d7-8eb3-1ea58a909917'}] Failed to bind port 0697d260-2521-43e4-8ac5-dbe9aefc1ce5 on host test-host for vnic_type normal using segments [{'id': '5ee4387a-3c4e-4d89-ab02-9e113382b74e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '72d46f35-647d-45d7-8eb3-1ea58a909917'}] Failed to bind port 0697d260-2521-43e4-8ac5-dbe9aefc1ce5 on host test-host for vnic_type normal using segments [{'id': '5ee4387a-3c4e-4d89-ab02-9e113382b74e', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '72d46f35-647d-45d7-8eb3-1ea58a909917'}] Failed to bind port 8171483d-ac38-4585-94d3-68c8956f6880 on host test-host for vnic_type normal using segments [{'id': 'd3e2e1b5-3fae-491c-a713-3cee3a0a753f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4531fe4c-b09c-4563-a711-2f8cda3d701c'}] Failed to bind port 8171483d-ac38-4585-94d3-68c8956f6880 on host test-host for vnic_type normal using segments [{'id': 'd3e2e1b5-3fae-491c-a713-3cee3a0a753f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4531fe4c-b09c-4563-a711-2f8cda3d701c'}] Failed to bind port 8171483d-ac38-4585-94d3-68c8956f6880 on host test-host for vnic_type normal using segments [{'id': 'd3e2e1b5-3fae-491c-a713-3cee3a0a753f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4531fe4c-b09c-4563-a711-2f8cda3d701c'}] Failed to bind port 8171483d-ac38-4585-94d3-68c8956f6880 on host test-host for vnic_type normal using segments [{'id': 'd3e2e1b5-3fae-491c-a713-3cee3a0a753f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4531fe4c-b09c-4563-a711-2f8cda3d701c'}] Failed to bind port 8171483d-ac38-4585-94d3-68c8956f6880 on host test-host for vnic_type normal using segments [{'id': 'd3e2e1b5-3fae-491c-a713-3cee3a0a753f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4531fe4c-b09c-4563-a711-2f8cda3d701c'}] Failed to bind port 8171483d-ac38-4585-94d3-68c8956f6880 on host test-host for vnic_type normal using segments [{'id': 'd3e2e1b5-3fae-491c-a713-3cee3a0a753f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4531fe4c-b09c-4563-a711-2f8cda3d701c'}] Failed to bind port 8171483d-ac38-4585-94d3-68c8956f6880 on host test-host for vnic_type normal using segments [{'id': 'd3e2e1b5-3fae-491c-a713-3cee3a0a753f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4531fe4c-b09c-4563-a711-2f8cda3d701c'}] Failed to bind port 8171483d-ac38-4585-94d3-68c8956f6880 on host test-host for vnic_type normal using segments [{'id': 'd3e2e1b5-3fae-491c-a713-3cee3a0a753f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4531fe4c-b09c-4563-a711-2f8cda3d701c'}] Failed to bind port 8171483d-ac38-4585-94d3-68c8956f6880 on host test-host for vnic_type normal using segments [{'id': 'd3e2e1b5-3fae-491c-a713-3cee3a0a753f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4531fe4c-b09c-4563-a711-2f8cda3d701c'}] Failed to bind port 8171483d-ac38-4585-94d3-68c8956f6880 on host test-host for vnic_type normal using segments [{'id': 'd3e2e1b5-3fae-491c-a713-3cee3a0a753f', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4531fe4c-b09c-4563-a711-2f8cda3d701c'}] {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test__get_dvr_fixed_ip_routes_by_bgp_speaker_same_scope [6.756006s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_create_bgp_peer_md5_auth_no_password [0.259967s] ... ok {27} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_bgp_speaker_id_with_fip [6.907766s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 844, in test_get_routes_by_bgp_speaker_id_with_fip bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. {27} neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db.BgpDrPluginSchedulerTests.test_schedule_bgp_speaker_twice_on_same_agent [0.176639s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {27} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestSchedulerCallback.test_schedule_bgp_speaker_callback_with_valid_event [0.046729s] ... ok Failed to bind port 14e5b77e-69d5-4300-8e92-8cbdb70e8965 on host test-host for vnic_type normal using segments [{'id': 'ed26adcc-c516-4881-8be0-3765d2f03400', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e9417eaa-0c6a-493c-bcb4-9b6dbfd1cc95'}] Failed to bind port 14e5b77e-69d5-4300-8e92-8cbdb70e8965 on host test-host for vnic_type normal using segments [{'id': 'ed26adcc-c516-4881-8be0-3765d2f03400', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e9417eaa-0c6a-493c-bcb4-9b6dbfd1cc95'}] Failed to bind port 14e5b77e-69d5-4300-8e92-8cbdb70e8965 on host test-host for vnic_type normal using segments [{'id': 'ed26adcc-c516-4881-8be0-3765d2f03400', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e9417eaa-0c6a-493c-bcb4-9b6dbfd1cc95'}] Failed to bind port 14e5b77e-69d5-4300-8e92-8cbdb70e8965 on host test-host for vnic_type normal using segments [{'id': 'ed26adcc-c516-4881-8be0-3765d2f03400', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e9417eaa-0c6a-493c-bcb4-9b6dbfd1cc95'}] Failed to bind port 14e5b77e-69d5-4300-8e92-8cbdb70e8965 on host test-host for vnic_type normal using segments [{'id': 'ed26adcc-c516-4881-8be0-3765d2f03400', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e9417eaa-0c6a-493c-bcb4-9b6dbfd1cc95'}] Failed to bind port 14e5b77e-69d5-4300-8e92-8cbdb70e8965 on host test-host for vnic_type normal using segments [{'id': 'ed26adcc-c516-4881-8be0-3765d2f03400', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e9417eaa-0c6a-493c-bcb4-9b6dbfd1cc95'}] Failed to bind port 14e5b77e-69d5-4300-8e92-8cbdb70e8965 on host test-host for vnic_type normal using segments [{'id': 'ed26adcc-c516-4881-8be0-3765d2f03400', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e9417eaa-0c6a-493c-bcb4-9b6dbfd1cc95'}] Failed to bind port 14e5b77e-69d5-4300-8e92-8cbdb70e8965 on host test-host for vnic_type normal using segments [{'id': 'ed26adcc-c516-4881-8be0-3765d2f03400', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e9417eaa-0c6a-493c-bcb4-9b6dbfd1cc95'}] Failed to bind port 14e5b77e-69d5-4300-8e92-8cbdb70e8965 on host test-host for vnic_type normal using segments [{'id': 'ed26adcc-c516-4881-8be0-3765d2f03400', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e9417eaa-0c6a-493c-bcb4-9b6dbfd1cc95'}] Failed to bind port 14e5b77e-69d5-4300-8e92-8cbdb70e8965 on host test-host for vnic_type normal using segments [{'id': 'ed26adcc-c516-4881-8be0-3765d2f03400', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'e9417eaa-0c6a-493c-bcb4-9b6dbfd1cc95'}] Failed to bind port 15216195-cb36-4674-a05a-816f408e315e on host test-host for vnic_type normal using segments [{'id': '12a5ddbf-723c-4c80-8133-e44bca16add9', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3887f6ae-6de1-4bf5-b7bd-57842d161742'}] Failed to bind port 15216195-cb36-4674-a05a-816f408e315e on host test-host for vnic_type normal using segments [{'id': '12a5ddbf-723c-4c80-8133-e44bca16add9', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3887f6ae-6de1-4bf5-b7bd-57842d161742'}] Failed to bind port 15216195-cb36-4674-a05a-816f408e315e on host test-host for vnic_type normal using segments [{'id': '12a5ddbf-723c-4c80-8133-e44bca16add9', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3887f6ae-6de1-4bf5-b7bd-57842d161742'}] Failed to bind port 15216195-cb36-4674-a05a-816f408e315e on host test-host for vnic_type normal using segments [{'id': '12a5ddbf-723c-4c80-8133-e44bca16add9', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3887f6ae-6de1-4bf5-b7bd-57842d161742'}] Failed to bind port 15216195-cb36-4674-a05a-816f408e315e on host test-host for vnic_type normal using segments [{'id': '12a5ddbf-723c-4c80-8133-e44bca16add9', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3887f6ae-6de1-4bf5-b7bd-57842d161742'}] Failed to bind port 15216195-cb36-4674-a05a-816f408e315e on host test-host for vnic_type normal using segments [{'id': '12a5ddbf-723c-4c80-8133-e44bca16add9', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3887f6ae-6de1-4bf5-b7bd-57842d161742'}] Failed to bind port 15216195-cb36-4674-a05a-816f408e315e on host test-host for vnic_type normal using segments [{'id': '12a5ddbf-723c-4c80-8133-e44bca16add9', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3887f6ae-6de1-4bf5-b7bd-57842d161742'}] Failed to bind port 15216195-cb36-4674-a05a-816f408e315e on host test-host for vnic_type normal using segments [{'id': '12a5ddbf-723c-4c80-8133-e44bca16add9', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3887f6ae-6de1-4bf5-b7bd-57842d161742'}] Failed to bind port 15216195-cb36-4674-a05a-816f408e315e on host test-host for vnic_type normal using segments [{'id': '12a5ddbf-723c-4c80-8133-e44bca16add9', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3887f6ae-6de1-4bf5-b7bd-57842d161742'}] Failed to bind port 15216195-cb36-4674-a05a-816f408e315e on host test-host for vnic_type normal using segments [{'id': '12a5ddbf-723c-4c80-8133-e44bca16add9', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '3887f6ae-6de1-4bf5-b7bd-57842d161742'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port 274db6bc-575c-4b72-ae12-110aed59001b on host test-host for vnic_type normal using segments [{'id': '49cd785d-6adc-4e03-bee6-5f511880e863', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '19574374-7554-4e18-9775-29dce2d91614'}] Failed to bind port 274db6bc-575c-4b72-ae12-110aed59001b on host test-host for vnic_type normal using segments [{'id': '49cd785d-6adc-4e03-bee6-5f511880e863', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '19574374-7554-4e18-9775-29dce2d91614'}] Failed to bind port 274db6bc-575c-4b72-ae12-110aed59001b on host test-host for vnic_type normal using segments [{'id': '49cd785d-6adc-4e03-bee6-5f511880e863', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '19574374-7554-4e18-9775-29dce2d91614'}] Failed to bind port 274db6bc-575c-4b72-ae12-110aed59001b on host test-host for vnic_type normal using segments [{'id': '49cd785d-6adc-4e03-bee6-5f511880e863', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '19574374-7554-4e18-9775-29dce2d91614'}] Failed to bind port 274db6bc-575c-4b72-ae12-110aed59001b on host test-host for vnic_type normal using segments [{'id': '49cd785d-6adc-4e03-bee6-5f511880e863', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '19574374-7554-4e18-9775-29dce2d91614'}] Failed to bind port 274db6bc-575c-4b72-ae12-110aed59001b on host test-host for vnic_type normal using segments [{'id': '49cd785d-6adc-4e03-bee6-5f511880e863', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '19574374-7554-4e18-9775-29dce2d91614'}] Failed to bind port 274db6bc-575c-4b72-ae12-110aed59001b on host test-host for vnic_type normal using segments [{'id': '49cd785d-6adc-4e03-bee6-5f511880e863', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '19574374-7554-4e18-9775-29dce2d91614'}] Failed to bind port 274db6bc-575c-4b72-ae12-110aed59001b on host test-host for vnic_type normal using segments [{'id': '49cd785d-6adc-4e03-bee6-5f511880e863', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '19574374-7554-4e18-9775-29dce2d91614'}] Failed to bind port 274db6bc-575c-4b72-ae12-110aed59001b on host test-host for vnic_type normal using segments [{'id': '49cd785d-6adc-4e03-bee6-5f511880e863', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '19574374-7554-4e18-9775-29dce2d91614'}] Failed to bind port 274db6bc-575c-4b72-ae12-110aed59001b on host test-host for vnic_type normal using segments [{'id': '49cd785d-6adc-4e03-bee6-5f511880e863', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '19574374-7554-4e18-9775-29dce2d91614'}] Failed to bind port 1cbb63ca-b598-41ee-a779-fc0a66d10765 on host test-host for vnic_type normal using segments [{'id': 'caab8fac-ded4-4829-838b-ebc469ccacd5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '30ed3654-4054-4e07-863c-701a6c276a7c'}] Failed to bind port 1cbb63ca-b598-41ee-a779-fc0a66d10765 on host test-host for vnic_type normal using segments [{'id': 'caab8fac-ded4-4829-838b-ebc469ccacd5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '30ed3654-4054-4e07-863c-701a6c276a7c'}] Failed to bind port 1cbb63ca-b598-41ee-a779-fc0a66d10765 on host test-host for vnic_type normal using segments [{'id': 'caab8fac-ded4-4829-838b-ebc469ccacd5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '30ed3654-4054-4e07-863c-701a6c276a7c'}] Failed to bind port 1cbb63ca-b598-41ee-a779-fc0a66d10765 on host test-host for vnic_type normal using segments [{'id': 'caab8fac-ded4-4829-838b-ebc469ccacd5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '30ed3654-4054-4e07-863c-701a6c276a7c'}] Failed to bind port 1cbb63ca-b598-41ee-a779-fc0a66d10765 on host test-host for vnic_type normal using segments [{'id': 'caab8fac-ded4-4829-838b-ebc469ccacd5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '30ed3654-4054-4e07-863c-701a6c276a7c'}] Failed to bind port 1cbb63ca-b598-41ee-a779-fc0a66d10765 on host test-host for vnic_type normal using segments [{'id': 'caab8fac-ded4-4829-838b-ebc469ccacd5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '30ed3654-4054-4e07-863c-701a6c276a7c'}] Failed to bind port 1cbb63ca-b598-41ee-a779-fc0a66d10765 on host test-host for vnic_type normal using segments [{'id': 'caab8fac-ded4-4829-838b-ebc469ccacd5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '30ed3654-4054-4e07-863c-701a6c276a7c'}] Failed to bind port 1cbb63ca-b598-41ee-a779-fc0a66d10765 on host test-host for vnic_type normal using segments [{'id': 'caab8fac-ded4-4829-838b-ebc469ccacd5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '30ed3654-4054-4e07-863c-701a6c276a7c'}] Failed to bind port 1cbb63ca-b598-41ee-a779-fc0a66d10765 on host test-host for vnic_type normal using segments [{'id': 'caab8fac-ded4-4829-838b-ebc469ccacd5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '30ed3654-4054-4e07-863c-701a6c276a7c'}] Failed to bind port 1cbb63ca-b598-41ee-a779-fc0a66d10765 on host test-host for vnic_type normal using segments [{'id': 'caab8fac-ded4-4829-838b-ebc469ccacd5', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '30ed3654-4054-4e07-863c-701a6c276a7c'}] {17} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_bgp_speaker_id_with_fip_dvr [8.287508s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 909, in test_get_routes_by_bgp_speaker_id_with_fip_dvr bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. {17} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_state_added_synced_and_removed [0.028025s] ... ok Failed to bind port 60fe4d03-43c7-4a0e-91dd-4ca28377607b on host test-host for vnic_type normal using segments [{'id': 'c1ce2729-c618-4187-b08b-34ad22c53c0d', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b449d61c-e753-4eda-a22f-05887df0dcc1'}] Failed to bind port 60fe4d03-43c7-4a0e-91dd-4ca28377607b on host test-host for vnic_type normal using segments [{'id': 'c1ce2729-c618-4187-b08b-34ad22c53c0d', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b449d61c-e753-4eda-a22f-05887df0dcc1'}] Failed to bind port 60fe4d03-43c7-4a0e-91dd-4ca28377607b on host test-host for vnic_type normal using segments [{'id': 'c1ce2729-c618-4187-b08b-34ad22c53c0d', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b449d61c-e753-4eda-a22f-05887df0dcc1'}] Failed to bind port 60fe4d03-43c7-4a0e-91dd-4ca28377607b on host test-host for vnic_type normal using segments [{'id': 'c1ce2729-c618-4187-b08b-34ad22c53c0d', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b449d61c-e753-4eda-a22f-05887df0dcc1'}] Failed to bind port 60fe4d03-43c7-4a0e-91dd-4ca28377607b on host test-host for vnic_type normal using segments [{'id': 'c1ce2729-c618-4187-b08b-34ad22c53c0d', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b449d61c-e753-4eda-a22f-05887df0dcc1'}] Failed to bind port 60fe4d03-43c7-4a0e-91dd-4ca28377607b on host test-host for vnic_type normal using segments [{'id': 'c1ce2729-c618-4187-b08b-34ad22c53c0d', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b449d61c-e753-4eda-a22f-05887df0dcc1'}] Failed to bind port 60fe4d03-43c7-4a0e-91dd-4ca28377607b on host test-host for vnic_type normal using segments [{'id': 'c1ce2729-c618-4187-b08b-34ad22c53c0d', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b449d61c-e753-4eda-a22f-05887df0dcc1'}] Failed to bind port 60fe4d03-43c7-4a0e-91dd-4ca28377607b on host test-host for vnic_type normal using segments [{'id': 'c1ce2729-c618-4187-b08b-34ad22c53c0d', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b449d61c-e753-4eda-a22f-05887df0dcc1'}] Failed to bind port 60fe4d03-43c7-4a0e-91dd-4ca28377607b on host test-host for vnic_type normal using segments [{'id': 'c1ce2729-c618-4187-b08b-34ad22c53c0d', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b449d61c-e753-4eda-a22f-05887df0dcc1'}] Failed to bind port 60fe4d03-43c7-4a0e-91dd-4ca28377607b on host test-host for vnic_type normal using segments [{'id': 'c1ce2729-c618-4187-b08b-34ad22c53c0d', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b449d61c-e753-4eda-a22f-05887df0dcc1'}] Failed to bind port 8c43b42c-744d-4a74-a9af-5d081e56e24d on host test-host for vnic_type normal using segments [{'id': 'e23641db-3988-42ad-8954-cfdca6126ff7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '6b771f05-677c-48ad-86a8-d8ccf35e519c'}] /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) Failed to bind port 2a6b6660-935c-48bf-a336-5764f56233aa on host compute1 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 8c43b42c-744d-4a74-a9af-5d081e56e24d on host test-host for vnic_type normal using segments [{'id': 'e23641db-3988-42ad-8954-cfdca6126ff7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '6b771f05-677c-48ad-86a8-d8ccf35e519c'}] Failed to bind port 2a6b6660-935c-48bf-a336-5764f56233aa on host compute1 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 8c43b42c-744d-4a74-a9af-5d081e56e24d on host test-host for vnic_type normal using segments [{'id': 'e23641db-3988-42ad-8954-cfdca6126ff7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '6b771f05-677c-48ad-86a8-d8ccf35e519c'}] Failed to bind port 2a6b6660-935c-48bf-a336-5764f56233aa on host compute1 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 8c43b42c-744d-4a74-a9af-5d081e56e24d on host test-host for vnic_type normal using segments [{'id': 'e23641db-3988-42ad-8954-cfdca6126ff7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '6b771f05-677c-48ad-86a8-d8ccf35e519c'}] Failed to bind port 2a6b6660-935c-48bf-a336-5764f56233aa on host compute1 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 8c43b42c-744d-4a74-a9af-5d081e56e24d on host test-host for vnic_type normal using segments [{'id': 'e23641db-3988-42ad-8954-cfdca6126ff7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '6b771f05-677c-48ad-86a8-d8ccf35e519c'}] Failed to bind port 2a6b6660-935c-48bf-a336-5764f56233aa on host compute1 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 8c43b42c-744d-4a74-a9af-5d081e56e24d on host test-host for vnic_type normal using segments [{'id': 'e23641db-3988-42ad-8954-cfdca6126ff7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '6b771f05-677c-48ad-86a8-d8ccf35e519c'}] Failed to bind port 2a6b6660-935c-48bf-a336-5764f56233aa on host compute1 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 8c43b42c-744d-4a74-a9af-5d081e56e24d on host test-host for vnic_type normal using segments [{'id': 'e23641db-3988-42ad-8954-cfdca6126ff7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '6b771f05-677c-48ad-86a8-d8ccf35e519c'}] Failed to bind port 2a6b6660-935c-48bf-a336-5764f56233aa on host compute1 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 8c43b42c-744d-4a74-a9af-5d081e56e24d on host test-host for vnic_type normal using segments [{'id': 'e23641db-3988-42ad-8954-cfdca6126ff7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '6b771f05-677c-48ad-86a8-d8ccf35e519c'}] Failed to bind port 2a6b6660-935c-48bf-a336-5764f56233aa on host compute1 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 8c43b42c-744d-4a74-a9af-5d081e56e24d on host test-host for vnic_type normal using segments [{'id': 'e23641db-3988-42ad-8954-cfdca6126ff7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '6b771f05-677c-48ad-86a8-d8ccf35e519c'}] Failed to bind port 2a6b6660-935c-48bf-a336-5764f56233aa on host compute1 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 8c43b42c-744d-4a74-a9af-5d081e56e24d on host test-host for vnic_type normal using segments [{'id': 'e23641db-3988-42ad-8954-cfdca6126ff7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '6b771f05-677c-48ad-86a8-d8ccf35e519c'}] Failed to bind port 2a6b6660-935c-48bf-a336-5764f56233aa on host compute1 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] {9} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_external_networks_for_port_different_address_scope_v6 [25.835747s] ... ok {9} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_add_bgp_peer_not_cached [0.027145s] ... ok Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/common/utils.py", line 166, in call return func(*args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/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/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect RuntimeError {9} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_periodic_resync_helper [0.025251s] ... ok Failed to bind port 5ecb66d9-82ac-4d34-a013-39c0ef52b6f2 on host compute2 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 5ecb66d9-82ac-4d34-a013-39c0ef52b6f2 on host compute2 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 5ecb66d9-82ac-4d34-a013-39c0ef52b6f2 on host compute2 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 5ecb66d9-82ac-4d34-a013-39c0ef52b6f2 on host compute2 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 5ecb66d9-82ac-4d34-a013-39c0ef52b6f2 on host compute2 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 5ecb66d9-82ac-4d34-a013-39c0ef52b6f2 on host compute2 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 5ecb66d9-82ac-4d34-a013-39c0ef52b6f2 on host compute2 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 5ecb66d9-82ac-4d34-a013-39c0ef52b6f2 on host compute2 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 5ecb66d9-82ac-4d34-a013-39c0ef52b6f2 on host compute2 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port 5ecb66d9-82ac-4d34-a013-39c0ef52b6f2 on host compute2 for vnic_type normal using segments [{'id': '549c1c2c-9f1a-4628-be70-0ac9a4bf8476', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '77f03460-c02e-4c38-bcb8-b9ed9b139537'}] Failed to bind port e2d1a81e-3aec-4fc2-bb4e-e10ffd28e1c3 on host compute1 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port e2d1a81e-3aec-4fc2-bb4e-e10ffd28e1c3 on host compute1 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port e2d1a81e-3aec-4fc2-bb4e-e10ffd28e1c3 on host compute1 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port e2d1a81e-3aec-4fc2-bb4e-e10ffd28e1c3 on host compute1 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port e2d1a81e-3aec-4fc2-bb4e-e10ffd28e1c3 on host compute1 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port e2d1a81e-3aec-4fc2-bb4e-e10ffd28e1c3 on host compute1 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port e2d1a81e-3aec-4fc2-bb4e-e10ffd28e1c3 on host compute1 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port e2d1a81e-3aec-4fc2-bb4e-e10ffd28e1c3 on host compute1 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port e2d1a81e-3aec-4fc2-bb4e-e10ffd28e1c3 on host compute1 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port e2d1a81e-3aec-4fc2-bb4e-e10ffd28e1c3 on host compute1 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port bab07a1c-2b80-426e-8cae-d628f3e30a27 on host compute2 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port bab07a1c-2b80-426e-8cae-d628f3e30a27 on host compute2 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port bab07a1c-2b80-426e-8cae-d628f3e30a27 on host compute2 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port bab07a1c-2b80-426e-8cae-d628f3e30a27 on host compute2 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port bab07a1c-2b80-426e-8cae-d628f3e30a27 on host compute2 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port bab07a1c-2b80-426e-8cae-d628f3e30a27 on host compute2 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port bab07a1c-2b80-426e-8cae-d628f3e30a27 on host compute2 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port bab07a1c-2b80-426e-8cae-d628f3e30a27 on host compute2 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port bab07a1c-2b80-426e-8cae-d628f3e30a27 on host compute2 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port bab07a1c-2b80-426e-8cae-d628f3e30a27 on host compute2 for vnic_type normal using segments [{'id': 'f2a19971-78a0-4b14-918c-2263e7dd4cd7', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': '4c671c64-a015-4496-8ce8-1f2df4dd470e'}] Failed to bind port bc9b3202-593d-4a59-8a09-5bc5d53baac2 on host test-host for vnic_type normal using segments [{'id': '61d66e16-beed-4ef6-ab1e-c8f72aa35573', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b61b4433-9d01-4e24-b83a-3ecf65467bcf'}] Failed to bind port bc9b3202-593d-4a59-8a09-5bc5d53baac2 on host test-host for vnic_type normal using segments [{'id': '61d66e16-beed-4ef6-ab1e-c8f72aa35573', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b61b4433-9d01-4e24-b83a-3ecf65467bcf'}] Failed to bind port bc9b3202-593d-4a59-8a09-5bc5d53baac2 on host test-host for vnic_type normal using segments [{'id': '61d66e16-beed-4ef6-ab1e-c8f72aa35573', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b61b4433-9d01-4e24-b83a-3ecf65467bcf'}] Failed to bind port bc9b3202-593d-4a59-8a09-5bc5d53baac2 on host test-host for vnic_type normal using segments [{'id': '61d66e16-beed-4ef6-ab1e-c8f72aa35573', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b61b4433-9d01-4e24-b83a-3ecf65467bcf'}] Failed to bind port bc9b3202-593d-4a59-8a09-5bc5d53baac2 on host test-host for vnic_type normal using segments [{'id': '61d66e16-beed-4ef6-ab1e-c8f72aa35573', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b61b4433-9d01-4e24-b83a-3ecf65467bcf'}] Failed to bind port bc9b3202-593d-4a59-8a09-5bc5d53baac2 on host test-host for vnic_type normal using segments [{'id': '61d66e16-beed-4ef6-ab1e-c8f72aa35573', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b61b4433-9d01-4e24-b83a-3ecf65467bcf'}] Failed to bind port bc9b3202-593d-4a59-8a09-5bc5d53baac2 on host test-host for vnic_type normal using segments [{'id': '61d66e16-beed-4ef6-ab1e-c8f72aa35573', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b61b4433-9d01-4e24-b83a-3ecf65467bcf'}] Failed to bind port bc9b3202-593d-4a59-8a09-5bc5d53baac2 on host test-host for vnic_type normal using segments [{'id': '61d66e16-beed-4ef6-ab1e-c8f72aa35573', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b61b4433-9d01-4e24-b83a-3ecf65467bcf'}] Failed to bind port bc9b3202-593d-4a59-8a09-5bc5d53baac2 on host test-host for vnic_type normal using segments [{'id': '61d66e16-beed-4ef6-ab1e-c8f72aa35573', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b61b4433-9d01-4e24-b83a-3ecf65467bcf'}] Failed to bind port bc9b3202-593d-4a59-8a09-5bc5d53baac2 on host test-host for vnic_type normal using segments [{'id': '61d66e16-beed-4ef6-ab1e-c8f72aa35573', 'network_type': 'local', 'physical_network': None, 'segmentation_id': None, 'network_id': 'b61b4433-9d01-4e24-b83a-3ecf65467bcf'}] {19} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_external_networks_for_port_different_address_scope_v4 [20.695638s] ... ok {19} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBGPSpeakerCache.test_put_bgp_speaker_existing [0.024103s] ... ok {19} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_add_routes_helper [0.023548s] ... ok {19} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgentEventHandler.test_bgp_peer_association_end [0.022910s] ... ok {2} neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_ha_router_fips_has_no_next_hop_to_fip_agent_gateway [13.388057s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 1270, in test_ha_router_fips_has_no_next_hop_to_fip_agent_gateway self._test_legacy_router_fips_next_hop(router_ha=True) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 1260, in _test_legacy_router_fips_next_hop self.context, bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. {2} neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent.TestBgpDrAgent.test_sync_bgp_speaker_routes_updated [0.023872s] ... ok /usr/lib/python3.6/site-packages/neutron_lib/context.py:154: DeprecationWarning: context.session is used with and without new enginefacade. Please update the code to use new enginefacede consistently. DeprecationWarning) {2} neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_scheduler.TestRescheduleBgpSpeaker.test_reschedule_bgp_speaker_bound_to_down_dragent [0.103619s] ... ok ============================== Failed 8 tests - output below: ============================== neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_ipv4_tenant_subnet_routes_by_bgp_speaker_ipv4 -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 695, in test_get_ipv4_tenant_subnet_routes_by_bgp_speaker_ipv4 binding_cidr) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 643, in _advertised_routes_by_bgp_speaker self.context, speaker['id']) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/services/bgp/bgp_plugin.py", line 225, in get_advertised_routes bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 314, in get_advertised_routes routes = self.get_routes_by_bgp_speaker_id(context, bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_ipv6_tenant_subnet_routes_by_bgp_speaker_ipv6 -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 684, in test_get_ipv6_tenant_subnet_routes_by_bgp_speaker_ipv6 binding_cidr) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 643, in _advertised_routes_by_bgp_speaker self.context, speaker['id']) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/services/bgp/bgp_plugin.py", line 225, in get_advertised_routes bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 314, in get_advertised_routes routes = self.get_routes_by_bgp_speaker_id(context, bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_all_routes_by_bgp_speaker_different_tenant_address_scope --------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 751, in test_all_routes_by_bgp_speaker_different_tenant_address_scope self.context, bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_ipv4_tenant_subnet_routes_by_bgp_speaker_dvr_router -------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 711, in test_get_ipv4_tenant_subnet_routes_by_bgp_speaker_dvr_router router_distributed=True) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 643, in _advertised_routes_by_bgp_speaker self.context, speaker['id']) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/services/bgp/bgp_plugin.py", line 225, in get_advertised_routes bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 314, in get_advertised_routes routes = self.get_routes_by_bgp_speaker_id(context, bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_legacy_router_fips_has_no_next_hop_to_fip_agent_gateway -------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 1267, in test_legacy_router_fips_has_no_next_hop_to_fip_agent_gateway self._test_legacy_router_fips_next_hop() File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 1260, in _test_legacy_router_fips_next_hop self.context, bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_bgp_speaker_id_with_fip -------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 844, in test_get_routes_by_bgp_speaker_id_with_fip bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_get_routes_by_bgp_speaker_id_with_fip_dvr ------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 909, in test_get_routes_by_bgp_speaker_id_with_fip_dvr bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. neutron_dynamic_routing.tests.unit.db.test_bgp_db.Ml2BgpTests.test_ha_router_fips_has_no_next_hop_to_fip_agent_gateway ---------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/neutron/tests/base.py", line 181, in func return f(self, *args, **kwargs) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 1270, in test_ha_router_fips_has_no_next_hop_to_fip_agent_gateway self._test_legacy_router_fips_next_hop(router_ha=True) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 1260, in _test_legacy_router_fips_next_hop self.context, bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 479, in get_routes_by_bgp_speaker_id bgp_speaker_id) File "/builddir/build/BUILD/neutron-dynamic-routing-15.0.0/neutron_dynamic_routing/db/bgp_db.py", line 673, in _get_central_fip_host_routes_by_bgp_speaker l3_db.Router.id == router_attrs.router_id) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2259, in outerjoin from_joinpoint=from_joinpoint, File "", line 2, in _join File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/base.py", line 220, in generate fn(self, *args[1:], **kw) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2414, in _join left, right, onclause, prop, create_aliases, outerjoin, full File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2437, in _join_left_to_right ) = self._join_determine_implicit_left_side(left, right, onclause) File "/usr/lib64/python3.6/site-packages/sqlalchemy/orm/query.py", line 2526, in _join_determine_implicit_left_side "Can't determine which FROM clause to join " sqlalchemy.exc.InvalidRequestError: Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity. Try adding an explicit ON clause to help resolve the ambiguity. ====== Totals ====== Ran: 169 tests in 36.6374 sec. - Passed: 161 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 8 Sum of execute time for each test: 372.2125 sec. ============== Worker Balance ============== - Worker 0 (6 tests) => 0:00:01.011031 - Worker 1 (6 tests) => 0:00:14.582675 - Worker 2 (6 tests) => 0:00:36.497801 - Worker 3 (6 tests) => 0:00:02.012099 - Worker 4 (6 tests) => 0:00:14.157542 - Worker 5 (6 tests) => 0:00:15.364195 - Worker 6 (6 tests) => 0:00:02.570408 - Worker 7 (6 tests) => 0:00:09.221341 - Worker 8 (6 tests) => 0:00:03.096721 - Worker 9 (5 tests) => 0:00:29.544696 - Worker 10 (5 tests) => 0:00:00.949512 - Worker 11 (5 tests) => 0:00:12.267413 - Worker 12 (5 tests) => 0:00:06.315581 - Worker 13 (5 tests) => 0:00:09.206711 - Worker 14 (5 tests) => 0:00:14.919507 - Worker 15 (5 tests) => 0:00:17.694713 - Worker 16 (5 tests) => 0:00:14.002457 - Worker 17 (5 tests) => 0:00:29.240762 - Worker 18 (5 tests) => 0:00:21.204324 - Worker 19 (5 tests) => 0:00:33.665951 - Worker 20 (5 tests) => 0:00:18.934054 - Worker 21 (5 tests) => 0:00:01.896253 - Worker 22 (5 tests) => 0:00:02.383939 - Worker 23 (5 tests) => 0:00:10.014401 - Worker 24 (5 tests) => 0:00:02.050868 - Worker 25 (5 tests) => 0:00:02.766251 - Worker 26 (5 tests) => 0:00:02.032339 - Worker 27 (5 tests) => 0:00:23.515722 - Worker 28 (5 tests) => 0:00:02.262593 - Worker 29 (5 tests) => 0:00:02.414333 - Worker 30 (5 tests) => 0:00:14.441425 - Worker 31 (5 tests) => 0:00:02.114365 + true + exit 0 Processing files: python3-neutron-dynamic-routing-15.0.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YfwMfD + 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.el8.noarch/usr/share/doc/python3-neutron-dynamic-routing + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/share/doc/python3-neutron-dynamic-routing + cp -pr AUTHORS /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/share/doc/python3-neutron-dynamic-routing + cp -pr CONTRIBUTING.rst /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/share/doc/python3-neutron-dynamic-routing + cp -pr README.rst /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/share/doc/python3-neutron-dynamic-routing + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Z5MrUC + 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.el8.noarch/usr/share/licenses/python3-neutron-dynamic-routing + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/share/licenses/python3-neutron-dynamic-routing + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/share/licenses/python3-neutron-dynamic-routing + exit 0 Provides: python3-neutron-dynamic-routing = 15.0.0-1.el8 python3.6dist(neutron-dynamic-routing) = 15.0.0 python3dist(neutron-dynamic-routing) = 15.0.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: python3-neutron-dynamic-routing-tests-15.0.0-1.el8.noarch Provides: python3-neutron-dynamic-routing-tests = 15.0.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: openstack-neutron-dynamic-routing-common-15.0.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.e5LRhr + 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.el8.noarch/usr/share/licenses/openstack-neutron-dynamic-routing-common + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/share/licenses/openstack-neutron-dynamic-routing-common + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/share/licenses/openstack-neutron-dynamic-routing-common + exit 0 Provides: openstack-neutron-dynamic-routing-common = 15.0.0-1.el8 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.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.7PJbIf + 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.el8.noarch/usr/share/licenses/openstack-neutron-bgp-dragent + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/share/licenses/openstack-neutron-bgp-dragent + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch/usr/share/licenses/openstack-neutron-bgp-dragent + exit 0 Provides: config(openstack-neutron-bgp-dragent) = 15.0.0-1.el8 openstack-neutron-bgp-dragent = 15.0.0-1.el8 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/python3 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-neutron-dynamic-routing-15.0.0-1.el8.noarch Wrote: /builddir/build/RPMS/python3-neutron-dynamic-routing-15.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-neutron-dynamic-routing-tests-15.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-neutron-dynamic-routing-common-15.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-neutron-bgp-dragent-15.0.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.QUOhy4 + 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.el8.noarch + exit 0 Child return code was: 0