Source: rally
Version: 2.1.0+20200226.git.e9264de713+dfsg1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200620 ftbfs-bullseye
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.8
> + [ no = yes ]
> + [ yes = yes ]
> + [ no = yes ]
> + TARGET_DIR=python3-rally
> + pwd
> + python3.8 setup.py install --install-layout=deb --root
> /<<PKGBUILDDIR>>/debian/python3-rally
> 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/scenarios
> 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
> 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
> copying rally/plugins/__init__.py -> build/lib/rally/plugins
> 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/cli
> 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
> 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/common
> 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/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
> creating build/lib/rally/plugins/common/contexts
> copying rally/plugins/common/contexts/__init__.py ->
> build/lib/rally/plugins/common/contexts
> copying rally/plugins/common/contexts/dummy.py ->
> build/lib/rally/plugins/common/contexts
> 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/main.py -> build/lib/rally/cli
> 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/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
> 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/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/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
> 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/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
> 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/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/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
> copying rally/plugins/common/scenarios/__init__.py ->
> build/lib/rally/plugins/common/scenarios
> creating build/lib/rally/aas
> copying rally/aas/__init__.py -> build/lib/rally/aas
> 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/exporters
> 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
> 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/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/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
> 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
> 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/contexts
> copying build/lib/rally/plugins/common/contexts/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/contexts
> copying build/lib/rally/plugins/common/contexts/dummy.py ->
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/contexts
> 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
> 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/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-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/env/env_mgr.py
> to env_mgr.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/env/platform.py
> to platform.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/aas/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/api.py
> to api.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/utils/strutils.py
> to strutils.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/utils/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/utils/sshutils.py
> to sshutils.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/utils/encodeutils.py
> to encodeutils.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin/plugin.py
> to plugin.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin/meta.py
> to meta.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin/discover.py
> to discover.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/plugin/info.py
> to info.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/cfg.py
> to cfg.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects/verifier.py
> to verifier.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects/verification.py
> to verification.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects/deploy.py
> to deploy.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/objects/task.py
> to task.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/validation.py
> to validation.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/logging.py
> to logging.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/sshutils.py
> to sshutils.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/streaming_algorithms.py
> to streaming_algorithms.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/opts.py
> to opts.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/version.py
> to version.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/yamlutils.py
> to yamlutils.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/api.py
> to api.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/models.py
> to models.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/schema.py
> to schema.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/migrations/env.py
> to env.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/migrations/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/db/sa_types.py
> to sa_types.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/broker.py
> to broker.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/utils.py
> to utils.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/io/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/io/junit.py
> to junit.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/io/subunit_v2.py
> to subunit_v2.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/common/fileutils.py
> to fileutils.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/functional.py
> to functional.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/types.py
> to types.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/validation.py
> to validation.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/scenario.py
> to scenario.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/hook.py
> to hook.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/service.py
> to service.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/engine.py
> to engine.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/context.py
> to context.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/runner.py
> to runner.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/sla.py
> to sla.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/exporter.py
> to exporter.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/atomic.py
> to atomic.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/task_cfg.py
> to task_cfg.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/processing/plot.py
> to plot.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/processing/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/processing/charts.py
> to charts.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/processing/utils.py
> to utils.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/task/utils.py
> to utils.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification/context.py
> to context.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification/manager.py
> to manager.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification/reporter.py
> to reporter.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/verification/utils.py
> to utils.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook/triggers/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook/triggers/periodic.py
> to periodic.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook/triggers/event.py
> to event.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/hook/sys_call.py
> to sys_call.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/types.py
> to types.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/runners/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/runners/serial.py
> to serial.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/runners/constant.py
> to constant.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/runners/rps.py
> to rps.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/contexts/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/contexts/dummy.py
> to dummy.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/verification/testr.py
> to testr.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/verification/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/verification/reporters.py
> to reporters.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/validators.py
> to validators.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla/failure_rate.py
> to failure_rate.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla/outliers.py
> to outliers.cpython-38.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-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla/iteration_time.py
> to iteration_time.cpython-38.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-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/sla/performance_degradation.py
> to performance_degradation.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/json_exporter.py
> to json_exporter.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/html.py
> to html.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/junit.py
> to junit.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/trends.py
> to trends.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/elastic/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/elastic/client.py
> to client.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/elastic/flatten.py
> to flatten.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/exporters/elastic/exporter.py
> to exporter.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/requests/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/requests/http_requests.py
> to http_requests.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/requests/utils.py
> to utils.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/dummy/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/plugins/common/scenarios/dummy/dummy.py
> to dummy.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/consts.py
> to consts.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/exceptions.py
> to exceptions.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands/env.py
> to env.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands/db.py
> to db.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands/task.py
> to task.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands/plugin.py
> to plugin.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands/verify.py
> to verify.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/commands/deployment.py
> to deployment.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/cliutils.py
> to cliutils.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/envutils.py
> to envutils.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/cli/main.py
> to main.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/ui/__init__.py
> to __init__.cpython-38.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-rally/usr/lib/python3/dist-packages/rally/ui/utils.py
> to utils.cpython-38.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-2.1.0+20200226.git.e9264de713.egg-info
> Skipping SOURCES.txt
> running install_scripts
> Installing rally script to /<<PKGBUILDDIR>>/debian/python3-rally/usr/bin
> /usr/lib/python3/dist-packages/pbr/packaging.py:436:
> EasyInstallDeprecationWarning: Use get_header
> header = easy_install.get_script_header("", executable, is_wininst)
> + 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.8; do \
> PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages \
> PYTHON=python$PYVER \
> python$PYVER -m pytest tests/unit ; \
> done
> + PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> PYTHON=python3.8 python3.8 -m pytest tests/unit
> ============================= test session starts
> ==============================
> platform linux -- Python 3.8.3, pytest-4.6.11, py-1.8.1, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>, inifile: tox.ini
> plugins: xdist-1.32.0, forked-1.1.3
> collected 1547 items / 1 errors / 1546 selected
>
> ==================================== ERRORS
> ====================================
> ___________ ERROR collecting tests/unit/common/db/test_migrations.py
> ___________
> tests/unit/common/db/test_migrations.py:30: in <module>
> from oslo_db.sqlalchemy import test_migrations
> <frozen importlib._bootstrap>:991: in _find_and_load
> ???
> <frozen importlib._bootstrap>:975: in _find_and_load_unlocked
> ???
> <frozen importlib._bootstrap>:655: in _load_unlocked
> ???
> <frozen importlib._bootstrap>:618: in _load_backward_compatible
> ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:304: in
> load_module
> exec(co, mod.__dict__)
> /usr/lib/python3/dist-packages/oslo_db/sqlalchemy/test_migrations.py:33: in
> <module>
> from oslo_db.sqlalchemy import provision
> /usr/lib/python3/dist-packages/oslo_db/sqlalchemy/provision.py:29: in <module>
> import testresources
> /usr/lib/python3/dist-packages/testresources/__init__.py:195: in <module>
> class _OrderedSet(collections.MutableSet):
> /usr/lib/python3.8/collections/__init__.py:49: in __getattr__
> warnings.warn("Using or importing the ABCs from 'collections' instead "
> E DeprecationWarning: Using or importing the ABCs from 'collections'
> instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9
> it will stop working
> !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection
> !!!!!!!!!!!!!!!!!!!!
> =========================== 1 error in 2.73 seconds
> ============================
> make[1]: *** [debian/rules:25: override_dh_auto_install] Error 2
The full build log is available from:
http://qa-logs.debian.net/2020/06/20/rally_2.1.0+20200226.git.e9264de713+dfsg1-1_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!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.