[PKG-Openstack-devel] Bug#910447: glance FTBFS: tests fail?

Helmut Grohne helmut at subdivi.de
Sat Oct 6 13:50:01 BST 2018


Source: glance
Version: 2:17.0.0-2
Severity: serious
Tags: ftbfs

glance fails to build from source in sbuild on unstable/amd64. A build
log ends with:

|    debian/rules override_dh_install
| make[1]: Entering directory '/<<PKGBUILDDIR>>'
| pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
| pyversions: missing debian/pyversions file, fall back to supported versions
| py3versions: no X-Python3-Version in control file, using supported versions
| for i in 3.7 3.6 ; do \
| 	python$i setup.py install --install-layout=deb --root /<<PKGBUILDDIR>>/debian/tmp ; \
| done
| running install
| [pbr] Generating AUTHORS
| [pbr] AUTHORS complete (0.0s)
| running build
| running build_py
| creating build
| creating build/lib
| creating build/lib/glance
| creating build/lib/glance/tests
| creating build/lib/glance/tests/unit
| creating build/lib/glance/tests/unit/common
| copying glance/tests/unit/common/test_utils.py -> build/lib/glance/tests/unit/common
| copying glance/tests/unit/common/test_wsgi.py -> build/lib/glance/tests/unit/common
| copying glance/tests/unit/common/test_timeutils.py -> build/lib/glance/tests/unit/common
| copying glance/tests/unit/common/test_swift_store_utils.py -> build/lib/glance/tests/unit/common
| copying glance/tests/unit/common/test_scripts.py -> build/lib/glance/tests/unit/common
| copying glance/tests/unit/common/test_rpc.py -> build/lib/glance/tests/unit/common
| copying glance/tests/unit/common/test_property_utils.py -> build/lib/glance/tests/unit/common
| copying glance/tests/unit/common/test_location_strategy.py -> build/lib/glance/tests/unit/common
| copying glance/tests/unit/common/test_exception.py -> build/lib/glance/tests/unit/common
| copying glance/tests/unit/common/test_config.py -> build/lib/glance/tests/unit/common
| copying glance/tests/unit/common/test_client.py -> build/lib/glance/tests/unit/common
| copying glance/tests/unit/common/__init__.py -> build/lib/glance/tests/unit/common
| creating build/lib/glance/common
| creating build/lib/glance/common/scripts
| creating build/lib/glance/common/scripts/api_image_import
| copying glance/common/scripts/api_image_import/main.py -> build/lib/glance/common/scripts/api_image_import
| copying glance/common/scripts/api_image_import/__init__.py -> build/lib/glance/common/scripts/api_image_import
| creating build/lib/glance/_async
| creating build/lib/glance/_async/flows
| creating build/lib/glance/_async/flows/_internal_plugins
| copying glance/_async/flows/_internal_plugins/web_download.py -> build/lib/glance/_async/flows/_internal_plugins
| copying glance/_async/flows/_internal_plugins/__init__.py -> build/lib/glance/_async/flows/_internal_plugins
| creating build/lib/glance/tests/unit/common/scripts
| creating build/lib/glance/tests/unit/common/scripts/image_import
| copying glance/tests/unit/common/scripts/image_import/test_main.py -> build/lib/glance/tests/unit/common/scripts/image_import
| copying glance/tests/unit/common/scripts/image_import/__init__.py -> build/lib/glance/tests/unit/common/scripts/image_import
| creating build/lib/glance/quota
| copying glance/quota/__init__.py -> build/lib/glance/quota
| copying glance/opts.py -> build/lib/glance
| copying glance/version.py -> build/lib/glance
| copying glance/scrubber.py -> build/lib/glance
| copying glance/schema.py -> build/lib/glance
| copying glance/notifier.py -> build/lib/glance
| copying glance/location.py -> build/lib/glance
| copying glance/i18n.py -> build/lib/glance
| copying glance/gateway.py -> build/lib/glance
| copying glance/context.py -> build/lib/glance
| copying glance/__init__.py -> build/lib/glance
| copying glance/tests/unit/common/scripts/test_scripts_utils.py -> build/lib/glance/tests/unit/common/scripts
| copying glance/tests/unit/common/scripts/__init__.py -> build/lib/glance/tests/unit/common/scripts
| creating build/lib/glance/tests/integration
| creating build/lib/glance/tests/integration/v2
| copying glance/tests/integration/v2/test_tasks_api.py -> build/lib/glance/tests/integration/v2
| copying glance/tests/integration/v2/test_property_quota_violations.py -> build/lib/glance/tests/integration/v2
| copying glance/tests/integration/v2/base.py -> build/lib/glance/tests/integration/v2
| copying glance/tests/integration/v2/__init__.py -> build/lib/glance/tests/integration/v2
| creating build/lib/glance/tests/functional
| creating build/lib/glance/tests/functional/db
| creating build/lib/glance/tests/functional/db/migrations
| copying glance/tests/functional/db/migrations/test_rocky_expand02.py -> build/lib/glance/tests/functional/db/migrations
| copying glance/tests/functional/db/migrations/test_rocky_expand01.py -> build/lib/glance/tests/functional/db/migrations
| copying glance/tests/functional/db/migrations/test_pike_migrate01.py -> build/lib/glance/tests/functional/db/migrations
| copying glance/tests/functional/db/migrations/test_pike_expand01.py -> build/lib/glance/tests/functional/db/migrations
| copying glance/tests/functional/db/migrations/test_pike_contract01.py -> build/lib/glance/tests/functional/db/migrations
| copying glance/tests/functional/db/migrations/test_ocata_migrate01.py -> build/lib/glance/tests/functional/db/migrations
| copying glance/tests/functional/db/migrations/test_ocata_expand01.py -> build/lib/glance/tests/functional/db/migrations
| copying glance/tests/functional/db/migrations/test_ocata_contract01.py -> build/lib/glance/tests/functional/db/migrations
| copying glance/tests/functional/db/migrations/test_mitaka02.py -> build/lib/glance/tests/functional/db/migrations
| copying glance/tests/functional/db/migrations/test_mitaka01.py -> build/lib/glance/tests/functional/db/migrations
| copying glance/tests/functional/db/migrations/__init__.py -> build/lib/glance/tests/functional/db/migrations
| copying glance/tests/unit/test_notifier.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_domain.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/utils.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_versions.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_store_location.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_store_image.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_scrubber.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_schema.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_quota.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_policy.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_misc.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_manage.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_image_cache.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_glance_replicator.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_glance_manage.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_domain_proxy.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_db_metadef.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_db.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_data_migration_framework.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_context_middleware.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_context.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_cached_images.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_cache_middleware.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/test_auth.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/fixtures.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/fake_rados.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/base.py -> build/lib/glance/tests/unit
| copying glance/tests/unit/__init__.py -> build/lib/glance/tests/unit
| copying glance/tests/functional/db/test_sqlalchemy.py -> build/lib/glance/tests/functional/db
| copying glance/tests/functional/db/test_simple.py -> build/lib/glance/tests/functional/db
| copying glance/tests/functional/db/test_rpc_endpoint.py -> build/lib/glance/tests/functional/db
| copying glance/tests/functional/db/test_registry.py -> build/lib/glance/tests/functional/db
| copying glance/tests/functional/db/test_migrations.py -> build/lib/glance/tests/functional/db
| copying glance/tests/functional/db/base_metadef.py -> build/lib/glance/tests/functional/db
| copying glance/tests/functional/db/base.py -> build/lib/glance/tests/functional/db
| copying glance/tests/functional/db/__init__.py -> build/lib/glance/tests/functional/db
| creating build/lib/glance/api
| creating build/lib/glance/api/v2
| copying glance/api/v2/tasks.py -> build/lib/glance/api/v2
| copying glance/api/v2/schemas.py -> build/lib/glance/api/v2
| copying glance/api/v2/router.py -> build/lib/glance/api/v2
| copying glance/api/v2/metadef_tags.py -> build/lib/glance/api/v2
| copying glance/api/v2/metadef_resource_types.py -> build/lib/glance/api/v2
| copying glance/api/v2/metadef_properties.py -> build/lib/glance/api/v2
| copying glance/api/v2/metadef_objects.py -> build/lib/glance/api/v2
| copying glance/api/v2/metadef_namespaces.py -> build/lib/glance/api/v2
| copying glance/api/v2/images.py -> build/lib/glance/api/v2
| copying glance/api/v2/image_tags.py -> build/lib/glance/api/v2
| copying glance/api/v2/image_members.py -> build/lib/glance/api/v2
| copying glance/api/v2/image_data.py -> build/lib/glance/api/v2
| copying glance/api/v2/image_actions.py -> build/lib/glance/api/v2
| copying glance/api/v2/discovery.py -> build/lib/glance/api/v2
| copying glance/api/v2/__init__.py -> build/lib/glance/api/v2
| copying glance/api/versions.py -> build/lib/glance/api
| copying glance/api/property_protections.py -> build/lib/glance/api
| copying glance/api/policy.py -> build/lib/glance/api
| copying glance/api/common.py -> build/lib/glance/api
| copying glance/api/cached_images.py -> build/lib/glance/api
| copying glance/api/authorization.py -> build/lib/glance/api
| copying glance/api/__init__.py -> build/lib/glance/api
| creating build/lib/glance/registry
| creating build/lib/glance/registry/api
| creating build/lib/glance/registry/api/v2
| copying glance/registry/api/v2/rpc.py -> build/lib/glance/registry/api/v2
| copying glance/registry/api/v2/__init__.py -> build/lib/glance/registry/api/v2
| copying glance/registry/api/__init__.py -> build/lib/glance/registry/api
| creating build/lib/glance/cmd
| copying glance/cmd/scrubber.py -> build/lib/glance/cmd
| copying glance/cmd/replicator.py -> build/lib/glance/cmd
| copying glance/cmd/registry.py -> build/lib/glance/cmd
| copying glance/cmd/manage.py -> build/lib/glance/cmd
| copying glance/cmd/control.py -> build/lib/glance/cmd
| copying glance/cmd/cache_pruner.py -> build/lib/glance/cmd
| copying glance/cmd/cache_prefetcher.py -> build/lib/glance/cmd
| copying glance/cmd/cache_cleaner.py -> build/lib/glance/cmd
| copying glance/cmd/api.py -> build/lib/glance/cmd
| copying glance/cmd/__init__.py -> build/lib/glance/cmd
| creating build/lib/glance/tests/unit/_async
| creating build/lib/glance/tests/unit/_async/flows
| copying glance/tests/unit/_async/flows/test_web_download.py -> build/lib/glance/tests/unit/_async/flows
| copying glance/tests/unit/_async/flows/test_ovf_process.py -> build/lib/glance/tests/unit/_async/flows
| copying glance/tests/unit/_async/flows/test_introspect.py -> build/lib/glance/tests/unit/_async/flows
| copying glance/tests/unit/_async/flows/test_import.py -> build/lib/glance/tests/unit/_async/flows
| copying glance/tests/unit/_async/flows/test_convert.py -> build/lib/glance/tests/unit/_async/flows
| copying glance/tests/unit/_async/flows/test_api_image_import.py -> build/lib/glance/tests/unit/_async/flows
| copying glance/tests/unit/_async/flows/__init__.py -> build/lib/glance/tests/unit/_async/flows
| creating build/lib/glance/registry/client
| creating build/lib/glance/registry/client/v1
| copying glance/registry/client/v1/client.py -> build/lib/glance/registry/client/v1
| copying glance/registry/client/v1/api.py -> build/lib/glance/registry/client/v1
| copying glance/registry/client/v1/__init__.py -> build/lib/glance/registry/client/v1
| creating build/lib/glance/db
| creating build/lib/glance/db/registry
| copying glance/db/registry/api.py -> build/lib/glance/db/registry
| copying glance/db/registry/__init__.py -> build/lib/glance/db/registry
| creating build/lib/glance/registry/client/v2
| copying glance/registry/client/v2/client.py -> build/lib/glance/registry/client/v2
| copying glance/registry/client/v2/api.py -> build/lib/glance/registry/client/v2
| copying glance/registry/client/v2/__init__.py -> build/lib/glance/registry/client/v2
| creating build/lib/glance/db/sqlalchemy
| creating build/lib/glance/db/sqlalchemy/migrate_repo
| creating build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/__init__.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| creating build/lib/glance/api/v2/model
| copying glance/api/v2/model/metadef_tag.py -> build/lib/glance/api/v2/model
| copying glance/api/v2/model/metadef_resource_type.py -> build/lib/glance/api/v2/model
| copying glance/api/v2/model/metadef_property_type.py -> build/lib/glance/api/v2/model
| copying glance/api/v2/model/metadef_property_item_type.py -> build/lib/glance/api/v2/model
| copying glance/api/v2/model/metadef_object.py -> build/lib/glance/api/v2/model
| copying glance/api/v2/model/metadef_namespace.py -> build/lib/glance/api/v2/model
| copying glance/api/v2/model/__init__.py -> build/lib/glance/api/v2/model
| creating build/lib/glance/tests/unit/_async/flows/plugins
| copying glance/tests/unit/_async/flows/plugins/test_inject_image_metadata.py -> build/lib/glance/tests/unit/_async/flows/plugins
| copying glance/tests/unit/_async/flows/plugins/__init__.py -> build/lib/glance/tests/unit/_async/flows/plugins
| copying glance/db/utils.py -> build/lib/glance/db
| copying glance/db/migration.py -> build/lib/glance/db
| copying glance/db/metadata.py -> build/lib/glance/db
| copying glance/db/__init__.py -> build/lib/glance/db
| creating build/lib/glance/image_cache
| copying glance/image_cache/pruner.py -> build/lib/glance/image_cache
| copying glance/image_cache/prefetcher.py -> build/lib/glance/image_cache
| copying glance/image_cache/cleaner.py -> build/lib/glance/image_cache
| copying glance/image_cache/base.py -> build/lib/glance/image_cache
| copying glance/image_cache/__init__.py -> build/lib/glance/image_cache
| creating build/lib/glance/common/scripts/image_import
| copying glance/common/scripts/image_import/main.py -> build/lib/glance/common/scripts/image_import
| copying glance/common/scripts/image_import/__init__.py -> build/lib/glance/common/scripts/image_import
| creating build/lib/glance/domain
| copying glance/domain/__init__.py -> build/lib/glance/domain
| copying glance/domain/proxy.py -> build/lib/glance/domain
| copying glance/_async/taskflow_executor.py -> build/lib/glance/_async
| copying glance/_async/utils.py -> build/lib/glance/_async
| copying glance/_async/__init__.py -> build/lib/glance/_async
| creating build/lib/glance/image_cache/drivers
| copying glance/image_cache/drivers/xattr.py -> build/lib/glance/image_cache/drivers
| copying glance/image_cache/drivers/sqlite.py -> build/lib/glance/image_cache/drivers
| copying glance/image_cache/drivers/base.py -> build/lib/glance/image_cache/drivers
| copying glance/image_cache/drivers/__init__.py -> build/lib/glance/image_cache/drivers
| creating build/lib/glance/tests/unit/image_cache
| creating build/lib/glance/tests/unit/image_cache/drivers
| copying glance/tests/unit/image_cache/drivers/test_sqlite.py -> build/lib/glance/tests/unit/image_cache/drivers
| copying glance/tests/unit/image_cache/drivers/__init__.py -> build/lib/glance/tests/unit/image_cache/drivers
| creating build/lib/glance/hacking
| copying glance/hacking/checks.py -> build/lib/glance/hacking
| copying glance/hacking/__init__.py -> build/lib/glance/hacking
| creating build/lib/glance/tests/unit/v2
| copying glance/tests/unit/v2/test_tasks_resource.py -> build/lib/glance/tests/unit/v2
| copying glance/tests/unit/v2/test_schemas_resource.py -> build/lib/glance/tests/unit/v2
| copying glance/tests/unit/v2/test_registry_client.py -> build/lib/glance/tests/unit/v2
| copying glance/tests/unit/v2/test_registry_api.py -> build/lib/glance/tests/unit/v2
| copying glance/tests/unit/v2/test_metadef_resources.py -> build/lib/glance/tests/unit/v2
| copying glance/tests/unit/v2/test_images_resource.py -> build/lib/glance/tests/unit/v2
| copying glance/tests/unit/v2/test_image_tags_resource.py -> build/lib/glance/tests/unit/v2
| copying glance/tests/unit/v2/test_image_members_resource.py -> build/lib/glance/tests/unit/v2
| copying glance/tests/unit/v2/test_image_data_resource.py -> build/lib/glance/tests/unit/v2
| copying glance/tests/unit/v2/test_image_actions_resource.py -> build/lib/glance/tests/unit/v2
| copying glance/tests/unit/v2/test_discovery_stores.py -> build/lib/glance/tests/unit/v2
| copying glance/tests/unit/v2/test_discovery_image_import.py -> build/lib/glance/tests/unit/v2
| copying glance/tests/unit/v2/__init__.py -> build/lib/glance/tests/unit/v2
| creating build/lib/glance/registry/api/v1
| copying glance/registry/api/v1/members.py -> build/lib/glance/registry/api/v1
| copying glance/registry/api/v1/images.py -> build/lib/glance/registry/api/v1
| copying glance/registry/api/v1/__init__.py -> build/lib/glance/registry/api/v1
| copying glance/_async/flows/introspect.py -> build/lib/glance/_async/flows
| copying glance/_async/flows/base_import.py -> build/lib/glance/_async/flows
| copying glance/_async/flows/api_image_import.py -> build/lib/glance/_async/flows
| copying glance/_async/flows/ovf_process.py -> build/lib/glance/_async/flows
| copying glance/_async/flows/convert.py -> build/lib/glance/_async/flows
| copying glance/_async/flows/__init__.py -> build/lib/glance/_async/flows
| copying glance/tests/functional/test_wsgi.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/test_ssl.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/test_sqlite.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/test_reload.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/test_logging.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/test_healthcheck_middleware.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/test_gzip_middleware.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/test_glance_manage.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/test_cors_middleware.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/test_client_redirects.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/test_client_exceptions.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/test_cache_middleware.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/test_api.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/store_utils.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/ft_utils.py -> build/lib/glance/tests/functional
| copying glance/tests/functional/__init__.py -> build/lib/glance/tests/functional
| creating build/lib/glance/tests/functional/serial
| copying glance/tests/functional/serial/test_scrubber.py -> build/lib/glance/tests/functional/serial
| copying glance/tests/functional/serial/__init__.py -> build/lib/glance/tests/functional/serial
| copying glance/tests/utils.py -> build/lib/glance/tests
| copying glance/tests/test_hacking.py -> build/lib/glance/tests
| copying glance/tests/stubs.py -> build/lib/glance/tests
| copying glance/tests/__init__.py -> build/lib/glance/tests
| copying glance/db/sqlalchemy/migrate_repo/schema.py -> build/lib/glance/db/sqlalchemy/migrate_repo
| copying glance/db/sqlalchemy/migrate_repo/manage.py -> build/lib/glance/db/sqlalchemy/migrate_repo
| copying glance/db/sqlalchemy/migrate_repo/__init__.py -> build/lib/glance/db/sqlalchemy/migrate_repo
| copying glance/tests/unit/_async/test_taskflow_executor.py -> build/lib/glance/tests/unit/_async
| copying glance/tests/unit/_async/test_async.py -> build/lib/glance/tests/unit/_async
| copying glance/tests/unit/_async/__init__.py -> build/lib/glance/tests/unit/_async
| creating build/lib/glance/_async/flows/plugins
| copying glance/_async/flows/plugins/image_conversion.py -> build/lib/glance/_async/flows/plugins
| copying glance/_async/flows/plugins/plugin_opts.py -> build/lib/glance/_async/flows/plugins
| copying glance/_async/flows/plugins/no_op.py -> build/lib/glance/_async/flows/plugins
| copying glance/_async/flows/plugins/inject_image_metadata.py -> build/lib/glance/_async/flows/plugins
| copying glance/_async/flows/plugins/__init__.py -> build/lib/glance/_async/flows/plugins
| creating build/lib/glance/tests/unit/api
| creating build/lib/glance/tests/unit/api/middleware
| copying glance/tests/unit/api/middleware/test_cache_manage.py -> build/lib/glance/tests/unit/api/middleware
| copying glance/tests/unit/api/middleware/__init__.py -> build/lib/glance/tests/unit/api/middleware
| copying glance/registry/client/__init__.py -> build/lib/glance/registry/client
| creating build/lib/glance/tests/functional/v2
| copying glance/tests/functional/v2/test_images.py -> build/lib/glance/tests/functional/v2
| copying glance/tests/functional/v2/test_tasks.py -> build/lib/glance/tests/functional/v2
| copying glance/tests/functional/v2/test_schemas.py -> build/lib/glance/tests/functional/v2
| copying glance/tests/functional/v2/test_metadef_tags.py -> build/lib/glance/tests/functional/v2
| copying glance/tests/functional/v2/test_metadef_resourcetypes.py -> build/lib/glance/tests/functional/v2
| copying glance/tests/functional/v2/test_metadef_properties.py -> build/lib/glance/tests/functional/v2
| copying glance/tests/functional/v2/test_metadef_objects.py -> build/lib/glance/tests/functional/v2
| copying glance/tests/functional/v2/test_metadef_namespaces.py -> build/lib/glance/tests/functional/v2
| copying glance/tests/functional/v2/registry_data_api.py -> build/lib/glance/tests/functional/v2
| copying glance/tests/functional/v2/__init__.py -> build/lib/glance/tests/functional/v2
| creating build/lib/glance/db/sqlalchemy/alembic_migrations
| creating build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand02_add_os_hash_.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand01_add_os_hidden.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract02_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/db/sqlalchemy/alembic_migrations/versions/queens_expand01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/db/sqlalchemy/alembic_migrations/versions/queens_contract01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/db/sqlalchemy/alembic_migrations/versions/pike_expand01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/db/sqlalchemy/alembic_migrations/versions/pike_contract01_drop_artifacts_tables.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/db/sqlalchemy/alembic_migrations/versions/ocata_expand01_add_visibility.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/db/sqlalchemy/alembic_migrations/versions/ocata_contract01_drop_is_public.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/db/sqlalchemy/alembic_migrations/versions/mitaka02_update_metadef_os_nova_server.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/db/sqlalchemy/alembic_migrations/versions/mitaka01_add_image_created_updated_idx.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/db/sqlalchemy/alembic_migrations/versions/liberty_initial.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/db/sqlalchemy/alembic_migrations/versions/__init__.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions
| copying glance/common/wsgi.py -> build/lib/glance/common
| copying glance/common/utils.py -> build/lib/glance/common
| copying glance/common/wsme_utils.py -> build/lib/glance/common
| copying glance/common/wsgi_app.py -> build/lib/glance/common
| copying glance/common/trust_auth.py -> build/lib/glance/common
| copying glance/common/timeutils.py -> build/lib/glance/common
| copying glance/common/swift_store_utils.py -> build/lib/glance/common
| copying glance/common/store_utils.py -> build/lib/glance/common
| copying glance/common/rpc.py -> build/lib/glance/common
| copying glance/common/property_utils.py -> build/lib/glance/common
| copying glance/common/exception.py -> build/lib/glance/common
| copying glance/common/crypt.py -> build/lib/glance/common
| copying glance/common/config.py -> build/lib/glance/common
| copying glance/common/client.py -> build/lib/glance/common
| copying glance/common/auth.py -> build/lib/glance/common
| copying glance/common/__init__.py -> build/lib/glance/common
| copying glance/common/scripts/utils.py -> build/lib/glance/common/scripts
| copying glance/common/scripts/__init__.py -> build/lib/glance/common/scripts
| copying glance/tests/integration/__init__.py -> build/lib/glance/tests/integration
| copying glance/db/sqlalchemy/alembic_migrations/env.py -> build/lib/glance/db/sqlalchemy/alembic_migrations
| copying glance/db/sqlalchemy/alembic_migrations/add_tasks_tables.py -> build/lib/glance/db/sqlalchemy/alembic_migrations
| copying glance/db/sqlalchemy/alembic_migrations/add_metadefs_tables.py -> build/lib/glance/db/sqlalchemy/alembic_migrations
| copying glance/db/sqlalchemy/alembic_migrations/add_images_tables.py -> build/lib/glance/db/sqlalchemy/alembic_migrations
| copying glance/db/sqlalchemy/alembic_migrations/add_artifacts_tables.py -> build/lib/glance/db/sqlalchemy/alembic_migrations
| copying glance/db/sqlalchemy/alembic_migrations/__init__.py -> build/lib/glance/db/sqlalchemy/alembic_migrations
| creating build/lib/glance/db/simple
| copying glance/db/simple/api.py -> build/lib/glance/db/simple
| copying glance/db/simple/__init__.py -> build/lib/glance/db/simple
| copying glance/db/sqlalchemy/models_metadef.py -> build/lib/glance/db/sqlalchemy
| copying glance/db/sqlalchemy/models.py -> build/lib/glance/db/sqlalchemy
| copying glance/db/sqlalchemy/metadata.py -> build/lib/glance/db/sqlalchemy
| copying glance/db/sqlalchemy/api.py -> build/lib/glance/db/sqlalchemy
| copying glance/db/sqlalchemy/__init__.py -> build/lib/glance/db/sqlalchemy
| creating build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations
| copying glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate02_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations
| copying glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations
| copying glance/db/sqlalchemy/alembic_migrations/data_migrations/queens_migrate01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations
| copying glance/db/sqlalchemy/alembic_migrations/data_migrations/pike_migrate01_empty.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations
| copying glance/db/sqlalchemy/alembic_migrations/data_migrations/ocata_migrate01_community_images.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations
| copying glance/db/sqlalchemy/alembic_migrations/data_migrations/__init__.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations
| copying glance/tests/unit/image_cache/__init__.py -> build/lib/glance/tests/unit/image_cache
| creating build/lib/glance/api/v1
| copying glance/api/v1/upload_utils.py -> build/lib/glance/api/v1
| copying glance/api/v1/router.py -> build/lib/glance/api/v1
| copying glance/api/v1/filters.py -> build/lib/glance/api/v1
| copying glance/api/v1/controller.py -> build/lib/glance/api/v1
| copying glance/api/v1/__init__.py -> build/lib/glance/api/v1
| creating build/lib/glance/common/location_strategy
| copying glance/common/location_strategy/store_type.py -> build/lib/glance/common/location_strategy
| copying glance/common/location_strategy/location_order.py -> build/lib/glance/common/location_strategy
| copying glance/common/location_strategy/__init__.py -> build/lib/glance/common/location_strategy
| creating build/lib/glance/api/middleware
| copying glance/api/middleware/version_negotiation.py -> build/lib/glance/api/middleware
| copying glance/api/middleware/gzip.py -> build/lib/glance/api/middleware
| copying glance/api/middleware/context.py -> build/lib/glance/api/middleware
| copying glance/api/middleware/cache_manage.py -> build/lib/glance/api/middleware
| copying glance/api/middleware/cache.py -> build/lib/glance/api/middleware
| copying glance/api/middleware/__init__.py -> build/lib/glance/api/middleware
| copying glance/registry/__init__.py -> build/lib/glance/registry
| copying glance/tests/unit/api/test_common.py -> build/lib/glance/tests/unit/api
| copying glance/tests/unit/api/test_property_protections.py -> build/lib/glance/tests/unit/api
| copying glance/tests/unit/api/test_cmd.py -> build/lib/glance/tests/unit/api
| copying glance/tests/unit/api/__init__.py -> build/lib/glance/tests/unit/api
| creating build/lib/glance/db/sqlalchemy/metadef_api
| copying glance/db/sqlalchemy/metadef_api/utils.py -> build/lib/glance/db/sqlalchemy/metadef_api
| copying glance/db/sqlalchemy/metadef_api/tag.py -> build/lib/glance/db/sqlalchemy/metadef_api
| copying glance/db/sqlalchemy/metadef_api/resource_type_association.py -> build/lib/glance/db/sqlalchemy/metadef_api
| copying glance/db/sqlalchemy/metadef_api/resource_type.py -> build/lib/glance/db/sqlalchemy/metadef_api
| copying glance/db/sqlalchemy/metadef_api/property.py -> build/lib/glance/db/sqlalchemy/metadef_api
| copying glance/db/sqlalchemy/metadef_api/object.py -> build/lib/glance/db/sqlalchemy/metadef_api
| copying glance/db/sqlalchemy/metadef_api/namespace.py -> build/lib/glance/db/sqlalchemy/metadef_api
| copying glance/db/sqlalchemy/metadef_api/__init__.py -> build/lib/glance/db/sqlalchemy/metadef_api
| running egg_info
| creating glance.egg-info
| writing glance.egg-info/PKG-INFO
| writing dependency_links to glance.egg-info/dependency_links.txt
| writing entry points to glance.egg-info/entry_points.txt
| writing requirements to glance.egg-info/requires.txt
| writing top-level names to glance.egg-info/top_level.txt
| [pbr] Processing SOURCES.txt
| writing manifest file 'glance.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'
| writing manifest file 'glance.egg-info/SOURCES.txt'
| copying glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions
| copying glance/db/sqlalchemy/migrate_repo/README -> build/lib/glance/db/sqlalchemy/migrate_repo
| copying glance/db/sqlalchemy/migrate_repo/migrate.cfg -> build/lib/glance/db/sqlalchemy/migrate_repo
| copying glance/db/sqlalchemy/alembic_migrations/README -> build/lib/glance/db/sqlalchemy/alembic_migrations
| copying glance/db/sqlalchemy/alembic_migrations/alembic.ini -> build/lib/glance/db/sqlalchemy/alembic_migrations
| copying glance/db/sqlalchemy/alembic_migrations/migrate.cfg -> build/lib/glance/db/sqlalchemy/alembic_migrations
| copying glance/db/sqlalchemy/alembic_migrations/script.py.mako -> build/lib/glance/db/sqlalchemy/alembic_migrations
| 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/glance
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/hacking
| copying build/lib/glance/hacking/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/hacking
| copying build/lib/glance/hacking/checks.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/hacking
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/domain
| copying build/lib/glance/domain/proxy.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/domain
| copying build/lib/glance/domain/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/domain
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/drivers
| copying build/lib/glance/image_cache/drivers/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/drivers
| copying build/lib/glance/image_cache/drivers/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/drivers
| copying build/lib/glance/image_cache/drivers/sqlite.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/drivers
| copying build/lib/glance/image_cache/drivers/xattr.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/drivers
| copying build/lib/glance/image_cache/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache
| copying build/lib/glance/image_cache/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache
| copying build/lib/glance/image_cache/cleaner.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache
| copying build/lib/glance/image_cache/prefetcher.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache
| copying build/lib/glance/image_cache/pruner.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/simple
| copying build/lib/glance/db/simple/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/simple
| copying build/lib/glance/db/simple/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/simple
| copying build/lib/glance/db/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db
| copying build/lib/glance/db/metadata.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db
| copying build/lib/glance/db/migration.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db
| copying build/lib/glance/db/utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api
| copying build/lib/glance/db/sqlalchemy/metadef_api/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api
| copying build/lib/glance/db/sqlalchemy/metadef_api/namespace.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api
| copying build/lib/glance/db/sqlalchemy/metadef_api/object.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api
| copying build/lib/glance/db/sqlalchemy/metadef_api/property.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api
| copying build/lib/glance/db/sqlalchemy/metadef_api/resource_type.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api
| copying build/lib/glance/db/sqlalchemy/metadef_api/resource_type_association.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api
| copying build/lib/glance/db/sqlalchemy/metadef_api/tag.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api
| copying build/lib/glance/db/sqlalchemy/metadef_api/utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api
| copying build/lib/glance/db/sqlalchemy/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy
| copying build/lib/glance/db/sqlalchemy/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy
| copying build/lib/glance/db/sqlalchemy/metadata.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy
| copying build/lib/glance/db/sqlalchemy/models.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy
| copying build/lib/glance/db/sqlalchemy/models_metadef.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/script.py.mako -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/migrate.cfg -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/alembic.ini -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/README -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/ocata_migrate01_community_images.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/pike_migrate01_empty.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/queens_migrate01_empty.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate01_empty.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate02_empty.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/add_artifacts_tables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/add_images_tables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/add_metadefs_tables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/add_tasks_tables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/env.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/liberty_initial.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/mitaka01_add_image_created_updated_idx.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/mitaka02_update_metadef_os_nova_server.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/ocata_contract01_drop_is_public.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/ocata_expand01_add_visibility.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/pike_contract01_drop_artifacts_tables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/pike_expand01_empty.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/queens_contract01_empty.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/queens_expand01_empty.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract01_empty.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract02_empty.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand01_add_os_hidden.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand02_add_os_hash_.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo
| copying build/lib/glance/db/sqlalchemy/migrate_repo/migrate.cfg -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo
| copying build/lib/glance/db/sqlalchemy/migrate_repo/README -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo
| copying build/lib/glance/db/sqlalchemy/migrate_repo/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo
| copying build/lib/glance/db/sqlalchemy/migrate_repo/manage.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo
| copying build/lib/glance/db/sqlalchemy/migrate_repo/schema.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/registry
| copying build/lib/glance/db/registry/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/registry
| copying build/lib/glance/db/registry/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/registry
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd
| copying build/lib/glance/cmd/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd
| copying build/lib/glance/cmd/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd
| copying build/lib/glance/cmd/cache_cleaner.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd
| copying build/lib/glance/cmd/cache_prefetcher.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd
| copying build/lib/glance/cmd/cache_pruner.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd
| copying build/lib/glance/cmd/control.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd
| copying build/lib/glance/cmd/manage.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd
| copying build/lib/glance/cmd/registry.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd
| copying build/lib/glance/cmd/replicator.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd
| copying build/lib/glance/cmd/scrubber.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry
| copying build/lib/glance/registry/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client
| copying build/lib/glance/registry/client/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v2
| copying build/lib/glance/registry/client/v2/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v2
| copying build/lib/glance/registry/client/v2/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v2
| copying build/lib/glance/registry/client/v2/client.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v2
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v1
| copying build/lib/glance/registry/client/v1/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v1
| copying build/lib/glance/registry/client/v1/api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v1
| copying build/lib/glance/registry/client/v1/client.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v1
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v1
| copying build/lib/glance/registry/api/v1/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v1
| copying build/lib/glance/registry/api/v1/images.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v1
| copying build/lib/glance/registry/api/v1/members.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v1
| copying build/lib/glance/registry/api/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v2
| copying build/lib/glance/registry/api/v2/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v2
| copying build/lib/glance/registry/api/v2/rpc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v2
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware
| copying build/lib/glance/api/middleware/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware
| copying build/lib/glance/api/middleware/cache.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware
| copying build/lib/glance/api/middleware/cache_manage.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware
| copying build/lib/glance/api/middleware/context.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware
| copying build/lib/glance/api/middleware/gzip.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware
| copying build/lib/glance/api/middleware/version_negotiation.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1
| copying build/lib/glance/api/v1/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1
| copying build/lib/glance/api/v1/controller.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1
| copying build/lib/glance/api/v1/filters.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1
| copying build/lib/glance/api/v1/router.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1
| copying build/lib/glance/api/v1/upload_utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1
| copying build/lib/glance/api/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api
| copying build/lib/glance/api/authorization.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api
| copying build/lib/glance/api/cached_images.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api
| copying build/lib/glance/api/common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api
| copying build/lib/glance/api/policy.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api
| copying build/lib/glance/api/property_protections.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api
| copying build/lib/glance/api/versions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model
| copying build/lib/glance/api/v2/model/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model
| copying build/lib/glance/api/v2/model/metadef_namespace.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model
| copying build/lib/glance/api/v2/model/metadef_object.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model
| copying build/lib/glance/api/v2/model/metadef_property_item_type.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model
| copying build/lib/glance/api/v2/model/metadef_property_type.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model
| copying build/lib/glance/api/v2/model/metadef_resource_type.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model
| copying build/lib/glance/api/v2/model/metadef_tag.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model
| copying build/lib/glance/api/v2/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/api/v2/discovery.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/api/v2/image_actions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/api/v2/image_data.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/api/v2/image_members.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/api/v2/image_tags.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/api/v2/images.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/api/v2/metadef_namespaces.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/api/v2/metadef_objects.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/api/v2/metadef_properties.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/api/v2/metadef_resource_types.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/api/v2/metadef_tags.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/api/v2/router.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/api/v2/schemas.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/api/v2/tasks.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2
| copying build/lib/glance/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance
| copying build/lib/glance/context.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance
| copying build/lib/glance/gateway.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance
| copying build/lib/glance/i18n.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance
| copying build/lib/glance/location.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance
| copying build/lib/glance/notifier.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance
| copying build/lib/glance/schema.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance
| copying build/lib/glance/scrubber.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance
| copying build/lib/glance/version.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance
| copying build/lib/glance/opts.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/quota
| copying build/lib/glance/quota/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/quota
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async
| copying build/lib/glance/_async/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async
| copying build/lib/glance/_async/utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async
| copying build/lib/glance/_async/taskflow_executor.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins
| copying build/lib/glance/_async/flows/plugins/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins
| copying build/lib/glance/_async/flows/plugins/inject_image_metadata.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins
| copying build/lib/glance/_async/flows/plugins/no_op.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins
| copying build/lib/glance/_async/flows/plugins/plugin_opts.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins
| copying build/lib/glance/_async/flows/plugins/image_conversion.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins
| copying build/lib/glance/_async/flows/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows
| copying build/lib/glance/_async/flows/convert.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows
| copying build/lib/glance/_async/flows/ovf_process.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows
| copying build/lib/glance/_async/flows/api_image_import.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows
| copying build/lib/glance/_async/flows/base_import.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows
| copying build/lib/glance/_async/flows/introspect.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/_internal_plugins
| copying build/lib/glance/_async/flows/_internal_plugins/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/_internal_plugins
| copying build/lib/glance/_async/flows/_internal_plugins/web_download.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/_internal_plugins
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/location_strategy
| copying build/lib/glance/common/location_strategy/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/location_strategy
| copying build/lib/glance/common/location_strategy/location_order.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/location_strategy
| copying build/lib/glance/common/location_strategy/store_type.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/location_strategy
| copying build/lib/glance/common/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/auth.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/client.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/config.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/crypt.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/exception.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/property_utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/rpc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/store_utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/swift_store_utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/timeutils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/trust_auth.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/wsgi_app.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/wsme_utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| copying build/lib/glance/common/wsgi.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts
| copying build/lib/glance/common/scripts/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts
| copying build/lib/glance/common/scripts/utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/image_import
| copying build/lib/glance/common/scripts/image_import/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/image_import
| copying build/lib/glance/common/scripts/image_import/main.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/image_import
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/api_image_import
| copying build/lib/glance/common/scripts/api_image_import/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/api_image_import
| copying build/lib/glance/common/scripts/api_image_import/main.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/api_image_import
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests
| copying build/lib/glance/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests
| copying build/lib/glance/tests/stubs.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests
| copying build/lib/glance/tests/test_hacking.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests
| copying build/lib/glance/tests/utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2
| copying build/lib/glance/tests/functional/v2/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2
| copying build/lib/glance/tests/functional/v2/registry_data_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2
| copying build/lib/glance/tests/functional/v2/test_metadef_namespaces.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2
| copying build/lib/glance/tests/functional/v2/test_metadef_objects.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2
| copying build/lib/glance/tests/functional/v2/test_metadef_properties.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2
| copying build/lib/glance/tests/functional/v2/test_metadef_resourcetypes.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2
| copying build/lib/glance/tests/functional/v2/test_metadef_tags.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2
| copying build/lib/glance/tests/functional/v2/test_schemas.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2
| copying build/lib/glance/tests/functional/v2/test_tasks.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2
| copying build/lib/glance/tests/functional/v2/test_images.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/serial
| copying build/lib/glance/tests/functional/serial/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/serial
| copying build/lib/glance/tests/functional/serial/test_scrubber.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/serial
| copying build/lib/glance/tests/functional/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/ft_utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/store_utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/test_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/test_cache_middleware.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/test_client_exceptions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/test_client_redirects.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/test_cors_middleware.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/test_glance_manage.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/test_gzip_middleware.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/test_healthcheck_middleware.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/test_logging.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/test_reload.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/test_sqlite.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/test_ssl.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| copying build/lib/glance/tests/functional/test_wsgi.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db
| copying build/lib/glance/tests/functional/db/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db
| copying build/lib/glance/tests/functional/db/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db
| copying build/lib/glance/tests/functional/db/base_metadef.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db
| copying build/lib/glance/tests/functional/db/test_migrations.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db
| copying build/lib/glance/tests/functional/db/test_registry.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db
| copying build/lib/glance/tests/functional/db/test_rpc_endpoint.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db
| copying build/lib/glance/tests/functional/db/test_simple.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db
| copying build/lib/glance/tests/functional/db/test_sqlalchemy.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations
| copying build/lib/glance/tests/functional/db/migrations/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations
| copying build/lib/glance/tests/functional/db/migrations/test_mitaka01.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations
| copying build/lib/glance/tests/functional/db/migrations/test_mitaka02.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations
| copying build/lib/glance/tests/functional/db/migrations/test_ocata_contract01.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations
| copying build/lib/glance/tests/functional/db/migrations/test_ocata_expand01.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations
| copying build/lib/glance/tests/functional/db/migrations/test_ocata_migrate01.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations
| copying build/lib/glance/tests/functional/db/migrations/test_pike_contract01.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations
| copying build/lib/glance/tests/functional/db/migrations/test_pike_expand01.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations
| copying build/lib/glance/tests/functional/db/migrations/test_pike_migrate01.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations
| copying build/lib/glance/tests/functional/db/migrations/test_rocky_expand01.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations
| copying build/lib/glance/tests/functional/db/migrations/test_rocky_expand02.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration
| copying build/lib/glance/tests/integration/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/v2
| copying build/lib/glance/tests/integration/v2/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/v2
| copying build/lib/glance/tests/integration/v2/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/v2
| copying build/lib/glance/tests/integration/v2/test_property_quota_violations.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/v2
| copying build/lib/glance/tests/integration/v2/test_tasks_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/v2
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api
| copying build/lib/glance/tests/unit/api/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api
| copying build/lib/glance/tests/unit/api/test_cmd.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api
| copying build/lib/glance/tests/unit/api/test_property_protections.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api
| copying build/lib/glance/tests/unit/api/test_common.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/middleware
| copying build/lib/glance/tests/unit/api/middleware/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/middleware
| copying build/lib/glance/tests/unit/api/middleware/test_cache_manage.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/middleware
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2
| copying build/lib/glance/tests/unit/v2/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2
| copying build/lib/glance/tests/unit/v2/test_discovery_image_import.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2
| copying build/lib/glance/tests/unit/v2/test_discovery_stores.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2
| copying build/lib/glance/tests/unit/v2/test_image_actions_resource.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2
| copying build/lib/glance/tests/unit/v2/test_image_data_resource.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2
| copying build/lib/glance/tests/unit/v2/test_image_members_resource.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2
| copying build/lib/glance/tests/unit/v2/test_image_tags_resource.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2
| copying build/lib/glance/tests/unit/v2/test_images_resource.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2
| copying build/lib/glance/tests/unit/v2/test_metadef_resources.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2
| copying build/lib/glance/tests/unit/v2/test_registry_api.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2
| copying build/lib/glance/tests/unit/v2/test_registry_client.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2
| copying build/lib/glance/tests/unit/v2/test_schemas_resource.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2
| copying build/lib/glance/tests/unit/v2/test_tasks_resource.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/image_cache
| copying build/lib/glance/tests/unit/image_cache/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/image_cache
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/image_cache/drivers
| copying build/lib/glance/tests/unit/image_cache/drivers/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/image_cache/drivers
| copying build/lib/glance/tests/unit/image_cache/drivers/test_sqlite.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/image_cache/drivers
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async
| copying build/lib/glance/tests/unit/_async/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async
| copying build/lib/glance/tests/unit/_async/test_async.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async
| copying build/lib/glance/tests/unit/_async/test_taskflow_executor.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/plugins
| copying build/lib/glance/tests/unit/_async/flows/plugins/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/plugins
| copying build/lib/glance/tests/unit/_async/flows/plugins/test_inject_image_metadata.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/plugins
| copying build/lib/glance/tests/unit/_async/flows/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows
| copying build/lib/glance/tests/unit/_async/flows/test_api_image_import.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows
| copying build/lib/glance/tests/unit/_async/flows/test_convert.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows
| copying build/lib/glance/tests/unit/_async/flows/test_import.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows
| copying build/lib/glance/tests/unit/_async/flows/test_introspect.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows
| copying build/lib/glance/tests/unit/_async/flows/test_ovf_process.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows
| copying build/lib/glance/tests/unit/_async/flows/test_web_download.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows
| copying build/lib/glance/tests/unit/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/base.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/fake_rados.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/fixtures.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_auth.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_cache_middleware.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_cached_images.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_context.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_context_middleware.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_data_migration_framework.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_db.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_db_metadef.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_domain_proxy.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_glance_manage.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_glance_replicator.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_image_cache.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_manage.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_misc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_policy.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_quota.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_schema.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_scrubber.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_store_image.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_store_location.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_versions.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_domain.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| copying build/lib/glance/tests/unit/test_notifier.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/scripts
| copying build/lib/glance/tests/unit/common/scripts/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/scripts
| copying build/lib/glance/tests/unit/common/scripts/test_scripts_utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/scripts
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/scripts/image_import
| copying build/lib/glance/tests/unit/common/scripts/image_import/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/scripts/image_import
| copying build/lib/glance/tests/unit/common/scripts/image_import/test_main.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/scripts/image_import
| copying build/lib/glance/tests/unit/common/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common
| copying build/lib/glance/tests/unit/common/test_client.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common
| copying build/lib/glance/tests/unit/common/test_config.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common
| copying build/lib/glance/tests/unit/common/test_exception.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common
| copying build/lib/glance/tests/unit/common/test_location_strategy.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common
| copying build/lib/glance/tests/unit/common/test_property_utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common
| copying build/lib/glance/tests/unit/common/test_rpc.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common
| copying build/lib/glance/tests/unit/common/test_scripts.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common
| copying build/lib/glance/tests/unit/common/test_swift_store_utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common
| copying build/lib/glance/tests/unit/common/test_timeutils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common
| copying build/lib/glance/tests/unit/common/test_wsgi.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common
| copying build/lib/glance/tests/unit/common/test_utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/hacking/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/hacking/checks.py to checks.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/domain/proxy.py to proxy.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/domain/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/drivers/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/drivers/base.py to base.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/drivers/sqlite.py to sqlite.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/drivers/xattr.py to xattr.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/base.py to base.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/cleaner.py to cleaner.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/prefetcher.py to prefetcher.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/pruner.py to pruner.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/simple/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/simple/api.py to api.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/metadata.py to metadata.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/migration.py to migration.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/utils.py to utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/namespace.py to namespace.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/object.py to object.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/property.py to property.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/resource_type.py to resource_type.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/resource_type_association.py to resource_type_association.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/tag.py to tag.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/utils.py to utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/api.py to api.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadata.py to metadata.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/models.py to models.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/models_metadef.py to models_metadef.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/ocata_migrate01_community_images.py to ocata_migrate01_community_images.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/pike_migrate01_empty.py to pike_migrate01_empty.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/queens_migrate01_empty.py to queens_migrate01_empty.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate01_empty.py to rocky_migrate01_empty.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate02_empty.py to rocky_migrate02_empty.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/add_artifacts_tables.py to add_artifacts_tables.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/add_images_tables.py to add_images_tables.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/add_metadefs_tables.py to add_metadefs_tables.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/add_tasks_tables.py to add_tasks_tables.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/env.py to env.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/liberty_initial.py to liberty_initial.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/mitaka01_add_image_created_updated_idx.py to mitaka01_add_image_created_updated_idx.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/mitaka02_update_metadef_os_nova_server.py to mitaka02_update_metadef_os_nova_server.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/ocata_contract01_drop_is_public.py to ocata_contract01_drop_is_public.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/ocata_expand01_add_visibility.py to ocata_expand01_add_visibility.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/pike_contract01_drop_artifacts_tables.py to pike_contract01_drop_artifacts_tables.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/pike_expand01_empty.py to pike_expand01_empty.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/queens_contract01_empty.py to queens_contract01_empty.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/queens_expand01_empty.py to queens_expand01_empty.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract01_empty.py to rocky_contract01_empty.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract02_empty.py to rocky_contract02_empty.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand01_add_os_hidden.py to rocky_expand01_add_os_hidden.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand02_add_os_hash_.py to rocky_expand02_add_os_hash_.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/manage.py to manage.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/schema.py to schema.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py to 001_add_images_table.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py to 002_add_image_properties_table.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py to 003_add_disk_format.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py to 004_add_checksum.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py to 005_size_big_integer.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py to 006_key_to_name.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py to 007_add_owner.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py to 008_add_image_members_table.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py to 009_add_mindisk_and_minram.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py to 010_default_update_at.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py to 011_make_mindisk_and_minram_notnull.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py to 012_id_to_uuid.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py to 013_add_protected.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py to 014_add_image_tags_table.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py to 015_quote_swift_credentials.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py to 016_add_status_image_member.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py to 017_quote_encrypted_swift_credentials.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py to 018_add_image_locations_table.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py to 019_migrate_image_locations.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py to 020_drop_images_table_location.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py to 021_set_engine_mysql_innodb.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py to 022_image_member_index.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py to 023_placeholder.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py to 024_placeholder.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py to 025_placeholder.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py to 026_add_location_storage_information.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py to 027_checksum_index.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py to 028_owner_index.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py to 029_location_meta_data_pickle_to_string.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py to 030_add_tasks_table.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py to 031_remove_duplicated_locations.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py to 032_add_task_info_table.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py to 033_add_location_status.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py to 034_add_virtual_size.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py to 035_add_metadef_tables.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py to 036_rename_metadef_schema_columns.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py to 037_add_changes_to_satisfy_models.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py to 038_add_metadef_tags_table.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py to 039_add_changes_to_satisfy_models_metadef.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py to 040_add_changes_to_satisfy_metadefs_tags.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py to 041_add_artifact_tables.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py to 042_add_changes_to_reinstall_unique_metadef_constraints.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py to 043_add_image_created_updated_idx.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py to 044_update_metadef_os_nova_server.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py to 045_add_visibility.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/registry/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/registry/api.py to api.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/api.py to api.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/cache_cleaner.py to cache_cleaner.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/cache_prefetcher.py to cache_prefetcher.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/cache_pruner.py to cache_pruner.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/control.py to control.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/manage.py to manage.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/registry.py to registry.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/replicator.py to replicator.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/scrubber.py to scrubber.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v2/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v2/api.py to api.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v2/client.py to client.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v1/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v1/api.py to api.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v1/client.py to client.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v1/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v1/images.py to images.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v1/members.py to members.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v2/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v2/rpc.py to rpc.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware/cache.py to cache.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware/cache_manage.py to cache_manage.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware/context.py to context.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware/gzip.py to gzip.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware/version_negotiation.py to version_negotiation.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1/controller.py to controller.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1/filters.py to filters.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1/router.py to router.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1/upload_utils.py to upload_utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/authorization.py to authorization.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/cached_images.py to cached_images.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/common.py to common.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/policy.py to policy.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/property_protections.py to property_protections.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/versions.py to versions.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model/metadef_namespace.py to metadef_namespace.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model/metadef_object.py to metadef_object.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model/metadef_property_item_type.py to metadef_property_item_type.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model/metadef_property_type.py to metadef_property_type.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model/metadef_resource_type.py to metadef_resource_type.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model/metadef_tag.py to metadef_tag.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/discovery.py to discovery.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/image_actions.py to image_actions.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/image_data.py to image_data.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/image_members.py to image_members.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/image_tags.py to image_tags.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/images.py to images.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/metadef_namespaces.py to metadef_namespaces.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/metadef_objects.py to metadef_objects.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/metadef_properties.py to metadef_properties.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/metadef_resource_types.py to metadef_resource_types.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/metadef_tags.py to metadef_tags.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/router.py to router.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/schemas.py to schemas.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/tasks.py to tasks.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/context.py to context.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/gateway.py to gateway.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/i18n.py to i18n.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/location.py to location.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/notifier.py to notifier.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/schema.py to schema.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/scrubber.py to scrubber.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/version.py to version.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/opts.py to opts.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/quota/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/utils.py to utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/taskflow_executor.py to taskflow_executor.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins/inject_image_metadata.py to inject_image_metadata.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins/no_op.py to no_op.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins/plugin_opts.py to plugin_opts.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins/image_conversion.py to image_conversion.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/convert.py to convert.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/ovf_process.py to ovf_process.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/api_image_import.py to api_image_import.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/base_import.py to base_import.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/introspect.py to introspect.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/_internal_plugins/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/_internal_plugins/web_download.py to web_download.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/location_strategy/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/location_strategy/location_order.py to location_order.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/location_strategy/store_type.py to store_type.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/auth.py to auth.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/client.py to client.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/config.py to config.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/crypt.py to crypt.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/exception.py to exception.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/property_utils.py to property_utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/rpc.py to rpc.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/store_utils.py to store_utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/swift_store_utils.py to swift_store_utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/timeutils.py to timeutils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/trust_auth.py to trust_auth.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/wsgi_app.py to wsgi_app.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/wsme_utils.py to wsme_utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/utils.py to utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/wsgi.py to wsgi.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/utils.py to utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/image_import/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/image_import/main.py to main.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/api_image_import/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/api_image_import/main.py to main.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/stubs.py to stubs.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/test_hacking.py to test_hacking.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/utils.py to utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/registry_data_api.py to registry_data_api.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_metadef_namespaces.py to test_metadef_namespaces.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_metadef_objects.py to test_metadef_objects.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_metadef_properties.py to test_metadef_properties.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_metadef_resourcetypes.py to test_metadef_resourcetypes.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_metadef_tags.py to test_metadef_tags.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_schemas.py to test_schemas.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_tasks.py to test_tasks.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_images.py to test_images.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/serial/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/serial/test_scrubber.py to test_scrubber.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/ft_utils.py to ft_utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/store_utils.py to store_utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_api.py to test_api.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_cache_middleware.py to test_cache_middleware.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_client_exceptions.py to test_client_exceptions.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_client_redirects.py to test_client_redirects.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_cors_middleware.py to test_cors_middleware.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_glance_manage.py to test_glance_manage.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_gzip_middleware.py to test_gzip_middleware.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_healthcheck_middleware.py to test_healthcheck_middleware.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_logging.py to test_logging.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_reload.py to test_reload.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_sqlite.py to test_sqlite.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_ssl.py to test_ssl.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_wsgi.py to test_wsgi.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/base.py to base.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/base_metadef.py to base_metadef.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/test_migrations.py to test_migrations.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/test_registry.py to test_registry.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/test_rpc_endpoint.py to test_rpc_endpoint.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/test_simple.py to test_simple.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/test_sqlalchemy.py to test_sqlalchemy.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_mitaka01.py to test_mitaka01.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_mitaka02.py to test_mitaka02.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_ocata_contract01.py to test_ocata_contract01.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_ocata_expand01.py to test_ocata_expand01.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_ocata_migrate01.py to test_ocata_migrate01.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_pike_contract01.py to test_pike_contract01.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_pike_expand01.py to test_pike_expand01.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_pike_migrate01.py to test_pike_migrate01.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_rocky_expand01.py to test_rocky_expand01.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_rocky_expand02.py to test_rocky_expand02.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/v2/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/v2/base.py to base.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/v2/test_property_quota_violations.py to test_property_quota_violations.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/v2/test_tasks_api.py to test_tasks_api.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/test_cmd.py to test_cmd.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/test_property_protections.py to test_property_protections.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/test_common.py to test_common.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/middleware/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/middleware/test_cache_manage.py to test_cache_manage.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_discovery_image_import.py to test_discovery_image_import.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_discovery_stores.py to test_discovery_stores.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_image_actions_resource.py to test_image_actions_resource.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_image_data_resource.py to test_image_data_resource.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_image_members_resource.py to test_image_members_resource.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_image_tags_resource.py to test_image_tags_resource.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_images_resource.py to test_images_resource.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_metadef_resources.py to test_metadef_resources.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_registry_api.py to test_registry_api.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_registry_client.py to test_registry_client.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_schemas_resource.py to test_schemas_resource.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_tasks_resource.py to test_tasks_resource.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/image_cache/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/image_cache/drivers/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/image_cache/drivers/test_sqlite.py to test_sqlite.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/test_async.py to test_async.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/test_taskflow_executor.py to test_taskflow_executor.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/plugins/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/plugins/test_inject_image_metadata.py to test_inject_image_metadata.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/test_api_image_import.py to test_api_image_import.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/test_convert.py to test_convert.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/test_import.py to test_import.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/test_introspect.py to test_introspect.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/test_ovf_process.py to test_ovf_process.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/test_web_download.py to test_web_download.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/base.py to base.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/fake_rados.py to fake_rados.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/fixtures.py to fixtures.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_auth.py to test_auth.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_cache_middleware.py to test_cache_middleware.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_cached_images.py to test_cached_images.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_context.py to test_context.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_context_middleware.py to test_context_middleware.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_data_migration_framework.py to test_data_migration_framework.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_db.py to test_db.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_db_metadef.py to test_db_metadef.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_domain_proxy.py to test_domain_proxy.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_glance_manage.py to test_glance_manage.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_glance_replicator.py to test_glance_replicator.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_image_cache.py to test_image_cache.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_manage.py to test_manage.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_misc.py to test_misc.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_policy.py to test_policy.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_quota.py to test_quota.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_schema.py to test_schema.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_scrubber.py to test_scrubber.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_store_image.py to test_store_image.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_store_location.py to test_store_location.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_versions.py to test_versions.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/utils.py to utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_domain.py to test_domain.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_notifier.py to test_notifier.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/scripts/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/scripts/test_scripts_utils.py to test_scripts_utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/scripts/image_import/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/scripts/image_import/test_main.py to test_main.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/__init__.py to __init__.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_client.py to test_client.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_config.py to test_config.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_exception.py to test_exception.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_location_strategy.py to test_location_strategy.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_property_utils.py to test_property_utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_rpc.py to test_rpc.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_scripts.py to test_scripts.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_swift_store_utils.py to test_swift_store_utils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_timeutils.py to test_timeutils.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_wsgi.py to test_wsgi.cpython-37.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_utils.py to test_utils.cpython-37.pyc
| running install_data
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/etc
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance
| copying etc/glance-api.conf -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance
| copying etc/glance-cache.conf -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance
| copying etc/glance-manage.conf -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance
| copying etc/glance-registry.conf -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance
| copying etc/glance-scrubber.conf -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance
| copying etc/glance-api-paste.ini -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance
| copying etc/glance-registry-paste.ini -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance
| copying etc/policy.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance
| copying etc/rootwrap.conf -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance
| creating /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs
| copying etc/metadefs/storage-volume-type.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/software-webservers.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/software-runtimes.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/software-databases.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/operating-system.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/image-signature-verification.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/glance-common-image-props.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-xenapi.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-watchdog.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-vmware.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-vmware-quota-flavor.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-vmware-flavor.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-vcputopology.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-trust.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-randomgen.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-quota.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-libvirt.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-libvirt-image.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-instance-data.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-hypervisor.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-host-capabilities.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-guest-shutdown.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-guest-memory-backing.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-cpu-pinning.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-aggr-num-instances.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-aggr-iops-filter.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/compute-aggr-disk-filter.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/cim-virtual-system-setting-data.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/cim-storage-allocation-setting-data.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/cim-resource-allocation-setting-data.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/cim-processor-allocation-setting-data.json -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| copying etc/metadefs/README -> /<<PKGBUILDDIR>>/debian/tmp/usr/etc/glance/metadefs/
| running install_egg_info
| Copying glance.egg-info to /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance-17.0.0.egg-info
| Skipping SOURCES.txt
| running install_scripts
| Installing glance-api script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-cache-cleaner script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-cache-manage script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-cache-prefetcher script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-cache-pruner script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-control script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-manage script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-registry script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-replicator script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-scrubber script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-wsgi-api script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| running install
| [pbr] Generating AUTHORS
| [pbr] AUTHORS complete (0.0s)
| running build
| running build_py
| running egg_info
| writing glance.egg-info/PKG-INFO
| writing dependency_links to glance.egg-info/dependency_links.txt
| writing entry points to glance.egg-info/entry_points.txt
| writing requirements to glance.egg-info/requires.txt
| writing top-level names to glance.egg-info/top_level.txt
| [pbr] Reusing existing SOURCES.txt
| running install_lib
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/hacking/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/hacking/checks.py to checks.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/domain/proxy.py to proxy.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/domain/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/drivers/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/drivers/base.py to base.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/drivers/sqlite.py to sqlite.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/drivers/xattr.py to xattr.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/base.py to base.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/cleaner.py to cleaner.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/prefetcher.py to prefetcher.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/image_cache/pruner.py to pruner.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/simple/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/simple/api.py to api.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/metadata.py to metadata.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/migration.py to migration.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/utils.py to utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/namespace.py to namespace.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/object.py to object.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/property.py to property.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/resource_type.py to resource_type.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/resource_type_association.py to resource_type_association.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/tag.py to tag.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadef_api/utils.py to utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/api.py to api.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/metadata.py to metadata.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/models.py to models.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/models_metadef.py to models_metadef.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/ocata_migrate01_community_images.py to ocata_migrate01_community_images.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/pike_migrate01_empty.py to pike_migrate01_empty.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/queens_migrate01_empty.py to queens_migrate01_empty.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate01_empty.py to rocky_migrate01_empty.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/rocky_migrate02_empty.py to rocky_migrate02_empty.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/add_artifacts_tables.py to add_artifacts_tables.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/add_images_tables.py to add_images_tables.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/add_metadefs_tables.py to add_metadefs_tables.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/add_tasks_tables.py to add_tasks_tables.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/env.py to env.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/liberty_initial.py to liberty_initial.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/mitaka01_add_image_created_updated_idx.py to mitaka01_add_image_created_updated_idx.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/mitaka02_update_metadef_os_nova_server.py to mitaka02_update_metadef_os_nova_server.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/ocata_contract01_drop_is_public.py to ocata_contract01_drop_is_public.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/ocata_expand01_add_visibility.py to ocata_expand01_add_visibility.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/pike_contract01_drop_artifacts_tables.py to pike_contract01_drop_artifacts_tables.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/pike_expand01_empty.py to pike_expand01_empty.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/queens_contract01_empty.py to queens_contract01_empty.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/queens_expand01_empty.py to queens_expand01_empty.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract01_empty.py to rocky_contract01_empty.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/rocky_contract02_empty.py to rocky_contract02_empty.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand01_add_os_hidden.py to rocky_expand01_add_os_hidden.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/alembic_migrations/versions/rocky_expand02_add_os_hash_.py to rocky_expand02_add_os_hash_.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/manage.py to manage.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/schema.py to schema.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py to 001_add_images_table.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py to 002_add_image_properties_table.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py to 003_add_disk_format.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py to 004_add_checksum.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py to 005_size_big_integer.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py to 006_key_to_name.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py to 007_add_owner.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py to 008_add_image_members_table.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py to 009_add_mindisk_and_minram.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py to 010_default_update_at.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py to 011_make_mindisk_and_minram_notnull.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py to 012_id_to_uuid.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py to 013_add_protected.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py to 014_add_image_tags_table.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py to 015_quote_swift_credentials.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py to 016_add_status_image_member.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py to 017_quote_encrypted_swift_credentials.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py to 018_add_image_locations_table.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py to 019_migrate_image_locations.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py to 020_drop_images_table_location.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py to 021_set_engine_mysql_innodb.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py to 022_image_member_index.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py to 023_placeholder.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py to 024_placeholder.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py to 025_placeholder.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py to 026_add_location_storage_information.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py to 027_checksum_index.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py to 028_owner_index.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py to 029_location_meta_data_pickle_to_string.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py to 030_add_tasks_table.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py to 031_remove_duplicated_locations.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py to 032_add_task_info_table.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py to 033_add_location_status.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py to 034_add_virtual_size.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py to 035_add_metadef_tables.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py to 036_rename_metadef_schema_columns.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py to 037_add_changes_to_satisfy_models.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py to 038_add_metadef_tags_table.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py to 039_add_changes_to_satisfy_models_metadef.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py to 040_add_changes_to_satisfy_metadefs_tags.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py to 041_add_artifact_tables.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py to 042_add_changes_to_reinstall_unique_metadef_constraints.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py to 043_add_image_created_updated_idx.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py to 044_update_metadef_os_nova_server.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py to 045_add_visibility.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/sqlalchemy/migrate_repo/versions/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/registry/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/db/registry/api.py to api.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/api.py to api.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/cache_cleaner.py to cache_cleaner.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/cache_prefetcher.py to cache_prefetcher.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/cache_pruner.py to cache_pruner.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/control.py to control.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/manage.py to manage.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/registry.py to registry.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/replicator.py to replicator.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/cmd/scrubber.py to scrubber.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v2/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v2/api.py to api.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v2/client.py to client.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v1/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v1/api.py to api.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/client/v1/client.py to client.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v1/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v1/images.py to images.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v1/members.py to members.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v2/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/registry/api/v2/rpc.py to rpc.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware/cache.py to cache.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware/cache_manage.py to cache_manage.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware/context.py to context.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware/gzip.py to gzip.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/middleware/version_negotiation.py to version_negotiation.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1/controller.py to controller.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1/filters.py to filters.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1/router.py to router.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v1/upload_utils.py to upload_utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/authorization.py to authorization.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/cached_images.py to cached_images.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/common.py to common.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/policy.py to policy.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/property_protections.py to property_protections.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/versions.py to versions.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model/metadef_namespace.py to metadef_namespace.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model/metadef_object.py to metadef_object.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model/metadef_property_item_type.py to metadef_property_item_type.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model/metadef_property_type.py to metadef_property_type.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model/metadef_resource_type.py to metadef_resource_type.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/model/metadef_tag.py to metadef_tag.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/discovery.py to discovery.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/image_actions.py to image_actions.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/image_data.py to image_data.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/image_members.py to image_members.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/image_tags.py to image_tags.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/images.py to images.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/metadef_namespaces.py to metadef_namespaces.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/metadef_objects.py to metadef_objects.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/metadef_properties.py to metadef_properties.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/metadef_resource_types.py to metadef_resource_types.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/metadef_tags.py to metadef_tags.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/router.py to router.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/schemas.py to schemas.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/api/v2/tasks.py to tasks.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/context.py to context.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/gateway.py to gateway.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/i18n.py to i18n.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/location.py to location.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/notifier.py to notifier.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/schema.py to schema.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/scrubber.py to scrubber.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/version.py to version.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/opts.py to opts.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/quota/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/utils.py to utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/taskflow_executor.py to taskflow_executor.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins/inject_image_metadata.py to inject_image_metadata.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins/no_op.py to no_op.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins/plugin_opts.py to plugin_opts.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/plugins/image_conversion.py to image_conversion.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/convert.py to convert.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/ovf_process.py to ovf_process.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/api_image_import.py to api_image_import.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/base_import.py to base_import.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/introspect.py to introspect.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/_internal_plugins/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/_async/flows/_internal_plugins/web_download.py to web_download.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/location_strategy/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/location_strategy/location_order.py to location_order.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/location_strategy/store_type.py to store_type.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/auth.py to auth.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/client.py to client.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/config.py to config.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/crypt.py to crypt.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/exception.py to exception.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/property_utils.py to property_utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/rpc.py to rpc.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/store_utils.py to store_utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/swift_store_utils.py to swift_store_utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/timeutils.py to timeutils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/trust_auth.py to trust_auth.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/wsgi_app.py to wsgi_app.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/wsme_utils.py to wsme_utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/utils.py to utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/wsgi.py to wsgi.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/utils.py to utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/image_import/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/image_import/main.py to main.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/api_image_import/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/common/scripts/api_image_import/main.py to main.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/stubs.py to stubs.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/test_hacking.py to test_hacking.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/utils.py to utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/registry_data_api.py to registry_data_api.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_metadef_namespaces.py to test_metadef_namespaces.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_metadef_objects.py to test_metadef_objects.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_metadef_properties.py to test_metadef_properties.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_metadef_resourcetypes.py to test_metadef_resourcetypes.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_metadef_tags.py to test_metadef_tags.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_schemas.py to test_schemas.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_tasks.py to test_tasks.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/v2/test_images.py to test_images.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/serial/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/serial/test_scrubber.py to test_scrubber.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/ft_utils.py to ft_utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/store_utils.py to store_utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_api.py to test_api.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_cache_middleware.py to test_cache_middleware.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_client_exceptions.py to test_client_exceptions.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_client_redirects.py to test_client_redirects.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_cors_middleware.py to test_cors_middleware.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_glance_manage.py to test_glance_manage.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_gzip_middleware.py to test_gzip_middleware.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_healthcheck_middleware.py to test_healthcheck_middleware.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_logging.py to test_logging.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_reload.py to test_reload.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_sqlite.py to test_sqlite.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_ssl.py to test_ssl.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/test_wsgi.py to test_wsgi.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/base.py to base.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/base_metadef.py to base_metadef.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/test_migrations.py to test_migrations.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/test_registry.py to test_registry.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/test_rpc_endpoint.py to test_rpc_endpoint.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/test_simple.py to test_simple.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/test_sqlalchemy.py to test_sqlalchemy.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_mitaka01.py to test_mitaka01.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_mitaka02.py to test_mitaka02.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_ocata_contract01.py to test_ocata_contract01.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_ocata_expand01.py to test_ocata_expand01.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_ocata_migrate01.py to test_ocata_migrate01.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_pike_contract01.py to test_pike_contract01.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_pike_expand01.py to test_pike_expand01.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_pike_migrate01.py to test_pike_migrate01.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_rocky_expand01.py to test_rocky_expand01.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/functional/db/migrations/test_rocky_expand02.py to test_rocky_expand02.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/v2/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/v2/base.py to base.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/v2/test_property_quota_violations.py to test_property_quota_violations.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/integration/v2/test_tasks_api.py to test_tasks_api.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/test_cmd.py to test_cmd.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/test_property_protections.py to test_property_protections.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/test_common.py to test_common.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/middleware/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/api/middleware/test_cache_manage.py to test_cache_manage.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_discovery_image_import.py to test_discovery_image_import.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_discovery_stores.py to test_discovery_stores.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_image_actions_resource.py to test_image_actions_resource.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_image_data_resource.py to test_image_data_resource.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_image_members_resource.py to test_image_members_resource.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_image_tags_resource.py to test_image_tags_resource.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_images_resource.py to test_images_resource.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_metadef_resources.py to test_metadef_resources.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_registry_api.py to test_registry_api.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_registry_client.py to test_registry_client.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_schemas_resource.py to test_schemas_resource.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/v2/test_tasks_resource.py to test_tasks_resource.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/image_cache/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/image_cache/drivers/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/image_cache/drivers/test_sqlite.py to test_sqlite.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/test_async.py to test_async.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/test_taskflow_executor.py to test_taskflow_executor.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/plugins/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/plugins/test_inject_image_metadata.py to test_inject_image_metadata.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/test_api_image_import.py to test_api_image_import.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/test_convert.py to test_convert.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/test_import.py to test_import.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/test_introspect.py to test_introspect.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/test_ovf_process.py to test_ovf_process.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/_async/flows/test_web_download.py to test_web_download.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/base.py to base.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/fake_rados.py to fake_rados.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/fixtures.py to fixtures.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_auth.py to test_auth.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_cache_middleware.py to test_cache_middleware.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_cached_images.py to test_cached_images.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_context.py to test_context.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_context_middleware.py to test_context_middleware.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_data_migration_framework.py to test_data_migration_framework.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_db.py to test_db.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_db_metadef.py to test_db_metadef.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_domain_proxy.py to test_domain_proxy.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_glance_manage.py to test_glance_manage.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_glance_replicator.py to test_glance_replicator.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_image_cache.py to test_image_cache.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_manage.py to test_manage.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_misc.py to test_misc.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_policy.py to test_policy.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_quota.py to test_quota.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_schema.py to test_schema.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_scrubber.py to test_scrubber.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_store_image.py to test_store_image.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_store_location.py to test_store_location.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_versions.py to test_versions.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/utils.py to utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_domain.py to test_domain.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/test_notifier.py to test_notifier.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/scripts/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/scripts/test_scripts_utils.py to test_scripts_utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/scripts/image_import/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/scripts/image_import/test_main.py to test_main.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/__init__.py to __init__.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_client.py to test_client.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_config.py to test_config.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_exception.py to test_exception.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_location_strategy.py to test_location_strategy.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_property_utils.py to test_property_utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_rpc.py to test_rpc.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_scripts.py to test_scripts.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_swift_store_utils.py to test_swift_store_utils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_timeutils.py to test_timeutils.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_wsgi.py to test_wsgi.cpython-36.pyc
| byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance/tests/unit/common/test_utils.py to test_utils.cpython-36.pyc
| running install_data
| running install_egg_info
| removing '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance-17.0.0.egg-info' (and everything under it)
| Copying glance.egg-info to /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/glance-17.0.0.egg-info
| Skipping SOURCES.txt
| running install_scripts
| Installing glance-api script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-cache-cleaner script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-cache-manage script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-cache-prefetcher script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-cache-pruner script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-control script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-manage script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-registry script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-replicator script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-scrubber script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| Installing glance-wsgi-api script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
| pkgos-dh_auto_test --no-py2 'glance\.tests\.unit\.(?!.*test_wsgi_ipv6\.IPv6ServerTest\.test_evnetlet_no_dnspython.*)'
| + PKGOS_USE_PY2=yes
| + PKGOS_USE_PY3=yes
| + PKGOS_TEST_PARALLEL=yes
| + PYTHONS=disabled
| + PYTHON3S=disabled
| + TEST_PARALLEL_OPT=--parallel
| + PKGOS_USE_PY2=no
| + shift
| + [ no = yes ]
| + [ yes = yes ]
| + py3versions -vr
| + PYTHON3S=3.7 3.6
| + [ yes = no ]
| + [ disabled = disabled ]
| + continue
| + [ 3.7 = disabled ]
| + echo 3.7
| + cut -d. -f1
| + PYMAJOR=3
| + echo ===> Testing with python (python3)
| ===> Testing with python (python3)
| + [ 3 = 3 ]
| + pwd
| + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
| + [ -z  ]
| + pwd
| + export PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
| + [ -e .stestr.conf ]
| + rm -rf .stestr
| + PYTHON=python3.7 python3-stestr run --subunit glance\.tests\.unit\.(?!.*test_wsgi_ipv6\.IPv6ServerTest\.test_evnetlet_no_dnspython.*)
| + subunit2pyunit
| /usr/lib/python3/dist-packages/networkx/classes/reportviews.py:95: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
|   from collections import Mapping, Set, Iterable
| /usr/lib/python3.7/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
|   return f(*args, **kwds)
| /usr/lib/python3.7/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
|   return f(*args, **kwds)
| /usr/lib/python3.7/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
|   return f(*args, **kwds)
| /usr/lib/python3.7/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
|   return f(*args, **kwds)
| /usr/lib/python3.7/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
|   return f(*args, **kwds)
| /usr/lib/python3/dist-packages/jsonschema/compat.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
|   from collections import MutableMapping, Sequence  # noqa
| /usr/lib/python3/dist-packages/taskflow/types/sets.py:35: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
|   class OrderedSet(collections.Set, collections.Hashable):
| /<<PKGBUILDDIR>>/glance/common/utils.py:519: DeprecationWarning: invalid escape sequence \.
|   return re.match('^[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$', fqdn) is not None
| /<<PKGBUILDDIR>>/glance/location.py:189: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
|   class StoreLocations(collections.MutableSequence):
| /<<PKGBUILDDIR>>/glance/api/common.py:115: DeprecationWarning: invalid escape sequence \d
|   pattern = re.compile('^(\d+)((K|M|G|T)?B)?$')
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:102: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/operations/base.py:112: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:78: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/alembic/util/langhelpers.py:91: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:374: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   args = inspect.formatargspec(*spec)
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:384: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   spec[2], None, spec[4])
| /usr/lib/python3/dist-packages/sqlalchemy/util/langhelpers.py:405: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
|   formatvalue=lambda x: '=' + x)
| /<<PKGBUILDDIR>>/glance/api/v2/images.py:597: DeprecationWarning: invalid escape sequence \s
|   if re.search('/\s*?/', pointer[1:]):
| /usr/lib/python3/dist-packages/os_service_types/data/__init__.py:25: ResourceWarning: unclosed file <_io.TextIOWrapper name='/usr/lib/python3/dist-packages/os_service_types/data/service-types.json' mode='r' encoding='UTF-8'>
|   return json.load(open(os.path.join(DATA_DIR, filename), 'r'))
| /<<PKGBUILDDIR>>/glance/db/sqlalchemy/metadata.py:398: DeprecationWarning: invalid escape sequence \W
|   pattern = re.compile('[\W_]+', re.UNICODE)
| 
| =========================
| Failures during discovery
| =========================
| b'--- import errors ---\nFailed to import test module: glance.tests.unit._async.flows.test_api_image_import\nTraceback (most recent call last):\n  File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 456, in _find_test_path\n    module = self._get_module_from_name(name)\n  File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 395, in _get_module_from_name\n    __import__(name)\n  File "/<<PKGBUILDDIR>>/glance/tests/unit/_async/flows/test_api_image_import.py", line 20, in <module>\n    import glance._async.flows.api_image_import as import_flow\n  File "/<<PKGBUILDDIR>>/glance/_async/flows/api_image_import.py", line 23, in <module>\n    from taskflow import retry\n  File "/usr/lib/python3/dist-packages/taskflow/retry.py", line 29, in <module>\n    class Decision(misc.StrEnum):\n  File "/usr/lib/python3.7/enum.py", line 222, in __new__\n    enum_member._value_ = member_type(*args)\n  File "/usr/lib/python3.7/enum.py", line 309, in __call__\n    return cls.__new__(cls, value)\n  File "/usr/lib/python3.7/enum.py", line 545, in __new__\n    return cls._missing_(value)\n  File "/usr/lib/python3.7/enum.py", line 558, in _missing_\n    raise ValueError("%r is not a valid %s" % (value, cls.__name__))\nValueError: \'REVERT\' is not a valid StrEnum\n\nFailed to import test module: glance.tests.unit._async.flows.test_import\nTraceback (most recent call last):\n  File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 456, in _find_test_path\n    module = self._get_module_from_name(name)\n  File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 395, in _get_module_from_name\n    __import__(name)\n  File "/<<PKGBUILDDIR>>/glance/tests/unit/_async/flows/test_import.py", line 28, in <module>\n    import glance._async.flows.base_import as import_flow\n  File "/<<PKGBUILDDIR>>/glance/_async/flows/base_import.py", line 29, in <module>\n    from taskflow import retry\n  File "/usr/lib/python3/dist-packages/taskflow/retry.py", line 29, in <module>\n    class Decision(misc.StrEnum):\n  File "/usr/lib/python3.7/enum.py", line 222, in __new__\n    enum_member._value_ = member_type(*args)\n  File "/usr/lib/python3.7/enum.py", line 309, in __call__\n    return cls.__new__(cls, value)\n  File "/usr/lib/python3.7/enum.py", line 545, in __new__\n    return cls._missing_(value)\n  File "/usr/lib/python3.7/enum.py", line 558, in _missing_\n    raise ValueError("%r is not a valid %s" % (value, cls.__name__))\nValueError: \'REVERT\' is not a valid StrEnum\n'
| ================================================================================
| The above traceback was encountered during test discovery which imports all the found test modules in the specified test_path.
| 
| ----------------------------------------------------------------------
| Ran 0 tests in 1.378s
| 
| OK
| + python3-stestr slowest
| make[1]: *** [debian/rules:50: override_dh_install] Error 3
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| make: *** [debian/rules:11: binary] Error 2
| dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2

Helmut



More information about the Openstack-devel mailing list