Source: networking-l2gw
Version: 1:17.0.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> for i in 3.10; do \
>       python$i setup.py install --install-layout=deb --root 
> /<<PKGBUILDDIR>>/debian/tmp ; \
> done
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of 
> dash-separated 'description-file' will not be supported in future versions. 
> Please use the underscore name 'description_file' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of 
> dash-separated 'author-email' will not be supported in future versions. 
> Please use the underscore name 'author_email' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of 
> dash-separated 'home-page' will not be supported in future versions. Please 
> use the underscore name 'home_page' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of 
> dash-separated 'python-requires' will not be supported in future versions. 
> Please use the underscore name 'python_requires' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:146: 
> EasyInstallDeprecationWarning: easy_install command is deprecated. Use build 
> and pip and other standards-based tools.
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/command/install.py:34: 
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and 
> pip and other standards-based tools.
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of 
> dash-separated 'description-file' will not be supported in future versions. 
> Please use the underscore name 'description_file' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of 
> dash-separated 'author-email' will not be supported in future versions. 
> Please use the underscore name 'author_email' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of 
> dash-separated 'home-page' will not be supported in future versions. Please 
> use the underscore name 'home_page' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of 
> dash-separated 'python-requires' will not be supported in future versions. 
> Please use the underscore name 'python_requires' instead
>   warnings.warn(
> running install
> [pbr] Generating AUTHORS
> [pbr] AUTHORS complete (0.0s)
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/networking_l2gw
> creating build/lib/networking_l2gw/l2gatewayclient
> creating build/lib/networking_l2gw/l2gatewayclient/osc
> copying networking_l2gw/l2gatewayclient/osc/__init__.py -> 
> build/lib/networking_l2gw/l2gatewayclient/osc
> copying networking_l2gw/l2gatewayclient/osc/l2gw.py -> 
> build/lib/networking_l2gw/l2gatewayclient/osc
> copying networking_l2gw/l2gatewayclient/osc/l2gw_connection.py -> 
> build/lib/networking_l2gw/l2gatewayclient/osc
> creating build/lib/networking_l2gw/services
> creating build/lib/networking_l2gw/services/l2gateway
> creating build/lib/networking_l2gw/services/l2gateway/service_drivers
> copying networking_l2gw/services/l2gateway/service_drivers/__init__.py -> 
> build/lib/networking_l2gw/services/l2gateway/service_drivers
> copying networking_l2gw/services/l2gateway/service_drivers/agent_api.py -> 
> build/lib/networking_l2gw/services/l2gateway/service_drivers
> copying networking_l2gw/services/l2gateway/service_drivers/rpc_l2gw.py -> 
> build/lib/networking_l2gw/services/l2gateway/service_drivers
> creating build/lib/networking_l2gw/l2gatewayclient/l2gw_client_ext
> copying networking_l2gw/l2gatewayclient/l2gw_client_ext/__init__.py -> 
> build/lib/networking_l2gw/l2gatewayclient/l2gw_client_ext
> copying networking_l2gw/l2gatewayclient/l2gw_client_ext/_l2_gateway.py -> 
> build/lib/networking_l2gw/l2gatewayclient/l2gw_client_ext
> copying 
> networking_l2gw/l2gatewayclient/l2gw_client_ext/_l2_gateway_connection.py -> 
> build/lib/networking_l2gw/l2gatewayclient/l2gw_client_ext
> creating build/lib/networking_l2gw/tests
> creating build/lib/networking_l2gw/tests/unit
> copying networking_l2gw/tests/unit/__init__.py -> 
> build/lib/networking_l2gw/tests/unit
> creating build/lib/networking_l2gw/tests/unit/db
> copying networking_l2gw/tests/unit/db/__init__.py -> 
> build/lib/networking_l2gw/tests/unit/db
> copying networking_l2gw/tests/unit/db/test_l2gw_db.py -> 
> build/lib/networking_l2gw/tests/unit/db
> copying networking_l2gw/tests/unit/db/test_migrations.py -> 
> build/lib/networking_l2gw/tests/unit/db
> creating build/lib/networking_l2gw/tests/unit/db/ovsdb
> copying networking_l2gw/tests/unit/db/ovsdb/__init__.py -> 
> build/lib/networking_l2gw/tests/unit/db/ovsdb
> copying networking_l2gw/tests/unit/db/ovsdb/test_lib.py -> 
> build/lib/networking_l2gw/tests/unit/db/ovsdb
> copying networking_l2gw/tests/unit/db/ovsdb/test_idl_impl.py -> 
> build/lib/networking_l2gw/tests/unit/db/ovsdb
> creating build/lib/networking_l2gw/tests/unit/services
> creating build/lib/networking_l2gw/tests/unit/services/l2gateway
> creating build/lib/networking_l2gw/tests/unit/services/l2gateway/agent
> creating build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb
> copying networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__init__.py 
> -> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb
> copying 
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_manager.py -> 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb
> copying 
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_base_connection.py
>  -> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb
> copying 
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_ovsdb_writer.py
>  -> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb
> copying 
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_ovsdb_monitor.py
>  -> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb
> creating build/lib/networking_l2gw/extensions
> copying networking_l2gw/extensions/__init__.py -> 
> build/lib/networking_l2gw/extensions
> copying networking_l2gw/extensions/l2gatewayconnection.py -> 
> build/lib/networking_l2gw/extensions
> copying networking_l2gw/extensions/l2gateway.py -> 
> build/lib/networking_l2gw/extensions
> creating build/lib/networking_l2gw/cmd
> copying networking_l2gw/cmd/__init__.py -> build/lib/networking_l2gw/cmd
> copying networking_l2gw/services/l2gateway/__init__.py -> 
> build/lib/networking_l2gw/services/l2gateway
> copying networking_l2gw/services/l2gateway/exceptions.py -> 
> build/lib/networking_l2gw/services/l2gateway
> copying networking_l2gw/services/l2gateway/plugin.py -> 
> build/lib/networking_l2gw/services/l2gateway
> copying networking_l2gw/services/l2gateway/agent_scheduler.py -> 
> build/lib/networking_l2gw/services/l2gateway
> copying networking_l2gw/services/l2gateway/l2gw_agent.py -> 
> build/lib/networking_l2gw/services/l2gateway
> creating build/lib/networking_l2gw/services/l2gateway/common
> copying networking_l2gw/services/l2gateway/common/__init__.py -> 
> build/lib/networking_l2gw/services/l2gateway/common
> copying networking_l2gw/services/l2gateway/common/tunnel_calls.py -> 
> build/lib/networking_l2gw/services/l2gateway/common
> copying networking_l2gw/services/l2gateway/common/ovsdb_schema.py -> 
> build/lib/networking_l2gw/services/l2gateway/common
> copying networking_l2gw/services/l2gateway/common/topics.py -> 
> build/lib/networking_l2gw/services/l2gateway/common
> copying networking_l2gw/services/l2gateway/common/config.py -> 
> build/lib/networking_l2gw/services/l2gateway/common
> copying networking_l2gw/services/l2gateway/common/constants.py -> 
> build/lib/networking_l2gw/services/l2gateway/common
> copying networking_l2gw/services/l2gateway/common/l2gw_validators.py -> 
> build/lib/networking_l2gw/services/l2gateway/common
> creating build/lib/networking_l2gw/db
> creating build/lib/networking_l2gw/db/migration
> copying networking_l2gw/db/migration/__init__.py -> 
> build/lib/networking_l2gw/db/migration
> creating build/lib/networking_l2gw/tests/unit/l2gatewayclient
> copying networking_l2gw/tests/unit/l2gatewayclient/__init__.py -> 
> build/lib/networking_l2gw/tests/unit/l2gatewayclient
> copying networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py -> 
> build/lib/networking_l2gw/tests/unit/l2gatewayclient
> copying networking_l2gw/tests/unit/l2gatewayclient/test_cli20.py -> 
> build/lib/networking_l2gw/tests/unit/l2gatewayclient
> copying 
> networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_conn_ext.py -> 
> build/lib/networking_l2gw/tests/unit/l2gatewayclient
> creating build/lib/networking_l2gw/db/l2gateway
> creating build/lib/networking_l2gw/db/l2gateway/ovsdb
> copying networking_l2gw/db/l2gateway/ovsdb/__init__.py -> 
> build/lib/networking_l2gw/db/l2gateway/ovsdb
> copying networking_l2gw/db/l2gateway/ovsdb/models.py -> 
> build/lib/networking_l2gw/db/l2gateway/ovsdb
> copying networking_l2gw/db/l2gateway/ovsdb/lib.py -> 
> build/lib/networking_l2gw/db/l2gateway/ovsdb
> creating build/lib/networking_l2gw/services/l2gateway/ovsdb
> copying networking_l2gw/services/l2gateway/ovsdb/__init__.py -> 
> build/lib/networking_l2gw/services/l2gateway/ovsdb
> copying networking_l2gw/services/l2gateway/ovsdb/data.py -> 
> build/lib/networking_l2gw/services/l2gateway/ovsdb
> copying networking_l2gw/l2gatewayclient/__init__.py -> 
> build/lib/networking_l2gw/l2gatewayclient
> copying networking_l2gw/tests/unit/services/__init__.py -> 
> build/lib/networking_l2gw/tests/unit/services
> copying networking_l2gw/db/l2gateway/__init__.py -> 
> build/lib/networking_l2gw/db/l2gateway
> copying networking_l2gw/db/l2gateway/head.py -> 
> build/lib/networking_l2gw/db/l2gateway
> copying networking_l2gw/db/l2gateway/l2gateway_db.py -> 
> build/lib/networking_l2gw/db/l2gateway
> copying networking_l2gw/db/l2gateway/db_query.py -> 
> build/lib/networking_l2gw/db/l2gateway
> copying networking_l2gw/db/l2gateway/l2gateway_models.py -> 
> build/lib/networking_l2gw/db/l2gateway
> copying networking_l2gw/__init__.py -> build/lib/networking_l2gw
> copying networking_l2gw/_i18n.py -> build/lib/networking_l2gw
> creating build/lib/networking_l2gw/db/migration/alembic_migrations
> copying networking_l2gw/db/migration/alembic_migrations/__init__.py -> 
> build/lib/networking_l2gw/db/migration/alembic_migrations
> copying networking_l2gw/db/migration/alembic_migrations/env.py -> 
> build/lib/networking_l2gw/db/migration/alembic_migrations
> creating build/lib/networking_l2gw/db/migration/alembic_migrations/versions
> copying networking_l2gw/db/migration/alembic_migrations/versions/__init__.py 
> -> build/lib/networking_l2gw/db/migration/alembic_migrations/versions
> copying 
> networking_l2gw/db/migration/alembic_migrations/versions/54c9c8fe22bf_db_models_for_ovsdb_hardware_vtep_schema.py
>  -> build/lib/networking_l2gw/db/migration/alembic_migrations/versions
> copying 
> networking_l2gw/db/migration/alembic_migrations/versions/kilo_release.py -> 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions
> copying 
> networking_l2gw/db/migration/alembic_migrations/versions/start_networking_l2gw.py
>  -> build/lib/networking_l2gw/db/migration/alembic_migrations/versions
> copying 
> networking_l2gw/db/migration/alembic_migrations/versions/42438454c556_l2gateway_models.py
>  -> build/lib/networking_l2gw/db/migration/alembic_migrations/versions
> copying networking_l2gw/tests/__init__.py -> build/lib/networking_l2gw/tests
> copying networking_l2gw/tests/unit/services/l2gateway/agent/__init__.py -> 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent
> copying 
> networking_l2gw/tests/unit/services/l2gateway/agent/test_base_agent_manager.py
>  -> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent
> copying 
> networking_l2gw/tests/unit/services/l2gateway/agent/test_l2gw_agent.py -> 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent
> copying networking_l2gw/tests/unit/services/l2gateway/agent/test_agent_api.py 
> -> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent
> copying networking_l2gw/db/__init__.py -> build/lib/networking_l2gw/db
> creating build/lib/networking_l2gw/services/l2gateway/agent
> creating build/lib/networking_l2gw/services/l2gateway/agent/ovsdb
> creating build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/native
> copying networking_l2gw/services/l2gateway/agent/ovsdb/native/__init__.py -> 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/native
> copying networking_l2gw/services/l2gateway/agent/ovsdb/native/commands.py -> 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/native
> copying networking_l2gw/services/l2gateway/agent/ovsdb/native/connection.py 
> -> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/native
> copying networking_l2gw/services/__init__.py -> 
> build/lib/networking_l2gw/services
> creating build/lib/networking_l2gw/tests/unit/l2gatewayclient/osc
> copying 
> networking_l2gw/tests/unit/l2gatewayclient/osc/test_osc_l2gw_connection.py -> 
> build/lib/networking_l2gw/tests/unit/l2gatewayclient/osc
> copying networking_l2gw/tests/unit/l2gatewayclient/osc/__init__.py -> 
> build/lib/networking_l2gw/tests/unit/l2gatewayclient/osc
> copying networking_l2gw/tests/unit/l2gatewayclient/osc/fakes.py -> 
> build/lib/networking_l2gw/tests/unit/l2gatewayclient/osc
> copying networking_l2gw/tests/unit/l2gatewayclient/osc/test_osc_l2gw.py -> 
> build/lib/networking_l2gw/tests/unit/l2gatewayclient/osc
> copying networking_l2gw/tests/unit/services/l2gateway/__init__.py -> 
> build/lib/networking_l2gw/tests/unit/services/l2gateway
> copying networking_l2gw/tests/unit/services/l2gateway/test_plugin.py -> 
> build/lib/networking_l2gw/tests/unit/services/l2gateway
> copying networking_l2gw/tests/unit/services/l2gateway/test_agent_scheduler.py 
> -> build/lib/networking_l2gw/tests/unit/services/l2gateway
> creating build/lib/networking_l2gw/tests/unit/services/l2gateway/ovsdb
> copying networking_l2gw/tests/unit/services/l2gateway/ovsdb/__init__.py -> 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/ovsdb
> copying networking_l2gw/tests/unit/services/l2gateway/ovsdb/test_data.py -> 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/ovsdb
> creating build/lib/networking_l2gw/cmd/eventlet
> copying networking_l2gw/cmd/eventlet/__init__.py -> 
> build/lib/networking_l2gw/cmd/eventlet
> copying networking_l2gw/cmd/eventlet/agent.py -> 
> build/lib/networking_l2gw/cmd/eventlet
> copying networking_l2gw/services/l2gateway/agent/ovsdb/__init__.py -> 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb
> copying networking_l2gw/services/l2gateway/agent/ovsdb/manager.py -> 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb
> copying networking_l2gw/services/l2gateway/agent/ovsdb/api.py -> 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb
> copying networking_l2gw/services/l2gateway/agent/ovsdb/impl_idl.py -> 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb
> copying networking_l2gw/services/l2gateway/agent/ovsdb/base_connection.py -> 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb
> copying networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_model.py -> 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb
> copying networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_writer.py -> 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb
> copying networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_common_class.py 
> -> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb
> copying networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_monitor.py -> 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb
> creating build/lib/networking_l2gw/tests/unit/services/l2gateway/common
> copying networking_l2gw/tests/unit/services/l2gateway/common/__init__.py -> 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/common
> copying 
> networking_l2gw/tests/unit/services/l2gateway/common/test_l2gw_validators.py 
> -> build/lib/networking_l2gw/tests/unit/services/l2gateway/common
> copying 
> networking_l2gw/tests/unit/services/l2gateway/common/test_tunnel_calls.py -> 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/common
> creating 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/service_drivers
> copying 
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/__init__.py -> 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/service_drivers
> copying 
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/test_rpc_l2gw.py
>  -> build/lib/networking_l2gw/tests/unit/services/l2gateway/service_drivers
> copying 
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/test_agent_api.py
>  -> build/lib/networking_l2gw/tests/unit/services/l2gateway/service_drivers
> copying networking_l2gw/services/l2gateway/agent/__init__.py -> 
> build/lib/networking_l2gw/services/l2gateway/agent
> copying networking_l2gw/services/l2gateway/agent/agent_api.py -> 
> build/lib/networking_l2gw/services/l2gateway/agent
> copying networking_l2gw/services/l2gateway/agent/l2gateway_config.py -> 
> build/lib/networking_l2gw/services/l2gateway/agent
> copying networking_l2gw/services/l2gateway/agent/base_agent_manager.py -> 
> build/lib/networking_l2gw/services/l2gateway/agent
> running egg_info
> creating networking_l2gw.egg-info
> writing networking_l2gw.egg-info/PKG-INFO
> writing dependency_links to networking_l2gw.egg-info/dependency_links.txt
> writing entry points to networking_l2gw.egg-info/entry_points.txt
> writing requirements to networking_l2gw.egg-info/requires.txt
> writing top-level names to networking_l2gw.egg-info/top_level.txt
> [pbr] Processing SOURCES.txt
> writing manifest file 'networking_l2gw.egg-info/SOURCES.txt'
> warning: no files found matching 'AUTHORS'
> warning: no files found matching 'ChangeLog'
> 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 files found matching 'AUTHORS'
> warning: no files found matching 'ChangeLog'
> warning: no previously-included files found matching '.gitignore'
> warning: no previously-included files found matching '.gitreview'
> warning: no previously-included files matching '*.pyc' found anywhere in 
> distribution
> adding license file 'LICENSE'
> writing manifest file 'networking_l2gw.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: 
> SetuptoolsDeprecationWarning:     Installing 
> 'networking_l2gw.db.migration.alembic_migrations.versions.liberty.contract' 
> as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 
> 'networking_l2gw.db.migration.alembic_migrations.versions.liberty.contract' 
> as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     
> 'networking_l2gw.db.migration.alembic_migrations.versions.liberty.contract' 
> has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 
> 'networking_l2gw.db.migration.alembic_migrations.versions.liberty.contract' 
> is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: 
> SetuptoolsDeprecationWarning:     Installing 
> 'networking_l2gw.db.migration.alembic_migrations.versions.liberty.expand' as 
> data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 
> 'networking_l2gw.db.migration.alembic_migrations.versions.liberty.expand' as 
> an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'networking_l2gw.db.migration.alembic_migrations.versions.liberty.expand' 
> has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 
> 'networking_l2gw.db.migration.alembic_migrations.versions.liberty.expand' is 
> included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: 
> SetuptoolsDeprecationWarning:     Installing 
> 'networking_l2gw.db.migration.alembic_migrations.versions.newton.contract' as 
> data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 
> 'networking_l2gw.db.migration.alembic_migrations.versions.newton.contract' as 
> an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     
> 'networking_l2gw.db.migration.alembic_migrations.versions.newton.contract' 
> has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 
> 'networking_l2gw.db.migration.alembic_migrations.versions.newton.contract' is 
> included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: 
> SetuptoolsDeprecationWarning:     Installing 
> 'networking_l2gw.db.migration.alembic_migrations.versions.newton.expand' as 
> data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 
> 'networking_l2gw.db.migration.alembic_migrations.versions.newton.expand' as 
> an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'networking_l2gw.db.migration.alembic_migrations.versions.newton.expand' 
> has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 
> 'networking_l2gw.db.migration.alembic_migrations.versions.newton.expand' is 
> included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: 
> SetuptoolsDeprecationWarning:     Installing 
> 'networking_l2gw.db.migration.alembic_migrations.versions.queens.contract' as 
> data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 
> 'networking_l2gw.db.migration.alembic_migrations.versions.queens.contract' as 
> an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     
> 'networking_l2gw.db.migration.alembic_migrations.versions.queens.contract' 
> has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 
> 'networking_l2gw.db.migration.alembic_migrations.versions.queens.contract' is 
> included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: 
> SetuptoolsDeprecationWarning:     Installing 
> 'networking_l2gw.db.migration.alembic_migrations.versions.queens.expand' as 
> data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 
> 'networking_l2gw.db.migration.alembic_migrations.versions.queens.expand' as 
> an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'networking_l2gw.db.migration.alembic_migrations.versions.queens.expand' 
> has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 
> 'networking_l2gw.db.migration.alembic_migrations.versions.queens.expand' is 
> included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> copying networking_l2gw/db/migration/alembic_migrations/README -> 
> build/lib/networking_l2gw/db/migration/alembic_migrations
> copying networking_l2gw/db/migration/alembic_migrations/script.py.mako -> 
> build/lib/networking_l2gw/db/migration/alembic_migrations
> copying 
> networking_l2gw/db/migration/alembic_migrations/versions/CONTRACT_HEAD -> 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions
> copying networking_l2gw/db/migration/alembic_migrations/versions/EXPAND_HEAD 
> -> build/lib/networking_l2gw/db/migration/alembic_migrations/versions
> creating 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/liberty
> creating 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/liberty/contract
> copying 
> networking_l2gw/db/migration/alembic_migrations/versions/liberty/contract/79919185aa99_initial_contract.py
>  -> 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/liberty/contract
> creating 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/liberty/expand
> copying 
> networking_l2gw/db/migration/alembic_migrations/versions/liberty/expand/60019185aa99_initial_expand.py
>  -> 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/liberty/expand
> creating 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/newton
> creating 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/newton/contract
> copying 
> networking_l2gw/db/migration/alembic_migrations/versions/newton/contract/2f533f7705dd_rename_tenant_to_project.py
>  -> 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/newton/contract
> creating 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/newton/expand
> copying 
> networking_l2gw/db/migration/alembic_migrations/versions/newton/expand/49ce408ac349_add_indexes_to_tenant_id.py
>  -> 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/newton/expand
> creating 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/queens
> creating 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/queens/contract
> copying 
> networking_l2gw/db/migration/alembic_migrations/versions/queens/contract/0fb45e525aa9_add_standard_attribute_id_for_l2gw.py
>  -> 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/queens/contract
> creating 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/queens/expand
> copying 
> networking_l2gw/db/migration/alembic_migrations/versions/queens/expand/8d7d772eafcf_add_standard_attribute_id_for_l2gw.py
>  -> 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/queens/expand
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/tmp
> creating /<<PKGBUILDDIR>>/debian/tmp/usr
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw
> copying build/lib/networking_l2gw/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/extensions
> copying build/lib/networking_l2gw/extensions/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/extensions
> copying build/lib/networking_l2gw/extensions/l2gatewayconnection.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/extensions
> copying build/lib/networking_l2gw/extensions/l2gateway.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/extensions
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db
> copying build/lib/networking_l2gw/db/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway
> copying build/lib/networking_l2gw/db/l2gateway/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway/ovsdb
> copying build/lib/networking_l2gw/db/l2gateway/ovsdb/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway/ovsdb
> copying build/lib/networking_l2gw/db/l2gateway/ovsdb/models.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway/ovsdb
> copying build/lib/networking_l2gw/db/l2gateway/ovsdb/lib.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway/ovsdb
> copying build/lib/networking_l2gw/db/l2gateway/head.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway
> copying build/lib/networking_l2gw/db/l2gateway/l2gateway_db.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway
> copying build/lib/networking_l2gw/db/l2gateway/db_query.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway
> copying build/lib/networking_l2gw/db/l2gateway/l2gateway_models.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration
> copying build/lib/networking_l2gw/db/migration/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations
> copying build/lib/networking_l2gw/db/migration/alembic_migrations/__init__.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions
> copying 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/__init__.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions
> copying 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/54c9c8fe22bf_db_models_for_ovsdb_hardware_vtep_schema.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions
> copying 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/kilo_release.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/queens
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/queens/expand
> copying 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/queens/expand/8d7d772eafcf_add_standard_attribute_id_for_l2gw.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/queens/expand
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/queens/contract
> copying 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/queens/contract/0fb45e525aa9_add_standard_attribute_id_for_l2gw.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/queens/contract
> copying 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/start_networking_l2gw.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions
> copying 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/CONTRACT_HEAD
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions
> copying 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/42438454c556_l2gateway_models.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/newton
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/newton/expand
> copying 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/newton/expand/49ce408ac349_add_indexes_to_tenant_id.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/newton/expand
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/newton/contract
> copying 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/newton/contract/2f533f7705dd_rename_tenant_to_project.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/newton/contract
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/liberty
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/liberty/expand
> copying 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/liberty/expand/60019185aa99_initial_expand.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/liberty/expand
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/liberty/contract
> copying 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/liberty/contract/79919185aa99_initial_contract.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/liberty/contract
> copying 
> build/lib/networking_l2gw/db/migration/alembic_migrations/versions/EXPAND_HEAD
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions
> copying build/lib/networking_l2gw/db/migration/alembic_migrations/README -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations
> copying build/lib/networking_l2gw/db/migration/alembic_migrations/env.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations
> copying 
> build/lib/networking_l2gw/db/migration/alembic_migrations/script.py.mako -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services
> copying build/lib/networking_l2gw/services/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway
> copying build/lib/networking_l2gw/services/l2gateway/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/ovsdb
> copying build/lib/networking_l2gw/services/l2gateway/ovsdb/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/ovsdb
> copying build/lib/networking_l2gw/services/l2gateway/ovsdb/data.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/ovsdb
> copying build/lib/networking_l2gw/services/l2gateway/exceptions.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common
> copying build/lib/networking_l2gw/services/l2gateway/common/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common
> copying build/lib/networking_l2gw/services/l2gateway/common/tunnel_calls.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common
> copying build/lib/networking_l2gw/services/l2gateway/common/ovsdb_schema.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common
> copying build/lib/networking_l2gw/services/l2gateway/common/topics.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common
> copying build/lib/networking_l2gw/services/l2gateway/common/config.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common
> copying build/lib/networking_l2gw/services/l2gateway/common/constants.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common
> copying 
> build/lib/networking_l2gw/services/l2gateway/common/l2gw_validators.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent
> copying build/lib/networking_l2gw/services/l2gateway/agent/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb
> copying build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/__init__.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/native
> copying 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/native/__init__.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/native
> copying 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/native/commands.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/native
> copying 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/native/connection.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/native
> copying build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/manager.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb
> copying build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/api.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb
> copying build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/impl_idl.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb
> copying 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/base_connection.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb
> copying 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_model.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb
> copying 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_writer.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb
> copying 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_common_class.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb
> copying 
> build/lib/networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_monitor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb
> copying build/lib/networking_l2gw/services/l2gateway/agent/agent_api.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent
> copying 
> build/lib/networking_l2gw/services/l2gateway/agent/l2gateway_config.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent
> copying 
> build/lib/networking_l2gw/services/l2gateway/agent/base_agent_manager.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/service_drivers
> copying 
> build/lib/networking_l2gw/services/l2gateway/service_drivers/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/service_drivers
> copying 
> build/lib/networking_l2gw/services/l2gateway/service_drivers/agent_api.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/service_drivers
> copying 
> build/lib/networking_l2gw/services/l2gateway/service_drivers/rpc_l2gw.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/service_drivers
> copying build/lib/networking_l2gw/services/l2gateway/plugin.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway
> copying build/lib/networking_l2gw/services/l2gateway/agent_scheduler.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway
> copying build/lib/networking_l2gw/services/l2gateway/l2gw_agent.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/cmd
> copying build/lib/networking_l2gw/cmd/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/cmd
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/cmd/eventlet
> copying build/lib/networking_l2gw/cmd/eventlet/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/cmd/eventlet
> copying build/lib/networking_l2gw/cmd/eventlet/agent.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/cmd/eventlet
> copying build/lib/networking_l2gw/_i18n.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient
> copying build/lib/networking_l2gw/l2gatewayclient/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/l2gw_client_ext
> copying build/lib/networking_l2gw/l2gatewayclient/l2gw_client_ext/__init__.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/l2gw_client_ext
> copying 
> build/lib/networking_l2gw/l2gatewayclient/l2gw_client_ext/_l2_gateway.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/l2gw_client_ext
> copying 
> build/lib/networking_l2gw/l2gatewayclient/l2gw_client_ext/_l2_gateway_connection.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/l2gw_client_ext
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/osc
> copying build/lib/networking_l2gw/l2gatewayclient/osc/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/osc
> copying build/lib/networking_l2gw/l2gatewayclient/osc/l2gw.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/osc
> copying build/lib/networking_l2gw/l2gatewayclient/osc/l2gw_connection.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/osc
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests
> copying build/lib/networking_l2gw/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit
> copying build/lib/networking_l2gw/tests/unit/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/db
> copying build/lib/networking_l2gw/tests/unit/db/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/db
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/db/ovsdb
> copying build/lib/networking_l2gw/tests/unit/db/ovsdb/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/db/ovsdb
> copying build/lib/networking_l2gw/tests/unit/db/ovsdb/test_lib.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/db/ovsdb
> copying build/lib/networking_l2gw/tests/unit/db/ovsdb/test_idl_impl.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/db/ovsdb
> copying build/lib/networking_l2gw/tests/unit/db/test_l2gw_db.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/db
> copying build/lib/networking_l2gw/tests/unit/db/test_migrations.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/db
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services
> copying build/lib/networking_l2gw/tests/unit/services/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway
> copying build/lib/networking_l2gw/tests/unit/services/l2gateway/__init__.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/ovsdb
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/ovsdb/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/ovsdb
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/ovsdb/test_data.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/ovsdb
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/common
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/common/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/common
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/common/test_l2gw_validators.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/common
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/common/test_tunnel_calls.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/common
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/test_plugin.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__init__.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_manager.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_base_connection.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_ovsdb_writer.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_ovsdb_monitor.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/test_base_agent_manager.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/test_l2gw_agent.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/agent/test_agent_api.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/test_agent_scheduler.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/service_drivers
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/service_drivers/__init__.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/service_drivers
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/service_drivers/test_rpc_l2gw.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/service_drivers
> copying 
> build/lib/networking_l2gw/tests/unit/services/l2gateway/service_drivers/test_agent_api.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/service_drivers
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient
> copying build/lib/networking_l2gw/tests/unit/l2gatewayclient/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient
> copying 
> build/lib/networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient
> copying build/lib/networking_l2gw/tests/unit/l2gatewayclient/test_cli20.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient/osc
> copying 
> build/lib/networking_l2gw/tests/unit/l2gatewayclient/osc/test_osc_l2gw_connection.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient/osc
> copying build/lib/networking_l2gw/tests/unit/l2gatewayclient/osc/__init__.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient/osc
> copying build/lib/networking_l2gw/tests/unit/l2gatewayclient/osc/fakes.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient/osc
> copying 
> build/lib/networking_l2gw/tests/unit/l2gatewayclient/osc/test_osc_l2gw.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient/osc
> copying 
> build/lib/networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_conn_ext.py
>  -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/extensions/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/extensions/l2gatewayconnection.py
>  to l2gatewayconnection.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/extensions/l2gateway.py
>  to l2gateway.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway/ovsdb/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway/ovsdb/models.py
>  to models.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway/ovsdb/lib.py
>  to lib.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway/head.py
>  to head.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway/l2gateway_db.py
>  to l2gateway_db.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway/db_query.py
>  to db_query.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/l2gateway/l2gateway_models.py
>  to l2gateway_models.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/54c9c8fe22bf_db_models_for_ovsdb_hardware_vtep_schema.py
>  to 54c9c8fe22bf_db_models_for_ovsdb_hardware_vtep_schema.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/kilo_release.py
>  to kilo_release.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/queens/expand/8d7d772eafcf_add_standard_attribute_id_for_l2gw.py
>  to 8d7d772eafcf_add_standard_attribute_id_for_l2gw.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/queens/contract/0fb45e525aa9_add_standard_attribute_id_for_l2gw.py
>  to 0fb45e525aa9_add_standard_attribute_id_for_l2gw.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/start_networking_l2gw.py
>  to start_networking_l2gw.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/42438454c556_l2gateway_models.py
>  to 42438454c556_l2gateway_models.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/newton/expand/49ce408ac349_add_indexes_to_tenant_id.py
>  to 49ce408ac349_add_indexes_to_tenant_id.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/newton/contract/2f533f7705dd_rename_tenant_to_project.py
>  to 2f533f7705dd_rename_tenant_to_project.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/liberty/expand/60019185aa99_initial_expand.py
>  to 60019185aa99_initial_expand.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/versions/liberty/contract/79919185aa99_initial_contract.py
>  to 79919185aa99_initial_contract.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/db/migration/alembic_migrations/env.py
>  to env.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/ovsdb/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/ovsdb/data.py
>  to data.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/exceptions.py
>  to exceptions.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common/tunnel_calls.py
>  to tunnel_calls.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common/ovsdb_schema.py
>  to ovsdb_schema.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common/topics.py
>  to topics.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common/config.py
>  to config.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common/constants.py
>  to constants.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/common/l2gw_validators.py
>  to l2gw_validators.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/native/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/native/commands.py
>  to commands.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/native/connection.py
>  to connection.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/manager.py
>  to manager.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/api.py
>  to api.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/impl_idl.py
>  to impl_idl.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/base_connection.py
>  to base_connection.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_model.py
>  to ovsdb_model.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_writer.py
>  to ovsdb_writer.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_common_class.py
>  to ovsdb_common_class.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_monitor.py
>  to ovsdb_monitor.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/agent_api.py
>  to agent_api.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/l2gateway_config.py
>  to l2gateway_config.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent/base_agent_manager.py
>  to base_agent_manager.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/service_drivers/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/service_drivers/agent_api.py
>  to agent_api.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/service_drivers/rpc_l2gw.py
>  to rpc_l2gw.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/plugin.py
>  to plugin.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/agent_scheduler.py
>  to agent_scheduler.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/services/l2gateway/l2gw_agent.py
>  to l2gw_agent.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/cmd/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/cmd/eventlet/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/cmd/eventlet/agent.py
>  to agent.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/_i18n.py
>  to _i18n.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/l2gw_client_ext/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/l2gw_client_ext/_l2_gateway.py
>  to _l2_gateway.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/l2gw_client_ext/_l2_gateway_connection.py
>  to _l2_gateway_connection.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/osc/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/osc/l2gw.py
>  to l2gw.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/l2gatewayclient/osc/l2gw_connection.py
>  to l2gw_connection.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/db/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/db/ovsdb/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/db/ovsdb/test_lib.py
>  to test_lib.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/db/ovsdb/test_idl_impl.py
>  to test_idl_impl.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/db/test_l2gw_db.py
>  to test_l2gw_db.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/db/test_migrations.py
>  to test_migrations.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/ovsdb/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/ovsdb/test_data.py
>  to test_data.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/common/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/common/test_l2gw_validators.py
>  to test_l2gw_validators.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/common/test_tunnel_calls.py
>  to test_tunnel_calls.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/test_plugin.py
>  to test_plugin.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_manager.py
>  to test_manager.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_base_connection.py
>  to test_base_connection.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_ovsdb_writer.py
>  to test_ovsdb_writer.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_ovsdb_monitor.py
>  to test_ovsdb_monitor.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/test_base_agent_manager.py
>  to test_base_agent_manager.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/test_l2gw_agent.py
>  to test_l2gw_agent.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/agent/test_agent_api.py
>  to test_agent_api.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/test_agent_scheduler.py
>  to test_agent_scheduler.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/service_drivers/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/service_drivers/test_rpc_l2gw.py
>  to test_rpc_l2gw.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/services/l2gateway/service_drivers/test_agent_api.py
>  to test_agent_api.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py
>  to test_cli20_l2gw_ext.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient/test_cli20.py
>  to test_cli20.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient/osc/test_osc_l2gw_connection.py
>  to test_osc_l2gw_connection.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient/osc/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient/osc/fakes.py
>  to fakes.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient/osc/test_osc_l2gw.py
>  to test_osc_l2gw.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_conn_ext.py
>  to test_cli20_l2gw_conn_ext.cpython-310.pyc
> running install_data
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/etc
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/etc/neutron
> copying etc/l2gateway_agent.ini -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/neutron
> copying etc/l2gw_plugin.ini -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/neutron
> running install_egg_info
> Copying networking_l2gw.egg-info to 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_l2gw-17.0.1.egg-info
> Skipping SOURCES.txt
> running install_scripts
> Installing neutron-l2gateway-agent script to 
> /<<PKGBUILDDIR>>/debian/tmp/usr/bin
> pkgos-dh_auto_test --no-py2 'networking_l2gw.tests.unit.*'
> + PKGOS_TEST_PARALLEL=yes
> + PKGOS_TEST_SERIAL=no
> + PYTHONS=disabled
> + PYTHON3S=disabled
> + TEST_PARALLEL_OPT=--parallel
> + TEST_SERIAL_OPT=
> + echo WARNING: --no-py2 is deprecated, and always on.
> WARNING: --no-py2 is deprecated, and always on.
> + shift
> + py3versions -vr
> + PYTHON3S=3.10
> + [ yes = no ]
> + [ no = yes ]
> + [ 3.10 = disabled ]
> + echo 3.10
> + cut -d. -f1
> + PYMAJOR=3
> + echo ===> Testing with python (python3)
> ===> Testing with python (python3)
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -z  ]
> + pwd
> + echo Implicitly adding 
> PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> Implicitly adding 
> PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> + pwd
> + export PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> + [ -e .stestr.conf ]
> + [ -e .testr.conf ]
> + [ -x /usr/bin/testr-python3 ]
> + TESTR=testr
> + rm -rf .testrepository
> + testr init
> + mktemp -t
> + TEMP_REZ=/tmp/tmp.LQNWr3i3Yy
> + PYTHON=python3.10 testr run --parallel --subunit 
> networking_l2gw.tests.unit.*
> + tee /tmp/tmp.LQNWr3i3Yy
> + subunit2pyunit
> Non-zero exit code (2) from test listing.
> running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
> OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
> OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
> ${PYTHON:-python} -m subunit.run discover -t ./  
> ${OS_TEST_PATH:-./networking_l2gw/tests/unit} --list 
> --- import errors ---
> Failed to import test module: networking_l2gw.tests.unit.db.test_l2gw_db
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2219, in 
> __getattr__
>     return self._get(name)
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2653, in _get
>     value, loc = self._do_get(name, group, namespace)
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2671, in 
> _do_get
>     info = self._get_opt_info(name, group)
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2876, in 
> _get_opt_info
>     raise NoSuchOptError(opt_name, group)
> oslo_config.cfg.NoSuchOptError: no such option api_extensions_path in group 
> [DEFAULT]
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.10/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/networking_l2gw/tests/unit/db/test_l2gw_db.py", line 
> 23, in <module>
>     from networking_l2gw.db.l2gateway import l2gateway_db
>   File "/<<PKGBUILDDIR>>/networking_l2gw/db/l2gateway/l2gateway_db.py", line 
> 18, in <module>
>     from networking_l2gw.extensions import l2gateway
>   File "/<<PKGBUILDDIR>>/networking_l2gw/extensions/l2gateway.py", line 28, 
> in <module>
>     extensions.append_api_extensions_path(l2gw_extensions.__path__)
>   File "/usr/lib/python3/dist-packages/neutron/api/extensions.py", line 650, 
> in append_api_extensions_path
>     paths = list(set([cfg.CONF.api_extensions_path] + paths))
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2223, in 
> __getattr__
>     raise NoSuchOptError(name)
> oslo_config.cfg.NoSuchOptError: no such option api_extensions_path in group 
> [DEFAULT]
> 
> Failed to import test module: 
> networking_l2gw.tests.unit.services.l2gateway.ovsdb.test_data
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2219, in 
> __getattr__
>     return self._get(name)
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2653, in _get
>     value, loc = self._do_get(name, group, namespace)
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2671, in 
> _do_get
>     info = self._get_opt_info(name, group)
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2876, in 
> _get_opt_info
>     raise NoSuchOptError(opt_name, group)
> oslo_config.cfg.NoSuchOptError: no such option api_extensions_path in group 
> [DEFAULT]
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.10/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/networking_l2gw/tests/unit/services/l2gateway/ovsdb/test_data.py",
>  line 25, in <module>
>     from networking_l2gw.db.l2gateway import l2gateway_db
>   File "/<<PKGBUILDDIR>>/networking_l2gw/db/l2gateway/l2gateway_db.py", line 
> 18, in <module>
>     from networking_l2gw.extensions import l2gateway
>   File "/<<PKGBUILDDIR>>/networking_l2gw/extensions/l2gateway.py", line 28, 
> in <module>
>     extensions.append_api_extensions_path(l2gw_extensions.__path__)
>   File "/usr/lib/python3/dist-packages/neutron/api/extensions.py", line 650, 
> in append_api_extensions_path
>     paths = list(set([cfg.CONF.api_extensions_path] + paths))
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2223, in 
> __getattr__
>     raise NoSuchOptError(name)
> oslo_config.cfg.NoSuchOptError: no such option api_extensions_path in group 
> [DEFAULT]
> 
> Failed to import test module: 
> networking_l2gw.tests.unit.services.l2gateway.service_drivers.test_rpc_l2gw
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2219, in 
> __getattr__
>     return self._get(name)
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2653, in _get
>     value, loc = self._do_get(name, group, namespace)
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2671, in 
> _do_get
>     info = self._get_opt_info(name, group)
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2876, in 
> _get_opt_info
>     raise NoSuchOptError(opt_name, group)
> oslo_config.cfg.NoSuchOptError: no such option api_extensions_path in group 
> [DEFAULT]
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.10/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/networking_l2gw/tests/unit/services/l2gateway/service_drivers/test_rpc_l2gw.py",
>  line 26, in <module>
>     from networking_l2gw.services.l2gateway.ovsdb import data
>   File "/<<PKGBUILDDIR>>/networking_l2gw/services/l2gateway/ovsdb/data.py", 
> line 16, in <module>
>     from networking_l2gw.db.l2gateway import l2gateway_db
>   File "/<<PKGBUILDDIR>>/networking_l2gw/db/l2gateway/l2gateway_db.py", line 
> 18, in <module>
>     from networking_l2gw.extensions import l2gateway
>   File "/<<PKGBUILDDIR>>/networking_l2gw/extensions/l2gateway.py", line 28, 
> in <module>
>     extensions.append_api_extensions_path(l2gw_extensions.__path__)
>   File "/usr/lib/python3/dist-packages/neutron/api/extensions.py", line 650, 
> in append_api_extensions_path
>     paths = list(set([cfg.CONF.api_extensions_path] + paths))
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2223, in 
> __getattr__
>     raise NoSuchOptError(name)
> oslo_config.cfg.NoSuchOptError: no such option api_extensions_path in group 
> [DEFAULT]
> 
> Failed to import test module: 
> networking_l2gw.tests.unit.services.l2gateway.test_plugin
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2219, in 
> __getattr__
>     return self._get(name)
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2653, in _get
>     value, loc = self._do_get(name, group, namespace)
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2671, in 
> _do_get
>     info = self._get_opt_info(name, group)
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2876, in 
> _get_opt_info
>     raise NoSuchOptError(opt_name, group)
> oslo_config.cfg.NoSuchOptError: no such option api_extensions_path in group 
> [DEFAULT]
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python3.10/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/networking_l2gw/tests/unit/services/l2gateway/test_plugin.py",
>  line 19, in <module>
>     from networking_l2gw.db.l2gateway import l2gateway_db
>   File "/<<PKGBUILDDIR>>/networking_l2gw/db/l2gateway/l2gateway_db.py", line 
> 18, in <module>
>     from networking_l2gw.extensions import l2gateway
>   File "/<<PKGBUILDDIR>>/networking_l2gw/extensions/l2gateway.py", line 28, 
> in <module>
>     extensions.append_api_extensions_path(l2gw_extensions.__path__)
>   File "/usr/lib/python3/dist-packages/neutron/api/extensions.py", line 650, 
> in append_api_extensions_path
>     paths = list(set([cfg.CONF.api_extensions_path] + paths))
>   File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2223, in 
> __getattr__
>     raise NoSuchOptError(name)
> oslo_config.cfg.NoSuchOptError: no such option api_extensions_path in group 
> [DEFAULT]
> 
> ----------------------------------------------------------------------
> Ran 0 tests in 5.030s
> 
> OK
> + cat /tmp/tmp.LQNWr3i3Yy
> + subunit-filter -s --no-passthrough
> + subunit-stats
> Total tests:       0
> Passed tests:      0
> Failed tests:      0
> Skipped tests:     0
> Seen tags: 
> + rm -f /tmp/tmp.LQNWr3i3Yy
> + testr slowest
> make[1]: *** [debian/rules:27: override_dh_install] Error 3


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/networking-l2gw_17.0.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to