Your message dated Thu, 09 Dec 2021 22:19:08 +0000
with message-id <e1mvrkq-00066e...@fasolo.debian.org>
and subject line Bug#997361: fixed in testresources 2.0.1-2.1
has caused the Debian Bug report #997361,
regarding python3-testresources does not work with Python 3.10
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
997361: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997361
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rally
Version: 3.1.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> pkgos-dh_auto_install --no-py2
> + PKGOS_USE_PY2=yes
> + PKGOS_USE_PY3=yes
> + PKGOS_IN_TMP=no
> + PKGOS_USE_PY2=no
> + shift
> + dpkg-parsechangelog -SSource
> + SRC_PKG_NAME=rally
> + echo rally
> + sed s/python-//
> + PY_MODULE_NAME=rally
> + [ no = yes ]
> + [ yes = yes ]
> + py3versions -vr
> + PYTHON3S=3.9
> + [ no = yes ]
> + [ yes = yes ]
> + [ no = yes ]
> + TARGET_DIR=python3-rally
> + pwd
> + python3.9 setup.py install --install-layout=deb --root
> /<<PKGBUILDDIR>>/debian/python3-rally
> /usr/lib/python3/dist-packages/setuptools/dist.py:717: UserWarning: Usage of
> dash-separated 'description-file' will not be supported in future versions.
> Please use the underscore name 'description_file' instead
> warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:717: UserWarning: Usage of
> dash-separated 'author-email' will not be supported in future versions.
> Please use the underscore name 'author_email' instead
> warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:717: UserWarning: Usage of
> dash-separated 'home-page' will not be supported in future versions. Please
> use the underscore name 'home_page' instead
> warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:717: UserWarning: Usage of
> dash-separated 'python-requires' will not be supported in future versions.
> Please use the underscore name 'python_requires' instead
> warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:717: UserWarning: Usage of
> dash-separated 'description-file' will not be supported in future versions.
> Please use the underscore name 'description_file' instead
> warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:717: UserWarning: Usage of
> dash-separated 'author-email' will not be supported in future versions.
> Please use the underscore name 'author_email' instead
> warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:717: UserWarning: Usage of
> dash-separated 'home-page' will not be supported in future versions. Please
> use the underscore name 'home_page' instead
> warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:717: UserWarning: Usage of
> dash-separated 'python-requires' will not be supported in future versions.
> Please use the underscore name 'python_requires' instead
> warnings.warn(
> running install
> [pbr] Generating AUTHORS
> [pbr] AUTHORS complete (0.0s)
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/rally
> creating build/lib/rally/plugins
> creating build/lib/rally/plugins/common
> creating build/lib/rally/plugins/common/runners
> copying rally/plugins/common/runners/__init__.py ->
> build/lib/rally/plugins/common/runners
> copying rally/plugins/common/runners/serial.py ->
> build/lib/rally/plugins/common/runners
> copying rally/plugins/common/runners/constant.py ->
> build/lib/rally/plugins/common/runners
> copying rally/plugins/common/runners/rps.py ->
> build/lib/rally/plugins/common/runners
> creating build/lib/rally/plugins/task
> creating build/lib/rally/plugins/task/hook_triggers
> copying rally/plugins/task/hook_triggers/__init__.py ->
> build/lib/rally/plugins/task/hook_triggers
> copying rally/plugins/task/hook_triggers/periodic.py ->
> build/lib/rally/plugins/task/hook_triggers
> copying rally/plugins/task/hook_triggers/event.py ->
> build/lib/rally/plugins/task/hook_triggers
> creating build/lib/rally/ui
> copying rally/ui/__init__.py -> build/lib/rally/ui
> copying rally/ui/utils.py -> build/lib/rally/ui
> creating build/lib/rally/plugins/common/exporters
> creating build/lib/rally/plugins/common/exporters/elastic
> copying rally/plugins/common/exporters/elastic/__init__.py ->
> build/lib/rally/plugins/common/exporters/elastic
> copying rally/plugins/common/exporters/elastic/client.py ->
> build/lib/rally/plugins/common/exporters/elastic
> copying rally/plugins/common/exporters/elastic/flatten.py ->
> build/lib/rally/plugins/common/exporters/elastic
> copying rally/plugins/common/exporters/elastic/exporter.py ->
> build/lib/rally/plugins/common/exporters/elastic
> creating build/lib/rally/plugins/common/scenarios
> creating build/lib/rally/plugins/common/scenarios/requests
> copying rally/plugins/common/scenarios/requests/__init__.py ->
> build/lib/rally/plugins/common/scenarios/requests
> copying rally/plugins/common/scenarios/requests/http_requests.py ->
> build/lib/rally/plugins/common/scenarios/requests
> copying rally/plugins/common/scenarios/requests/utils.py ->
> build/lib/rally/plugins/common/scenarios/requests
> creating build/lib/rally/plugins/common/sla
> copying rally/plugins/common/sla/failure_rate.py ->
> build/lib/rally/plugins/common/sla
> copying rally/plugins/common/sla/__init__.py ->
> build/lib/rally/plugins/common/sla
> copying rally/plugins/common/sla/outliers.py ->
> build/lib/rally/plugins/common/sla
> copying rally/plugins/common/sla/max_average_duration_per_atomic.py ->
> build/lib/rally/plugins/common/sla
> copying rally/plugins/common/sla/iteration_time.py ->
> build/lib/rally/plugins/common/sla
> copying rally/plugins/common/sla/max_average_duration.py ->
> build/lib/rally/plugins/common/sla
> copying rally/plugins/common/sla/performance_degradation.py ->
> build/lib/rally/plugins/common/sla
> creating build/lib/rally/plugins/common/verification
> copying rally/plugins/common/verification/testr.py ->
> build/lib/rally/plugins/common/verification
> copying rally/plugins/common/verification/__init__.py ->
> build/lib/rally/plugins/common/verification
> copying rally/plugins/common/verification/reporters.py ->
> build/lib/rally/plugins/common/verification
> copying rally/plugins/common/types.py -> build/lib/rally/plugins/common
> copying rally/plugins/common/__init__.py -> build/lib/rally/plugins/common
> copying rally/plugins/common/validators.py -> build/lib/rally/plugins/common
> creating build/lib/rally/plugins/task/scenarios
> copying rally/plugins/task/scenarios/__init__.py ->
> build/lib/rally/plugins/task/scenarios
> creating build/lib/rally/common
> creating build/lib/rally/common/plugin
> copying rally/common/plugin/__init__.py -> build/lib/rally/common/plugin
> copying rally/common/plugin/plugin.py -> build/lib/rally/common/plugin
> copying rally/common/plugin/meta.py -> build/lib/rally/common/plugin
> copying rally/common/plugin/discover.py -> build/lib/rally/common/plugin
> copying rally/common/plugin/info.py -> build/lib/rally/common/plugin
> creating build/lib/rally/utils
> copying rally/utils/strutils.py -> build/lib/rally/utils
> copying rally/utils/__init__.py -> build/lib/rally/utils
> copying rally/utils/sshutils.py -> build/lib/rally/utils
> copying rally/utils/encodeutils.py -> build/lib/rally/utils
> creating build/lib/rally/plugins/verification
> copying rally/plugins/verification/testr.py ->
> build/lib/rally/plugins/verification
> copying rally/plugins/verification/__init__.py ->
> build/lib/rally/plugins/verification
> copying rally/plugins/verification/reporters.py ->
> build/lib/rally/plugins/verification
> creating build/lib/rally/verification
> copying rally/verification/__init__.py -> build/lib/rally/verification
> copying rally/verification/context.py -> build/lib/rally/verification
> copying rally/verification/manager.py -> build/lib/rally/verification
> copying rally/verification/reporter.py -> build/lib/rally/verification
> copying rally/verification/utils.py -> build/lib/rally/verification
> creating build/lib/rally/plugins/task/hooks
> copying rally/plugins/task/hooks/__init__.py ->
> build/lib/rally/plugins/task/hooks
> copying rally/plugins/task/hooks/sys_call.py ->
> build/lib/rally/plugins/task/hooks
> creating build/lib/rally/plugins/task/exporters
> copying rally/plugins/task/exporters/json_exporter.py ->
> build/lib/rally/plugins/task/exporters
> copying rally/plugins/task/exporters/__init__.py ->
> build/lib/rally/plugins/task/exporters
> copying rally/plugins/task/exporters/html.py ->
> build/lib/rally/plugins/task/exporters
> copying rally/plugins/task/exporters/junit.py ->
> build/lib/rally/plugins/task/exporters
> copying rally/plugins/task/exporters/trends.py ->
> build/lib/rally/plugins/task/exporters
> copying rally/plugins/task/exporters/old_json_results.py ->
> build/lib/rally/plugins/task/exporters
> creating build/lib/rally/aas
> copying rally/aas/__init__.py -> build/lib/rally/aas
> creating build/lib/rally/plugins/common/hook
> creating build/lib/rally/plugins/common/hook/triggers
> copying rally/plugins/common/hook/triggers/__init__.py ->
> build/lib/rally/plugins/common/hook/triggers
> copying rally/plugins/common/hook/triggers/periodic.py ->
> build/lib/rally/plugins/common/hook/triggers
> copying rally/plugins/common/hook/triggers/event.py ->
> build/lib/rally/plugins/common/hook/triggers
> creating build/lib/rally/plugins/common/scenarios/dummy
> copying rally/plugins/common/scenarios/dummy/__init__.py ->
> build/lib/rally/plugins/common/scenarios/dummy
> copying rally/plugins/common/scenarios/dummy/dummy.py ->
> build/lib/rally/plugins/common/scenarios/dummy
> copying rally/common/cfg.py -> build/lib/rally/common
> copying rally/common/__init__.py -> build/lib/rally/common
> copying rally/common/validation.py -> build/lib/rally/common
> copying rally/common/logging.py -> build/lib/rally/common
> copying rally/common/sshutils.py -> build/lib/rally/common
> copying rally/common/streaming_algorithms.py -> build/lib/rally/common
> copying rally/common/opts.py -> build/lib/rally/common
> copying rally/common/version.py -> build/lib/rally/common
> copying rally/common/yamlutils.py -> build/lib/rally/common
> copying rally/common/broker.py -> build/lib/rally/common
> copying rally/common/utils.py -> build/lib/rally/common
> copying rally/common/fileutils.py -> build/lib/rally/common
> creating build/lib/rally/common/db
> copying rally/common/db/api.py -> build/lib/rally/common/db
> copying rally/common/db/models.py -> build/lib/rally/common/db
> copying rally/common/db/__init__.py -> build/lib/rally/common/db
> copying rally/common/db/schema.py -> build/lib/rally/common/db
> copying rally/common/db/sa_types.py -> build/lib/rally/common/db
> creating build/lib/rally/common/io
> copying rally/common/io/__init__.py -> build/lib/rally/common/io
> copying rally/common/io/junit.py -> build/lib/rally/common/io
> copying rally/common/io/subunit_v2.py -> build/lib/rally/common/io
> creating build/lib/rally/plugins/task/contexts
> copying rally/plugins/task/contexts/__init__.py ->
> build/lib/rally/plugins/task/contexts
> copying rally/plugins/task/contexts/dummy.py ->
> build/lib/rally/plugins/task/contexts
> creating build/lib/rally/task
> creating build/lib/rally/task/processing
> copying rally/task/processing/plot.py -> build/lib/rally/task/processing
> copying rally/task/processing/__init__.py -> build/lib/rally/task/processing
> copying rally/task/processing/charts.py -> build/lib/rally/task/processing
> copying rally/task/processing/utils.py -> build/lib/rally/task/processing
> creating build/lib/rally/plugins/task/scenarios/requests
> copying rally/plugins/task/scenarios/requests/__init__.py ->
> build/lib/rally/plugins/task/scenarios/requests
> copying rally/plugins/task/scenarios/requests/http_requests.py ->
> build/lib/rally/plugins/task/scenarios/requests
> copying rally/plugins/task/scenarios/requests/utils.py ->
> build/lib/rally/plugins/task/scenarios/requests
> copying rally/plugins/task/types.py -> build/lib/rally/plugins/task
> copying rally/plugins/task/__init__.py -> build/lib/rally/plugins/task
> copying rally/plugins/__init__.py -> build/lib/rally/plugins
> creating build/lib/rally/cli
> copying rally/cli/__init__.py -> build/lib/rally/cli
> copying rally/cli/cliutils.py -> build/lib/rally/cli
> copying rally/cli/envutils.py -> build/lib/rally/cli
> copying rally/cli/task_results_loader.py -> build/lib/rally/cli
> copying rally/cli/yamlutils.py -> build/lib/rally/cli
> copying rally/cli/main.py -> build/lib/rally/cli
> creating build/lib/rally/common/objects
> copying rally/common/objects/verifier.py -> build/lib/rally/common/objects
> copying rally/common/objects/__init__.py -> build/lib/rally/common/objects
> copying rally/common/objects/verification.py -> build/lib/rally/common/objects
> copying rally/common/objects/deploy.py -> build/lib/rally/common/objects
> copying rally/common/objects/task.py -> build/lib/rally/common/objects
> creating build/lib/rally/plugins/task/scenarios/dummy
> copying rally/plugins/task/scenarios/dummy/__init__.py ->
> build/lib/rally/plugins/task/scenarios/dummy
> copying rally/plugins/task/scenarios/dummy/dummy.py ->
> build/lib/rally/plugins/task/scenarios/dummy
> creating build/lib/rally/common/db/migrations
> copying rally/common/db/migrations/env.py ->
> build/lib/rally/common/db/migrations
> copying rally/common/db/migrations/__init__.py ->
> build/lib/rally/common/db/migrations
> copying rally/plugins/common/hook/__init__.py ->
> build/lib/rally/plugins/common/hook
> copying rally/plugins/common/hook/sys_call.py ->
> build/lib/rally/plugins/common/hook
> creating build/lib/rally/plugins/task/runners
> copying rally/plugins/task/runners/__init__.py ->
> build/lib/rally/plugins/task/runners
> copying rally/plugins/task/runners/serial.py ->
> build/lib/rally/plugins/task/runners
> copying rally/plugins/task/runners/constant.py ->
> build/lib/rally/plugins/task/runners
> copying rally/plugins/task/runners/rps.py ->
> build/lib/rally/plugins/task/runners
> copying rally/plugins/common/scenarios/__init__.py ->
> build/lib/rally/plugins/common/scenarios
> creating build/lib/rally/plugins/task/sla
> copying rally/plugins/task/sla/failure_rate.py ->
> build/lib/rally/plugins/task/sla
> copying rally/plugins/task/sla/__init__.py -> build/lib/rally/plugins/task/sla
> copying rally/plugins/task/sla/outliers.py -> build/lib/rally/plugins/task/sla
> copying rally/plugins/task/sla/max_average_duration_per_atomic.py ->
> build/lib/rally/plugins/task/sla
> copying rally/plugins/task/sla/iteration_time.py ->
> build/lib/rally/plugins/task/sla
> copying rally/plugins/task/sla/max_average_duration.py ->
> build/lib/rally/plugins/task/sla
> copying rally/plugins/task/sla/performance_degradation.py ->
> build/lib/rally/plugins/task/sla
> creating build/lib/rally/cli/commands
> copying rally/cli/commands/env.py -> build/lib/rally/cli/commands
> copying rally/cli/commands/__init__.py -> build/lib/rally/cli/commands
> copying rally/cli/commands/db.py -> build/lib/rally/cli/commands
> copying rally/cli/commands/task.py -> build/lib/rally/cli/commands
> copying rally/cli/commands/plugin.py -> build/lib/rally/cli/commands
> copying rally/cli/commands/verify.py -> build/lib/rally/cli/commands
> copying rally/cli/commands/deployment.py -> build/lib/rally/cli/commands
> copying rally/plugins/common/exporters/json_exporter.py ->
> build/lib/rally/plugins/common/exporters
> copying rally/plugins/common/exporters/__init__.py ->
> build/lib/rally/plugins/common/exporters
> copying rally/plugins/common/exporters/html.py ->
> build/lib/rally/plugins/common/exporters
> copying rally/plugins/common/exporters/junit.py ->
> build/lib/rally/plugins/common/exporters
> copying rally/plugins/common/exporters/trends.py ->
> build/lib/rally/plugins/common/exporters
> copying rally/api.py -> build/lib/rally
> copying rally/__init__.py -> build/lib/rally
> copying rally/consts.py -> build/lib/rally
> copying rally/exceptions.py -> build/lib/rally
> creating build/lib/rally/plugins/task/exporters/elastic
> copying rally/plugins/task/exporters/elastic/__init__.py ->
> build/lib/rally/plugins/task/exporters/elastic
> copying rally/plugins/task/exporters/elastic/client.py ->
> build/lib/rally/plugins/task/exporters/elastic
> copying rally/plugins/task/exporters/elastic/flatten.py ->
> build/lib/rally/plugins/task/exporters/elastic
> copying rally/plugins/task/exporters/elastic/exporter.py ->
> build/lib/rally/plugins/task/exporters/elastic
> creating build/lib/rally/env
> copying rally/env/__init__.py -> build/lib/rally/env
> copying rally/env/env_mgr.py -> build/lib/rally/env
> copying rally/env/platform.py -> build/lib/rally/env
> copying rally/task/functional.py -> build/lib/rally/task
> copying rally/task/types.py -> build/lib/rally/task
> copying rally/task/__init__.py -> build/lib/rally/task
> copying rally/task/validation.py -> build/lib/rally/task
> copying rally/task/scenario.py -> build/lib/rally/task
> copying rally/task/hook.py -> build/lib/rally/task
> copying rally/task/service.py -> build/lib/rally/task
> copying rally/task/engine.py -> build/lib/rally/task
> copying rally/task/context.py -> build/lib/rally/task
> copying rally/task/runner.py -> build/lib/rally/task
> copying rally/task/sla.py -> build/lib/rally/task
> copying rally/task/exporter.py -> build/lib/rally/task
> copying rally/task/atomic.py -> build/lib/rally/task
> copying rally/task/task_cfg.py -> build/lib/rally/task
> copying rally/task/utils.py -> build/lib/rally/task
> running egg_info
> creating rally.egg-info
> writing rally.egg-info/PKG-INFO
> writing dependency_links to rally.egg-info/dependency_links.txt
> writing entry points to rally.egg-info/entry_points.txt
> writing requirements to rally.egg-info/requires.txt
> writing top-level names to rally.egg-info/top_level.txt
> [pbr] Processing SOURCES.txt
> writing manifest file 'rally.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
> adding license file 'LICENSE'
> writing manifest file 'rally.egg-info/SOURCES.txt'
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/python3-rally
> creating /<<PKGBUILDDIR>>/debian/python3-rally/usr
> creating /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib
> creating /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3
> creating /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/env
> copying build/lib/rally/env/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/env
> copying build/lib/rally/env/env_mgr.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/env
> copying build/lib/rally/env/platform.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/env
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/aas
> copying build/lib/rally/aas/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/aas
> copying build/lib/rally/api.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally
> copying build/lib/rally/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/utils
> copying build/lib/rally/utils/strutils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/utils
> copying build/lib/rally/utils/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/utils
> copying build/lib/rally/utils/sshutils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/utils
> copying build/lib/rally/utils/encodeutils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/utils
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin
> copying build/lib/rally/common/plugin/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin
> copying build/lib/rally/common/plugin/plugin.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin
> copying build/lib/rally/common/plugin/meta.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin
> copying build/lib/rally/common/plugin/discover.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin
> copying build/lib/rally/common/plugin/info.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin
> copying build/lib/rally/common/cfg.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common
> copying build/lib/rally/common/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects
> copying build/lib/rally/common/objects/verifier.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects
> copying build/lib/rally/common/objects/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects
> copying build/lib/rally/common/objects/verification.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects
> copying build/lib/rally/common/objects/deploy.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects
> copying build/lib/rally/common/objects/task.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects
> copying build/lib/rally/common/validation.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common
> copying build/lib/rally/common/logging.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common
> copying build/lib/rally/common/sshutils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common
> copying build/lib/rally/common/streaming_algorithms.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common
> copying build/lib/rally/common/opts.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common
> copying build/lib/rally/common/version.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common
> copying build/lib/rally/common/yamlutils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db
> copying build/lib/rally/common/db/api.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db
> copying build/lib/rally/common/db/models.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db
> copying build/lib/rally/common/db/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db
> copying build/lib/rally/common/db/schema.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/migrations
> copying build/lib/rally/common/db/migrations/env.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/migrations
> copying build/lib/rally/common/db/migrations/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/migrations
> copying build/lib/rally/common/db/sa_types.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db
> copying build/lib/rally/common/broker.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common
> copying build/lib/rally/common/utils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/io
> copying build/lib/rally/common/io/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/io
> copying build/lib/rally/common/io/junit.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/io
> copying build/lib/rally/common/io/subunit_v2.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/io
> copying build/lib/rally/common/fileutils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> copying build/lib/rally/task/functional.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> copying build/lib/rally/task/types.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> copying build/lib/rally/task/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> copying build/lib/rally/task/validation.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> copying build/lib/rally/task/scenario.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> copying build/lib/rally/task/hook.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> copying build/lib/rally/task/service.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> copying build/lib/rally/task/engine.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> copying build/lib/rally/task/context.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> copying build/lib/rally/task/runner.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> copying build/lib/rally/task/sla.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> copying build/lib/rally/task/exporter.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> copying build/lib/rally/task/atomic.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> copying build/lib/rally/task/task_cfg.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/processing
> copying build/lib/rally/task/processing/plot.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/processing
> copying build/lib/rally/task/processing/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/processing
> copying build/lib/rally/task/processing/charts.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/processing
> copying build/lib/rally/task/processing/utils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/processing
> copying build/lib/rally/task/utils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification
> copying build/lib/rally/verification/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification
> copying build/lib/rally/verification/context.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification
> copying build/lib/rally/verification/manager.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification
> copying build/lib/rally/verification/reporter.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification
> copying build/lib/rally/verification/utils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins
> copying build/lib/rally/plugins/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook/triggers
> copying build/lib/rally/plugins/common/hook/triggers/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook/triggers
> copying build/lib/rally/plugins/common/hook/triggers/periodic.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook/triggers
> copying build/lib/rally/plugins/common/hook/triggers/event.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook/triggers
> copying build/lib/rally/plugins/common/hook/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook
> copying build/lib/rally/plugins/common/hook/sys_call.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook
> copying build/lib/rally/plugins/common/types.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/runners
> copying build/lib/rally/plugins/common/runners/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/runners
> copying build/lib/rally/plugins/common/runners/serial.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/runners
> copying build/lib/rally/plugins/common/runners/constant.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/runners
> copying build/lib/rally/plugins/common/runners/rps.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/runners
> copying build/lib/rally/plugins/common/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/verification
> copying build/lib/rally/plugins/common/verification/testr.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/verification
> copying build/lib/rally/plugins/common/verification/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/verification
> copying build/lib/rally/plugins/common/verification/reporters.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/verification
> copying build/lib/rally/plugins/common/validators.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla
> copying build/lib/rally/plugins/common/sla/failure_rate.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla
> copying build/lib/rally/plugins/common/sla/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla
> copying build/lib/rally/plugins/common/sla/outliers.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla
> copying build/lib/rally/plugins/common/sla/max_average_duration_per_atomic.py
> ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla
> copying build/lib/rally/plugins/common/sla/iteration_time.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla
> copying build/lib/rally/plugins/common/sla/max_average_duration.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla
> copying build/lib/rally/plugins/common/sla/performance_degradation.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters
> copying build/lib/rally/plugins/common/exporters/json_exporter.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters
> copying build/lib/rally/plugins/common/exporters/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters
> copying build/lib/rally/plugins/common/exporters/html.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters
> copying build/lib/rally/plugins/common/exporters/junit.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters
> copying build/lib/rally/plugins/common/exporters/trends.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/elastic
> copying build/lib/rally/plugins/common/exporters/elastic/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/elastic
> copying build/lib/rally/plugins/common/exporters/elastic/client.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/elastic
> copying build/lib/rally/plugins/common/exporters/elastic/flatten.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/elastic
> copying build/lib/rally/plugins/common/exporters/elastic/exporter.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/elastic
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios
> copying build/lib/rally/plugins/common/scenarios/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/requests
> copying build/lib/rally/plugins/common/scenarios/requests/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/requests
> copying build/lib/rally/plugins/common/scenarios/requests/http_requests.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/requests
> copying build/lib/rally/plugins/common/scenarios/requests/utils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/requests
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/dummy
> copying build/lib/rally/plugins/common/scenarios/dummy/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/dummy
> copying build/lib/rally/plugins/common/scenarios/dummy/dummy.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/dummy
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task
> copying build/lib/rally/plugins/task/types.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/runners
> copying build/lib/rally/plugins/task/runners/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/runners
> copying build/lib/rally/plugins/task/runners/serial.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/runners
> copying build/lib/rally/plugins/task/runners/constant.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/runners
> copying build/lib/rally/plugins/task/runners/rps.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/runners
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/hooks
> copying build/lib/rally/plugins/task/hooks/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/hooks
> copying build/lib/rally/plugins/task/hooks/sys_call.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/hooks
> copying build/lib/rally/plugins/task/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/contexts
> copying build/lib/rally/plugins/task/contexts/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/contexts
> copying build/lib/rally/plugins/task/contexts/dummy.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/contexts
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/hook_triggers
> copying build/lib/rally/plugins/task/hook_triggers/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/hook_triggers
> copying build/lib/rally/plugins/task/hook_triggers/periodic.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/hook_triggers
> copying build/lib/rally/plugins/task/hook_triggers/event.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/hook_triggers
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla
> copying build/lib/rally/plugins/task/sla/failure_rate.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla
> copying build/lib/rally/plugins/task/sla/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla
> copying build/lib/rally/plugins/task/sla/outliers.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla
> copying build/lib/rally/plugins/task/sla/max_average_duration_per_atomic.py
> ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla
> copying build/lib/rally/plugins/task/sla/iteration_time.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla
> copying build/lib/rally/plugins/task/sla/max_average_duration.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla
> copying build/lib/rally/plugins/task/sla/performance_degradation.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters
> copying build/lib/rally/plugins/task/exporters/json_exporter.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters
> copying build/lib/rally/plugins/task/exporters/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters
> copying build/lib/rally/plugins/task/exporters/html.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters
> copying build/lib/rally/plugins/task/exporters/junit.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters
> copying build/lib/rally/plugins/task/exporters/trends.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters
> copying build/lib/rally/plugins/task/exporters/old_json_results.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/elastic
> copying build/lib/rally/plugins/task/exporters/elastic/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/elastic
> copying build/lib/rally/plugins/task/exporters/elastic/client.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/elastic
> copying build/lib/rally/plugins/task/exporters/elastic/flatten.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/elastic
> copying build/lib/rally/plugins/task/exporters/elastic/exporter.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/elastic
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios
> copying build/lib/rally/plugins/task/scenarios/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios/requests
> copying build/lib/rally/plugins/task/scenarios/requests/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios/requests
> copying build/lib/rally/plugins/task/scenarios/requests/http_requests.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios/requests
> copying build/lib/rally/plugins/task/scenarios/requests/utils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios/requests
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios/dummy
> copying build/lib/rally/plugins/task/scenarios/dummy/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios/dummy
> copying build/lib/rally/plugins/task/scenarios/dummy/dummy.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios/dummy
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/verification
> copying build/lib/rally/plugins/verification/testr.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/verification
> copying build/lib/rally/plugins/verification/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/verification
> copying build/lib/rally/plugins/verification/reporters.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/verification
> copying build/lib/rally/consts.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally
> copying build/lib/rally/exceptions.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands
> copying build/lib/rally/cli/commands/env.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands
> copying build/lib/rally/cli/commands/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands
> copying build/lib/rally/cli/commands/db.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands
> copying build/lib/rally/cli/commands/task.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands
> copying build/lib/rally/cli/commands/plugin.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands
> copying build/lib/rally/cli/commands/verify.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands
> copying build/lib/rally/cli/commands/deployment.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands
> copying build/lib/rally/cli/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli
> copying build/lib/rally/cli/cliutils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli
> copying build/lib/rally/cli/envutils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli
> copying build/lib/rally/cli/task_results_loader.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli
> copying build/lib/rally/cli/yamlutils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli
> copying build/lib/rally/cli/main.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli
> creating
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/ui
> copying build/lib/rally/ui/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/ui
> copying build/lib/rally/ui/utils.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/ui
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/env/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/env/env_mgr.py
> to env_mgr.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/env/platform.py
> to platform.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/aas/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/api.py
> to api.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/utils/strutils.py
> to strutils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/utils/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/utils/sshutils.py
> to sshutils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/utils/encodeutils.py
> to encodeutils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin/plugin.py
> to plugin.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin/meta.py
> to meta.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin/discover.py
> to discover.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin/info.py
> to info.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/cfg.py
> to cfg.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects/verifier.py
> to verifier.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects/verification.py
> to verification.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects/deploy.py
> to deploy.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects/task.py
> to task.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/validation.py
> to validation.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/logging.py
> to logging.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/sshutils.py
> to sshutils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/streaming_algorithms.py
> to streaming_algorithms.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/opts.py
> to opts.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/version.py
> to version.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/yamlutils.py
> to yamlutils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/api.py
> to api.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/models.py
> to models.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/schema.py
> to schema.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/migrations/env.py
> to env.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/migrations/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/sa_types.py
> to sa_types.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/broker.py
> to broker.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/utils.py
> to utils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/io/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/io/junit.py
> to junit.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/io/subunit_v2.py
> to subunit_v2.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/fileutils.py
> to fileutils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/functional.py
> to functional.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/types.py
> to types.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/validation.py
> to validation.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/scenario.py
> to scenario.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/hook.py
> to hook.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/service.py
> to service.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/engine.py
> to engine.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/context.py
> to context.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/runner.py
> to runner.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/sla.py
> to sla.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/exporter.py
> to exporter.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/atomic.py
> to atomic.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/task_cfg.py
> to task_cfg.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/processing/plot.py
> to plot.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/processing/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/processing/charts.py
> to charts.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/processing/utils.py
> to utils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/utils.py
> to utils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification/context.py
> to context.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification/manager.py
> to manager.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification/reporter.py
> to reporter.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification/utils.py
> to utils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook/triggers/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook/triggers/periodic.py
> to periodic.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook/triggers/event.py
> to event.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook/sys_call.py
> to sys_call.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/types.py
> to types.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/runners/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/runners/serial.py
> to serial.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/runners/constant.py
> to constant.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/runners/rps.py
> to rps.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/verification/testr.py
> to testr.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/verification/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/verification/reporters.py
> to reporters.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/validators.py
> to validators.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla/failure_rate.py
> to failure_rate.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla/outliers.py
> to outliers.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla/max_average_duration_per_atomic.py
> to max_average_duration_per_atomic.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla/iteration_time.py
> to iteration_time.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla/max_average_duration.py
> to max_average_duration.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla/performance_degradation.py
> to performance_degradation.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/json_exporter.py
> to json_exporter.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/html.py
> to html.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/junit.py
> to junit.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/trends.py
> to trends.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/elastic/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/elastic/client.py
> to client.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/elastic/flatten.py
> to flatten.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/elastic/exporter.py
> to exporter.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/requests/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/requests/http_requests.py
> to http_requests.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/requests/utils.py
> to utils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/dummy/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/dummy/dummy.py
> to dummy.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/types.py
> to types.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/runners/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/runners/serial.py
> to serial.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/runners/constant.py
> to constant.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/runners/rps.py
> to rps.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/hooks/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/hooks/sys_call.py
> to sys_call.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/contexts/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/contexts/dummy.py
> to dummy.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/hook_triggers/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/hook_triggers/periodic.py
> to periodic.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/hook_triggers/event.py
> to event.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla/failure_rate.py
> to failure_rate.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla/outliers.py
> to outliers.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla/max_average_duration_per_atomic.py
> to max_average_duration_per_atomic.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla/iteration_time.py
> to iteration_time.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla/max_average_duration.py
> to max_average_duration.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/sla/performance_degradation.py
> to performance_degradation.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/json_exporter.py
> to json_exporter.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/html.py
> to html.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/junit.py
> to junit.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/trends.py
> to trends.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/old_json_results.py
> to old_json_results.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/elastic/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/elastic/client.py
> to client.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/elastic/flatten.py
> to flatten.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/exporters/elastic/exporter.py
> to exporter.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios/requests/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios/requests/http_requests.py
> to http_requests.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios/requests/utils.py
> to utils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios/dummy/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/task/scenarios/dummy/dummy.py
> to dummy.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/verification/testr.py
> to testr.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/verification/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/verification/reporters.py
> to reporters.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/consts.py
> to consts.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/exceptions.py
> to exceptions.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands/env.py
> to env.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands/db.py
> to db.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands/task.py
> to task.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands/plugin.py
> to plugin.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands/verify.py
> to verify.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands/deployment.py
> to deployment.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/cliutils.py
> to cliutils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/envutils.py
> to envutils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/task_results_loader.py
> to task_results_loader.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/yamlutils.py
> to yamlutils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/main.py
> to main.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/ui/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/ui/utils.py
> to utils.cpython-39.pyc
> running install_data
> creating /<<PKGBUILDDIR>>/debian/python3-rally/usr/etc
> creating /<<PKGBUILDDIR>>/debian/python3-rally/usr/etc/bash_completion.d
> copying etc/rally.bash_completion ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/etc/bash_completion.d
> running install_egg_info
> Copying rally.egg-info to
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally-3.1.0.egg-info
> Skipping SOURCES.txt
> running install_scripts
> Installing rally script to /<<PKGBUILDDIR>>/debian/python3-rally/usr/bin
> + pwd
> + rm -rf /<<PKGBUILDDIR>>/debian/python*/usr/lib/python*/dist-packages/*.pth
> + pwd
> + rm -rf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python*/dist-packages/*.pth
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/python-rally/usr/bin ]
> set -e ; set -x ; for PYVER in 3.9; do \
> PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages \
> PYTHON=python$PYVER \
> python$PYVER -m pytest tests/unit -Wignore ; \
> done
> + PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> PYTHON=python3.9 python3.9 -m pytest tests/unit -Wignore
> ============================= test session starts
> ==============================
> platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>, configfile: tox.ini
> plugins: forked-1.3.0, xdist-2.4.0
> collected 1563 items
>
> tests/unit/test_api.py ................................................. [
> 3%]
> ..................................................... [
> 6%]
> tests/unit/test_ddt.py . [
> 6%]
> tests/unit/test_exceptions.py .. [
> 6%]
> tests/unit/test_hacking.py ...................................... [
> 9%]
> tests/unit/test_mock.py . [
> 9%]
> tests/unit/test_pytest_launcher.py .. [
> 9%]
> tests/unit/test_resources.py . [
> 9%]
> tests/unit/test_test_ddt.py .. [
> 9%]
> tests/unit/test_test_mock.py .............................. [
> 11%]
> tests/unit/cli/test_cliutils.py ........................................ [
> 14%]
> ........................................................................ [
> 18%]
> ................................... [
> 20%]
> tests/unit/cli/test_envutils.py ........... [
> 21%]
> tests/unit/cli/test_task_results_loader.py .... [
> 21%]
> tests/unit/cli/test_yamlutils.py ... [
> 22%]
> tests/unit/cli/commands/test_db.py ....... [
> 22%]
> tests/unit/cli/commands/test_deployment.py ...................... [
> 23%]
> tests/unit/cli/commands/test_docstrings.py . [
> 23%]
> tests/unit/cli/commands/test_env.py ........................... [
> 25%]
> tests/unit/cli/commands/test_plugin.py ........ [
> 26%]
> tests/unit/cli/commands/test_task.py ................................... [
> 28%]
> .......... [
> 29%]
> tests/unit/cli/commands/test_verify.py .......................... [
> 30%]
> tests/unit/common/test_broker.py ....... [
> 31%]
> tests/unit/common/test_logging.py ...................... [
> 32%]
> tests/unit/common/test_opts.py . [
> 32%]
> tests/unit/common/test_streaming_algorithms.py ......................... [
> 34%]
> ............ [
> 34%]
> tests/unit/common/test_utils.py ........s............................... [
> 37%]
> ...................... [
> 38%]
> tests/unit/common/test_validation.py ............. [
> 39%]
> tests/unit/common/test_version.py ... [
> 39%]
> tests/unit/common/db/test_api.py ....................................... [
> 42%]
> .................. [
> 43%]
> tests/unit/common/db/test_migrations.py ...F [
> 43%]
> tests/unit/common/db/test_types.py .................... [
> 45%]
> tests/unit/common/io/test_junit.py .. [
> 45%]
> tests/unit/common/io/test_subunit_v2.py ....... [
> 45%]
> tests/unit/common/objects/test_deploy.py .......... [
> 46%]
> tests/unit/common/objects/test_task.py ................................. [
> 48%]
> .......................... [
> 50%]
> tests/unit/common/objects/test_verification.py ......... [
> 50%]
> tests/unit/common/objects/test_verifier.py ........... [
> 51%]
> tests/unit/common/plugin/test_discover.py .......... [
> 52%]
> tests/unit/common/plugin/test_info.py ....... [
> 52%]
> tests/unit/common/plugin/test_meta.py ............. [
> 53%]
> tests/unit/common/plugin/test_plugin.py .................... [
> 54%]
> tests/unit/doc/test_docker_readme.py . [
> 54%]
> tests/unit/doc/test_docstrings.py .. [
> 54%]
> tests/unit/doc/test_format.py . [
> 54%]
> tests/unit/doc/test_jsonschemas.py . [
> 54%]
> tests/unit/doc/test_specs.py . [
> 55%]
> tests/unit/env/test_env_mgr.py ............................ [
> 56%]
> tests/unit/env/test_platform.py . [
> 56%]
> tests/unit/plugins/common/test_validators.py ........................... [
> 58%]
> ......... [
> 59%]
> tests/unit/plugins/task/test_types.py ....... [
> 59%]
> tests/unit/plugins/task/contexts/test_dummy.py .. [
> 59%]
> tests/unit/plugins/task/exporters/test_html.py .. [
> 59%]
> tests/unit/plugins/task/exporters/test_json_exporter.py .. [
> 60%]
> tests/unit/plugins/task/exporters/test_junit.py . [
> 60%]
> tests/unit/plugins/task/exporters/test_old_json_results.py .... [
> 60%]
> tests/unit/plugins/task/exporters/test_trends.py . [
> 60%]
> tests/unit/plugins/task/exporters/elastic/test_client.py ......... [
> 60%]
> tests/unit/plugins/task/exporters/elastic/test_exporter.py ........... [
> 61%]
> tests/unit/plugins/task/exporters/elastic/test_flatten.py .. [
> 61%]
> tests/unit/plugins/task/hook_triggers/test_event.py .................... [
> 63%]
> ...... [
> 63%]
> tests/unit/plugins/task/hook_triggers/test_periodic.py ................. [
> 64%]
> ...................... [
> 65%]
> tests/unit/plugins/task/hooks/test_sys_call.py ...... [
> 66%]
> tests/unit/plugins/task/runners/test_constant.py ................. [
> 67%]
> tests/unit/plugins/task/runners/test_rps.py .................... [
> 68%]
> tests/unit/plugins/task/runners/test_serial.py ... [
> 68%]
> tests/unit/plugins/task/scenarios/dummy/test_dummy.py .................. [
> 70%]
> ..... [
> 70%]
> tests/unit/plugins/task/scenarios/requests/test_http_requests.py .. [
> 70%]
> tests/unit/plugins/task/scenarios/requests/test_utils.py .. [
> 70%]
> tests/unit/plugins/task/sla/test_failure_rate.py ................. [
> 71%]
> tests/unit/plugins/task/sla/test_iteration_time.py ....... [
> 72%]
> tests/unit/plugins/task/sla/test_max_average_duration.py ....... [
> 72%]
> tests/unit/plugins/task/sla/test_max_average_duration_per_atomic.py .... [
> 72%]
> ... [
> 73%]
> tests/unit/plugins/task/sla/test_outliers.py ............ [
> 73%]
> tests/unit/plugins/task/sla/test_performance_degradation.py ............ [
> 74%]
> ... [
> 74%]
> tests/unit/plugins/verification/test_reporters.py ....... [
> 75%]
> tests/unit/plugins/verification/test_testr.py ................ [
> 76%]
> tests/unit/task/test_atomic.py ....... [
> 76%]
> tests/unit/task/test_context.py .............................. [
> 78%]
> tests/unit/task/test_engine.py ............................ [
> 80%]
> tests/unit/task/test_exporter.py . [
> 80%]
> tests/unit/task/test_functional.py .. [
> 80%]
> tests/unit/task/test_hook.py .............. [
> 81%]
> tests/unit/task/test_runner.py ............ [
> 82%]
> tests/unit/task/test_scenario.py .......... [
> 82%]
> tests/unit/task/test_services.py ........... [
> 83%]
> tests/unit/task/test_sla.py ............... [
> 84%]
> tests/unit/task/test_task_cfg.py .......... [
> 85%]
> tests/unit/task/test_types.py ... [
> 85%]
> tests/unit/task/test_utils.py .................................. [
> 87%]
> tests/unit/task/processing/test_charts.py .............................. [
> 89%]
> ............................... [
> 91%]
> tests/unit/task/processing/test_plot.py .............................. [
> 93%]
> tests/unit/task/processing/test_utils.py ....................... [
> 94%]
> tests/unit/ui/test_utils.py .. [
> 95%]
> tests/unit/utils/test_encodeutils.py .......... [
> 95%]
> tests/unit/utils/test_sshutils.py ........................ [
> 97%]
> tests/unit/utils/test_strutils.py .................. [
> 98%]
> tests/unit/verification/test_context.py .. [
> 98%]
> tests/unit/verification/test_manager.py ................... [
> 99%]
> tests/unit/verification/test_reporter.py . [
> 99%]
> tests/unit/verification/test_utils.py ....
> [100%]
>
> =================================== FAILURES
> ===================================
> ___________________ MigrationWalkTestCase.test_walk_versions
> ___________________
> 'NoneType' object is not iterable
>
> During handling of the above exception, another exception occurred:
> NOTE: Incompatible Exception Representation, displaying natively:
>
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sqlalchemy/sql/sqltypes.py", line
> 1643, in _object_value_for_elem
> return self._object_lookup[elem]
> KeyError: 'failed'
>
> The above exception was the direct cause of the following exception:
>
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/tests/unit/common/db/test_migrations.py", line 278,
> in test_walk_versions
> self.walk_versions(self.engine)
> File "/<<PKGBUILDDIR>>/tests/unit/common/db/test_migrations_base.py", line
> 109, in walk_versions
> self._migrate_up(engine, ver_up, with_data=True)
> File "/<<PKGBUILDDIR>>/tests/unit/common/db/test_migrations_base.py", line
> 146, in _migrate_up
> self._migrate(engine, version, "upgrade")
> File "/<<PKGBUILDDIR>>/tests/unit/common/db/test_migrations_base.py", line
> 127, in _migrate
> self._alembic_command(cmd, engine, self.ALEMBIC_CONFIG, version)
> File "/<<PKGBUILDDIR>>/tests/unit/common/db/test_migrations_base.py", line
> 67, in _alembic_command
> getattr(command, alembic_command)(*args, **kwargs)
> File "/usr/lib/python3/dist-packages/alembic/command.py", line 320, in
> upgrade
> script.run_env()
> File "/usr/lib/python3/dist-packages/alembic/script/base.py", line 563, in
> run_env
> util.load_python_file(self.dir, "env.py")
> File "/usr/lib/python3/dist-packages/alembic/util/pyfiles.py", line 92, in
> load_python_file
> module = load_module_py(module_id, path)
> File "/usr/lib/python3/dist-packages/alembic/util/pyfiles.py", line 108, in
> load_module_py
> spec.loader.exec_module(module) # type: ignore
> File "<frozen importlib._bootstrap_external>", line 850, in exec_module
> File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
> File "/<<PKGBUILDDIR>>/rally/common/db/migrations/env.py", line 47, in
> <module>
> run_migrations_online()
> File "/<<PKGBUILDDIR>>/rally/common/db/migrations/env.py", line 44, in
> run_migrations_online
> context.run_migrations()
> File "<string>", line 8, in run_migrations
> File "/usr/lib/python3/dist-packages/alembic/runtime/environment.py", line
> 851, in run_migrations
> self.get_context().run_migrations(**kw)
> File "/usr/lib/python3/dist-packages/alembic/runtime/migration.py", line
> 612, in run_migrations
> step.migration_fn(**kw)
> File
> "/<<PKGBUILDDIR>>/rally/common/db/migrations/versions/2016_09_08e1515a576c_fix_invalid_verification_logs.py",
> line 66, in upgrade
> for task in connection.execute(task_helper.select()):
> File "/usr/lib/python3/dist-packages/sqlalchemy/engine/result.py", line
> 382, in iterrows
> row = make_row(row) if make_row else row
> File "/usr/lib/python3/dist-packages/sqlalchemy/engine/row.py", line 73, in
> __init__
> [
> File "/usr/lib/python3/dist-packages/sqlalchemy/engine/row.py", line 74, in
> <listcomp>
> proc(value) if proc else value
> File "/usr/lib/python3/dist-packages/sqlalchemy/sql/sqltypes.py", line
> 1754, in process
> value = self._object_value_for_elem(value)
> File "/usr/lib/python3/dist-packages/sqlalchemy/sql/sqltypes.py", line
> 1645, in _object_value_for_elem
> util.raise_(
> File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207,
> in raise_
> raise exception
> LookupError: 'failed' is not among the defined enum values. Enum name:
> enum_tasks_status. Possible values: aborted, aborting, crashed, ...,
> validation_..
>
> ----------------------------- Captured stderr call
> -----------------------------
> 2021-10-23 07:27:58.186 19917 ERROR tests.unit.common.db.test_migrations_base
> [-] Failed to migrate to version 08e1515a576c on engine Engine(sqlite://):
> LookupError: 'failed' is not among the defined enum values. Enum name:
> enum_tasks_status. Possible values: aborted, aborting, crashed, ...,
> validation_..[00m
> ------------------------------ Captured log call
> -------------------------------
> ERROR tests.unit.common.db.test_migrations_base:logging.py:107 Failed to
> migrate to version 08e1515a576c on engine Engine(sqlite://)
> =========================== short test summary info
> ============================
> FAILED
> tests/unit/common/db/test_migrations.py::MigrationWalkTestCase::test_walk_versions
> ================== 1 failed, 1561 passed, 1 skipped in 29.16s
> ==================
> make[1]: *** [debian/rules:25: override_dh_auto_install] Error 1
The full build log is available from:
http://qa-logs.debian.net/2021/10/23/rally_3.1.0-2_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: testresources
Source-Version: 2.0.1-2.1
Done: Stefano Rivera <stefa...@debian.org>
We believe that the bug you reported is fixed in the latest version of
testresources, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 997...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated testresources package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 09 Dec 2021 17:52:35 -0400
Source: testresources
Architecture: source
Version: 2.0.1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 997361
Changes:
testresources (2.0.1-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Patch: Python 3.10 support. Closes: #997361
Checksums-Sha1:
fb15d9279a01a50247e007c3d7b15c842cc187af 1602 testresources_2.0.1-2.1.dsc
799f199d272e93627b948366bf32583d9aa45be3 6108
testresources_2.0.1-2.1.debian.tar.xz
1ec452391e1766924fc876dab1df2b8c31690529 5704
testresources_2.0.1-2.1_source.buildinfo
Checksums-Sha256:
5afa1fca7f6e656faf5e6e360cecd5743a5da72a265f91928e94ab30c82b8284 1602
testresources_2.0.1-2.1.dsc
846948a5abc3fb043042a4d91674fe5259a4284882b387bfe88da55a5aa1359d 6108
testresources_2.0.1-2.1.debian.tar.xz
1e66e6dff0afe57d3cdb8706337ff9259177ff27f64f26a471c74b250f97a325 5704
testresources_2.0.1-2.1_source.buildinfo
Files:
f6cd6987db8fccbe9efd6bc79ecca6df 1602 python optional
testresources_2.0.1-2.1.dsc
c7c3077c90d72cc98d3258adc516776a 6108 python optional
testresources_2.0.1-2.1.debian.tar.xz
5743fdfd19e53dce2e52b6e603b73222 5704 python optional
testresources_2.0.1-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCYbJ8fBQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2PPBAQDmWckEcVglf8FvkHX7KfKDVHKB+8e4
NJZ0nKmmAOypeQD/Tmn25uAKJCwipLeNYnGjT1ASSN6GJ5ytTrUmDGR38QU=
=LLVS
-----END PGP SIGNATURE-----
--- End Message ---