Your message dated Tue, 12 Dec 2023 21:21:59 +0000
with message-id <e1rdacv-006kyl...@fasolo.debian.org>
and subject line Bug#1058184: fixed in python-taskflow 5.4.0-2
has caused the Debian Bug report #1058184,
regarding python-taskflow: FTBFS: ModuleNotFoundError: No module named 
'asyncore'
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.)


-- 
1058184: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058184
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-taskflow
Version: 5.4.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> for i in 3.12 3.11 ; do \
>       python3 setup.py install -f --install-layout=deb 
> --root=/<<PKGBUILDDIR>>/debian/tmp ; \
> done
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:40: 
> EasyInstallDeprecationWarning: easy_install command is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please avoid running ``setup.py`` and ``easy_install``.
>         Instead, use pypa/build, pypa/installer or other
>         standards-based tools.
> 
>         See https://github.com/pypa/setuptools/issues/917 for details.
>         
> ********************************************************************************
> 
> !!
>   easy_install.initialize_options(self)
> /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
> SetuptoolsDeprecationWarning: setup.py install is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please avoid running ``setup.py`` directly.
>         Instead, use pypa/build, pypa/installer or other
>         standards-based tools.
> 
>         See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
> for details.
>         
> ********************************************************************************
> 
> !!
>   self.initialize_options()
> running install
> [pbr] Generating AUTHORS
> [pbr] AUTHORS complete (0.0s)
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/taskflow
> creating build/lib/taskflow/tests
> copying taskflow/tests/utils.py -> build/lib/taskflow/tests
> copying taskflow/tests/__init__.py -> build/lib/taskflow/tests
> copying taskflow/tests/test_examples.py -> build/lib/taskflow/tests
> copying taskflow/tests/fixtures.py -> build/lib/taskflow/tests
> creating build/lib/taskflow/conductors
> copying taskflow/conductors/__init__.py -> build/lib/taskflow/conductors
> copying taskflow/conductors/base.py -> build/lib/taskflow/conductors
> creating build/lib/taskflow/conductors/backends
> copying taskflow/conductors/backends/__init__.py -> 
> build/lib/taskflow/conductors/backends
> copying taskflow/conductors/backends/impl_executor.py -> 
> build/lib/taskflow/conductors/backends
> copying taskflow/conductors/backends/impl_blocking.py -> 
> build/lib/taskflow/conductors/backends
> copying taskflow/conductors/backends/impl_nonblocking.py -> 
> build/lib/taskflow/conductors/backends
> creating build/lib/taskflow/utils
> copying taskflow/utils/schema_utils.py -> build/lib/taskflow/utils
> copying taskflow/utils/iter_utils.py -> build/lib/taskflow/utils
> copying taskflow/utils/__init__.py -> build/lib/taskflow/utils
> copying taskflow/utils/threading_utils.py -> build/lib/taskflow/utils
> copying taskflow/utils/banner.py -> build/lib/taskflow/utils
> copying taskflow/utils/redis_utils.py -> build/lib/taskflow/utils
> copying taskflow/utils/async_utils.py -> build/lib/taskflow/utils
> copying taskflow/utils/kombu_utils.py -> build/lib/taskflow/utils
> copying taskflow/utils/kazoo_utils.py -> build/lib/taskflow/utils
> copying taskflow/utils/persistence_utils.py -> build/lib/taskflow/utils
> copying taskflow/utils/eventlet_utils.py -> build/lib/taskflow/utils
> copying taskflow/utils/misc.py -> build/lib/taskflow/utils
> creating build/lib/taskflow/persistence
> creating build/lib/taskflow/persistence/backends
> copying taskflow/persistence/backends/__init__.py -> 
> build/lib/taskflow/persistence/backends
> copying taskflow/persistence/backends/impl_sqlalchemy.py -> 
> build/lib/taskflow/persistence/backends
> copying taskflow/persistence/backends/impl_memory.py -> 
> build/lib/taskflow/persistence/backends
> copying taskflow/persistence/backends/impl_zookeeper.py -> 
> build/lib/taskflow/persistence/backends
> copying taskflow/persistence/backends/impl_dir.py -> 
> build/lib/taskflow/persistence/backends
> creating build/lib/taskflow/listeners
> copying taskflow/listeners/logging.py -> build/lib/taskflow/listeners
> copying taskflow/listeners/__init__.py -> build/lib/taskflow/listeners
> copying taskflow/listeners/timing.py -> build/lib/taskflow/listeners
> copying taskflow/listeners/base.py -> build/lib/taskflow/listeners
> copying taskflow/listeners/claims.py -> build/lib/taskflow/listeners
> copying taskflow/listeners/printing.py -> build/lib/taskflow/listeners
> copying taskflow/listeners/capturing.py -> build/lib/taskflow/listeners
> creating build/lib/taskflow/engines
> creating build/lib/taskflow/engines/action_engine
> copying taskflow/engines/action_engine/__init__.py -> 
> build/lib/taskflow/engines/action_engine
> copying taskflow/engines/action_engine/engine.py -> 
> build/lib/taskflow/engines/action_engine
> copying taskflow/engines/action_engine/deciders.py -> 
> build/lib/taskflow/engines/action_engine
> copying taskflow/engines/action_engine/builder.py -> 
> build/lib/taskflow/engines/action_engine
> copying taskflow/engines/action_engine/scheduler.py -> 
> build/lib/taskflow/engines/action_engine
> copying taskflow/engines/action_engine/scopes.py -> 
> build/lib/taskflow/engines/action_engine
> copying taskflow/engines/action_engine/selector.py -> 
> build/lib/taskflow/engines/action_engine
> copying taskflow/engines/action_engine/compiler.py -> 
> build/lib/taskflow/engines/action_engine
> copying taskflow/engines/action_engine/executor.py -> 
> build/lib/taskflow/engines/action_engine
> copying taskflow/engines/action_engine/traversal.py -> 
> build/lib/taskflow/engines/action_engine
> copying taskflow/engines/action_engine/process_executor.py -> 
> build/lib/taskflow/engines/action_engine
> copying taskflow/engines/action_engine/runtime.py -> 
> build/lib/taskflow/engines/action_engine
> copying taskflow/engines/action_engine/completer.py -> 
> build/lib/taskflow/engines/action_engine
> copying taskflow/engines/__init__.py -> build/lib/taskflow/engines
> copying taskflow/engines/base.py -> build/lib/taskflow/engines
> copying taskflow/engines/helpers.py -> build/lib/taskflow/engines
> copying taskflow/persistence/__init__.py -> build/lib/taskflow/persistence
> copying taskflow/persistence/models.py -> build/lib/taskflow/persistence
> copying taskflow/persistence/path_based.py -> build/lib/taskflow/persistence
> copying taskflow/persistence/base.py -> build/lib/taskflow/persistence
> creating build/lib/taskflow/jobs
> creating build/lib/taskflow/jobs/backends
> copying taskflow/jobs/backends/__init__.py -> build/lib/taskflow/jobs/backends
> copying taskflow/jobs/backends/impl_zookeeper.py -> 
> build/lib/taskflow/jobs/backends
> copying taskflow/jobs/backends/impl_redis.py -> 
> build/lib/taskflow/jobs/backends
> creating build/lib/taskflow/engines/action_engine/actions
> copying taskflow/engines/action_engine/actions/__init__.py -> 
> build/lib/taskflow/engines/action_engine/actions
> copying taskflow/engines/action_engine/actions/base.py -> 
> build/lib/taskflow/engines/action_engine/actions
> copying taskflow/engines/action_engine/actions/retry.py -> 
> build/lib/taskflow/engines/action_engine/actions
> copying taskflow/engines/action_engine/actions/task.py -> 
> build/lib/taskflow/engines/action_engine/actions
> creating build/lib/taskflow/engines/worker_based
> copying taskflow/engines/worker_based/__init__.py -> 
> build/lib/taskflow/engines/worker_based
> copying taskflow/engines/worker_based/engine.py -> 
> build/lib/taskflow/engines/worker_based
> copying taskflow/engines/worker_based/dispatcher.py -> 
> build/lib/taskflow/engines/worker_based
> copying taskflow/engines/worker_based/executor.py -> 
> build/lib/taskflow/engines/worker_based
> copying taskflow/engines/worker_based/proxy.py -> 
> build/lib/taskflow/engines/worker_based
> copying taskflow/engines/worker_based/endpoint.py -> 
> build/lib/taskflow/engines/worker_based
> copying taskflow/engines/worker_based/types.py -> 
> build/lib/taskflow/engines/worker_based
> copying taskflow/engines/worker_based/protocol.py -> 
> build/lib/taskflow/engines/worker_based
> copying taskflow/engines/worker_based/worker.py -> 
> build/lib/taskflow/engines/worker_based
> copying taskflow/engines/worker_based/server.py -> 
> build/lib/taskflow/engines/worker_based
> creating build/lib/taskflow/persistence/backends/sqlalchemy
> copying taskflow/persistence/backends/sqlalchemy/__init__.py -> 
> build/lib/taskflow/persistence/backends/sqlalchemy
> copying taskflow/persistence/backends/sqlalchemy/migration.py -> 
> build/lib/taskflow/persistence/backends/sqlalchemy
> copying taskflow/persistence/backends/sqlalchemy/tables.py -> 
> build/lib/taskflow/persistence/backends/sqlalchemy
> creating build/lib/taskflow/tests/unit
> creating build/lib/taskflow/tests/unit/jobs
> copying taskflow/tests/unit/jobs/__init__.py -> 
> build/lib/taskflow/tests/unit/jobs
> copying taskflow/tests/unit/jobs/test_zk_job.py -> 
> build/lib/taskflow/tests/unit/jobs
> copying taskflow/tests/unit/jobs/test_redis_job.py -> 
> build/lib/taskflow/tests/unit/jobs
> copying taskflow/tests/unit/jobs/base.py -> build/lib/taskflow/tests/unit/jobs
> copying taskflow/tests/unit/jobs/test_entrypoint.py -> 
> build/lib/taskflow/tests/unit/jobs
> creating build/lib/taskflow/types
> copying taskflow/types/latch.py -> build/lib/taskflow/types
> copying taskflow/types/__init__.py -> build/lib/taskflow/types
> copying taskflow/types/failure.py -> build/lib/taskflow/types
> copying taskflow/types/sets.py -> build/lib/taskflow/types
> copying taskflow/types/timing.py -> build/lib/taskflow/types
> copying taskflow/types/entity.py -> build/lib/taskflow/types
> copying taskflow/types/notifier.py -> build/lib/taskflow/types
> copying taskflow/types/graph.py -> build/lib/taskflow/types
> copying taskflow/types/tree.py -> build/lib/taskflow/types
> copying taskflow/logging.py -> build/lib/taskflow
> copying taskflow/test.py -> build/lib/taskflow
> copying taskflow/__init__.py -> build/lib/taskflow
> copying taskflow/deciders.py -> build/lib/taskflow
> copying taskflow/flow.py -> build/lib/taskflow
> copying taskflow/version.py -> build/lib/taskflow
> copying taskflow/exceptions.py -> build/lib/taskflow
> copying taskflow/storage.py -> build/lib/taskflow
> copying taskflow/states.py -> build/lib/taskflow
> copying taskflow/retry.py -> build/lib/taskflow
> copying taskflow/task.py -> build/lib/taskflow
> copying taskflow/formatters.py -> build/lib/taskflow
> copying taskflow/atom.py -> build/lib/taskflow
> creating build/lib/taskflow/patterns
> copying taskflow/patterns/__init__.py -> build/lib/taskflow/patterns
> copying taskflow/patterns/graph_flow.py -> build/lib/taskflow/patterns
> copying taskflow/patterns/unordered_flow.py -> build/lib/taskflow/patterns
> copying taskflow/patterns/linear_flow.py -> build/lib/taskflow/patterns
> creating build/lib/taskflow/tests/unit/worker_based
> copying taskflow/tests/unit/worker_based/__init__.py -> 
> build/lib/taskflow/tests/unit/worker_based
> copying taskflow/tests/unit/worker_based/test_executor.py -> 
> build/lib/taskflow/tests/unit/worker_based
> copying taskflow/tests/unit/worker_based/test_creation.py -> 
> build/lib/taskflow/tests/unit/worker_based
> copying taskflow/tests/unit/worker_based/test_message_pump.py -> 
> build/lib/taskflow/tests/unit/worker_based
> copying taskflow/tests/unit/worker_based/test_endpoint.py -> 
> build/lib/taskflow/tests/unit/worker_based
> copying taskflow/tests/unit/worker_based/test_types.py -> 
> build/lib/taskflow/tests/unit/worker_based
> copying taskflow/tests/unit/worker_based/test_protocol.py -> 
> build/lib/taskflow/tests/unit/worker_based
> copying taskflow/tests/unit/worker_based/test_worker.py -> 
> build/lib/taskflow/tests/unit/worker_based
> copying taskflow/tests/unit/worker_based/test_proxy.py -> 
> build/lib/taskflow/tests/unit/worker_based
> copying taskflow/tests/unit/worker_based/test_dispatcher.py -> 
> build/lib/taskflow/tests/unit/worker_based
> copying taskflow/tests/unit/worker_based/test_server.py -> 
> build/lib/taskflow/tests/unit/worker_based
> copying taskflow/tests/unit/worker_based/test_pipeline.py -> 
> build/lib/taskflow/tests/unit/worker_based
> creating build/lib/taskflow/tests/unit/patterns
> copying taskflow/tests/unit/patterns/__init__.py -> 
> build/lib/taskflow/tests/unit/patterns
> copying taskflow/tests/unit/patterns/test_unordered_flow.py -> 
> build/lib/taskflow/tests/unit/patterns
> copying taskflow/tests/unit/patterns/test_graph_flow.py -> 
> build/lib/taskflow/tests/unit/patterns
> copying taskflow/tests/unit/patterns/test_linear_flow.py -> 
> build/lib/taskflow/tests/unit/patterns
> creating build/lib/taskflow/tests/unit/action_engine
> copying taskflow/tests/unit/action_engine/test_compile.py -> 
> build/lib/taskflow/tests/unit/action_engine
> copying taskflow/tests/unit/action_engine/__init__.py -> 
> build/lib/taskflow/tests/unit/action_engine
> copying taskflow/tests/unit/action_engine/test_creation.py -> 
> build/lib/taskflow/tests/unit/action_engine
> copying taskflow/tests/unit/action_engine/test_process_executor.py -> 
> build/lib/taskflow/tests/unit/action_engine
> copying taskflow/tests/unit/action_engine/test_builder.py -> 
> build/lib/taskflow/tests/unit/action_engine
> copying taskflow/tests/unit/action_engine/test_scoping.py -> 
> build/lib/taskflow/tests/unit/action_engine
> creating build/lib/taskflow/contrib
> copying taskflow/contrib/__init__.py -> build/lib/taskflow/contrib
> copying taskflow/jobs/__init__.py -> build/lib/taskflow/jobs
> copying taskflow/jobs/base.py -> build/lib/taskflow/jobs
> creating build/lib/taskflow/tests/unit/persistence
> copying taskflow/tests/unit/persistence/__init__.py -> 
> build/lib/taskflow/tests/unit/persistence
> copying taskflow/tests/unit/persistence/test_dir_persistence.py -> 
> build/lib/taskflow/tests/unit/persistence
> copying taskflow/tests/unit/persistence/test_memory_persistence.py -> 
> build/lib/taskflow/tests/unit/persistence
> copying taskflow/tests/unit/persistence/test_zk_persistence.py -> 
> build/lib/taskflow/tests/unit/persistence
> copying taskflow/tests/unit/persistence/base.py -> 
> build/lib/taskflow/tests/unit/persistence
> copying taskflow/tests/unit/persistence/test_sql_persistence.py -> 
> build/lib/taskflow/tests/unit/persistence
> copying taskflow/tests/unit/test_storage.py -> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_deciders.py -> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_mapfunctor_task.py -> 
> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/__init__.py -> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_notifier.py -> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_suspend.py -> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_utils_kazoo_utils.py -> 
> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_failure.py -> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_types.py -> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_utils_async_utils.py -> 
> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_utils_iter_utils.py -> 
> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_flow_dependencies.py -> 
> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_engine_helpers.py -> 
> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_formatters.py -> 
> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_progress.py -> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_utils.py -> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_listeners.py -> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_retries.py -> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_utils_threading_utils.py -> 
> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_conductors.py -> 
> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_check_transition.py -> 
> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_engines.py -> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_exceptions.py -> 
> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_states.py -> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_reducefunctor_task.py -> 
> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_arguments_passing.py -> 
> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_task.py -> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_utils_binary.py -> 
> build/lib/taskflow/tests/unit
> copying taskflow/tests/unit/test_functor_task.py -> 
> build/lib/taskflow/tests/unit
> running egg_info
> creating taskflow.egg-info
> writing taskflow.egg-info/PKG-INFO
> writing dependency_links to taskflow.egg-info/dependency_links.txt
> writing entry points to taskflow.egg-info/entry_points.txt
> writing requirements to taskflow.egg-info/requires.txt
> writing top-level names to taskflow.egg-info/top_level.txt
> [pbr] Processing SOURCES.txt
> writing manifest file 'taskflow.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 'taskflow.egg-info/SOURCES.txt'
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/tmp
> creating /<<PKGBUILDDIR>>/debian/tmp/usr
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/logging.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/test.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/latch.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/failure.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/sets.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/timing.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/entity.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/notifier.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/graph.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/tree.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests
> copying build/lib/taskflow/tests/utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_storage.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_deciders.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_mapfunctor_task.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_notifier.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_suspend.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_utils_kazoo_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_failure.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_types.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_utils_async_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs
> copying build/lib/taskflow/tests/unit/jobs/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs
> copying build/lib/taskflow/tests/unit/jobs/test_zk_job.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs
> copying build/lib/taskflow/tests/unit/jobs/test_redis_job.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs
> copying build/lib/taskflow/tests/unit/jobs/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs
> copying build/lib/taskflow/tests/unit/jobs/test_entrypoint.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs
> copying build/lib/taskflow/tests/unit/test_utils_iter_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_flow_dependencies.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_engine_helpers.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_formatters.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine
> copying build/lib/taskflow/tests/unit/action_engine/test_compile.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine
> copying build/lib/taskflow/tests/unit/action_engine/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine
> copying build/lib/taskflow/tests/unit/action_engine/test_creation.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine
> copying build/lib/taskflow/tests/unit/action_engine/test_process_executor.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine
> copying build/lib/taskflow/tests/unit/action_engine/test_builder.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine
> copying build/lib/taskflow/tests/unit/action_engine/test_scoping.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine
> copying build/lib/taskflow/tests/unit/test_progress.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_listeners.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns
> copying build/lib/taskflow/tests/unit/patterns/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns
> copying build/lib/taskflow/tests/unit/patterns/test_unordered_flow.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns
> copying build/lib/taskflow/tests/unit/patterns/test_graph_flow.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns
> copying build/lib/taskflow/tests/unit/patterns/test_linear_flow.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_executor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_creation.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_message_pump.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_endpoint.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_types.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_protocol.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_worker.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_proxy.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_dispatcher.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_server.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_pipeline.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/test_retries.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence
> copying build/lib/taskflow/tests/unit/persistence/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence
> copying build/lib/taskflow/tests/unit/persistence/test_dir_persistence.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence
> copying build/lib/taskflow/tests/unit/persistence/test_memory_persistence.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence
> copying build/lib/taskflow/tests/unit/persistence/test_zk_persistence.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence
> copying build/lib/taskflow/tests/unit/persistence/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence
> copying build/lib/taskflow/tests/unit/persistence/test_sql_persistence.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence
> copying build/lib/taskflow/tests/unit/test_utils_threading_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_conductors.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_check_transition.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_engines.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_exceptions.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_states.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_reducefunctor_task.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_arguments_passing.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_task.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_utils_binary.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_functor_task.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests
> copying build/lib/taskflow/tests/test_examples.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests
> copying build/lib/taskflow/tests/fixtures.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests
> copying build/lib/taskflow/deciders.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/flow.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors
> copying build/lib/taskflow/conductors/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors
> copying build/lib/taskflow/conductors/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends
> copying build/lib/taskflow/conductors/backends/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends
> copying build/lib/taskflow/conductors/backends/impl_executor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends
> copying build/lib/taskflow/conductors/backends/impl_blocking.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends
> copying build/lib/taskflow/conductors/backends/impl_nonblocking.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/schema_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/iter_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/threading_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/banner.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/redis_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/async_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/kombu_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/kazoo_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/persistence_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/eventlet_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/misc.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/version.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/exceptions.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs
> copying build/lib/taskflow/jobs/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs
> copying build/lib/taskflow/jobs/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/backends
> copying build/lib/taskflow/jobs/backends/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/backends
> copying build/lib/taskflow/jobs/backends/impl_zookeeper.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/backends
> copying build/lib/taskflow/jobs/backends/impl_redis.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/backends
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines
> copying build/lib/taskflow/engines/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines
> copying build/lib/taskflow/engines/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/engine.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/deciders.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/builder.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/scheduler.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/scopes.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/selector.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/compiler.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/executor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/traversal.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/process_executor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions
> copying build/lib/taskflow/engines/action_engine/actions/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions
> copying build/lib/taskflow/engines/action_engine/actions/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions
> copying build/lib/taskflow/engines/action_engine/actions/retry.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions
> copying build/lib/taskflow/engines/action_engine/actions/task.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions
> copying build/lib/taskflow/engines/action_engine/runtime.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/completer.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/helpers.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/engine.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/dispatcher.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/executor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/proxy.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/endpoint.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/types.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/protocol.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/worker.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/server.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/contrib
> copying build/lib/taskflow/contrib/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/contrib
> copying build/lib/taskflow/storage.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns
> copying build/lib/taskflow/patterns/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns
> copying build/lib/taskflow/patterns/graph_flow.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns
> copying build/lib/taskflow/patterns/unordered_flow.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns
> copying build/lib/taskflow/patterns/linear_flow.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns
> copying build/lib/taskflow/states.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/retry.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence
> copying build/lib/taskflow/persistence/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence
> copying build/lib/taskflow/persistence/models.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence
> copying build/lib/taskflow/persistence/path_based.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence
> copying build/lib/taskflow/persistence/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends
> copying build/lib/taskflow/persistence/backends/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/sqlalchemy
> copying build/lib/taskflow/persistence/backends/sqlalchemy/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/sqlalchemy
> copying build/lib/taskflow/persistence/backends/sqlalchemy/migration.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/sqlalchemy
> copying build/lib/taskflow/persistence/backends/sqlalchemy/tables.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/sqlalchemy
> copying build/lib/taskflow/persistence/backends/impl_sqlalchemy.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends
> copying build/lib/taskflow/persistence/backends/impl_memory.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends
> copying build/lib/taskflow/persistence/backends/impl_zookeeper.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends
> copying build/lib/taskflow/persistence/backends/impl_dir.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/listeners/logging.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/listeners/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/listeners/timing.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/listeners/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/listeners/claims.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/listeners/printing.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/listeners/capturing.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/task.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/formatters.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/atom.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/logging.py 
> to logging.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/test.py to 
> test.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/latch.py
>  to latch.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/failure.py
>  to failure.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/sets.py
>  to sets.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/timing.py
>  to timing.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/entity.py
>  to entity.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/notifier.py
>  to notifier.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/graph.py
>  to graph.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/tree.py
>  to tree.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/utils.py
>  to utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_storage.py
>  to test_storage.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_deciders.py
>  to test_deciders.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_mapfunctor_task.py
>  to test_mapfunctor_task.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_notifier.py
>  to test_notifier.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_suspend.py
>  to test_suspend.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_utils_kazoo_utils.py
>  to test_utils_kazoo_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_failure.py
>  to test_failure.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_types.py
>  to test_types.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_utils_async_utils.py
>  to test_utils_async_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs/test_zk_job.py
>  to test_zk_job.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs/test_redis_job.py
>  to test_redis_job.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs/test_entrypoint.py
>  to test_entrypoint.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_utils_iter_utils.py
>  to test_utils_iter_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_flow_dependencies.py
>  to test_flow_dependencies.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_engine_helpers.py
>  to test_engine_helpers.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_formatters.py
>  to test_formatters.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine/test_compile.py
>  to test_compile.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine/test_creation.py
>  to test_creation.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine/test_process_executor.py
>  to test_process_executor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine/test_builder.py
>  to test_builder.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine/test_scoping.py
>  to test_scoping.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_progress.py
>  to test_progress.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_utils.py
>  to test_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_listeners.py
>  to test_listeners.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns/test_unordered_flow.py
>  to test_unordered_flow.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns/test_graph_flow.py
>  to test_graph_flow.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns/test_linear_flow.py
>  to test_linear_flow.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_executor.py
>  to test_executor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_creation.py
>  to test_creation.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_message_pump.py
>  to test_message_pump.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_endpoint.py
>  to test_endpoint.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_types.py
>  to test_types.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_protocol.py
>  to test_protocol.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_worker.py
>  to test_worker.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_proxy.py
>  to test_proxy.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_dispatcher.py
>  to test_dispatcher.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_server.py
>  to test_server.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_pipeline.py
>  to test_pipeline.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_retries.py
>  to test_retries.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence/test_dir_persistence.py
>  to test_dir_persistence.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence/test_memory_persistence.py
>  to test_memory_persistence.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence/test_zk_persistence.py
>  to test_zk_persistence.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence/test_sql_persistence.py
>  to test_sql_persistence.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_utils_threading_utils.py
>  to test_utils_threading_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_conductors.py
>  to test_conductors.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_check_transition.py
>  to test_check_transition.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_engines.py
>  to test_engines.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_exceptions.py
>  to test_exceptions.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_states.py
>  to test_states.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_reducefunctor_task.py
>  to test_reducefunctor_task.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_arguments_passing.py
>  to test_arguments_passing.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_task.py
>  to test_task.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_utils_binary.py
>  to test_utils_binary.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_functor_task.py
>  to test_functor_task.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/test_examples.py
>  to test_examples.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/fixtures.py
>  to fixtures.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/deciders.py
>  to deciders.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/flow.py to 
> flow.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends/impl_executor.py
>  to impl_executor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends/impl_blocking.py
>  to impl_blocking.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends/impl_nonblocking.py
>  to impl_nonblocking.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/schema_utils.py
>  to schema_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/iter_utils.py
>  to iter_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/threading_utils.py
>  to threading_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/banner.py
>  to banner.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/redis_utils.py
>  to redis_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/async_utils.py
>  to async_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/kombu_utils.py
>  to kombu_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/kazoo_utils.py
>  to kazoo_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/persistence_utils.py
>  to persistence_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/eventlet_utils.py
>  to eventlet_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/misc.py
>  to misc.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/version.py 
> to version.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/exceptions.py
>  to exceptions.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/backends/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/backends/impl_zookeeper.py
>  to impl_zookeeper.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/backends/impl_redis.py
>  to impl_redis.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/engine.py
>  to engine.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/deciders.py
>  to deciders.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/builder.py
>  to builder.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/scheduler.py
>  to scheduler.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/scopes.py
>  to scopes.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/selector.py
>  to selector.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/compiler.py
>  to compiler.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/executor.py
>  to executor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/traversal.py
>  to traversal.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/process_executor.py
>  to process_executor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions/retry.py
>  to retry.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions/task.py
>  to task.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/runtime.py
>  to runtime.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/completer.py
>  to completer.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/helpers.py
>  to helpers.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/engine.py
>  to engine.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/dispatcher.py
>  to dispatcher.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/executor.py
>  to executor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/proxy.py
>  to proxy.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/endpoint.py
>  to endpoint.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/types.py
>  to types.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/protocol.py
>  to protocol.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/worker.py
>  to worker.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/server.py
>  to server.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/contrib/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/storage.py 
> to storage.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns/graph_flow.py
>  to graph_flow.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns/unordered_flow.py
>  to unordered_flow.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns/linear_flow.py
>  to linear_flow.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/states.py 
> to states.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/retry.py 
> to retry.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/models.py
>  to models.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/path_based.py
>  to path_based.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/sqlalchemy/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/sqlalchemy/migration.py
>  to migration.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/sqlalchemy/tables.py
>  to tables.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/impl_sqlalchemy.py
>  to impl_sqlalchemy.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/impl_memory.py
>  to impl_memory.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/impl_zookeeper.py
>  to impl_zookeeper.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/impl_dir.py
>  to impl_dir.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners/logging.py
>  to logging.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners/timing.py
>  to timing.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners/claims.py
>  to claims.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners/printing.py
>  to printing.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners/capturing.py
>  to capturing.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/task.py to 
> task.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/formatters.py
>  to formatters.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/atom.py to 
> atom.cpython-311.pyc
> running install_egg_info
> Copying taskflow.egg-info to 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow-5.4.0.egg-info
> Skipping SOURCES.txt
> running install_scripts
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:40: 
> EasyInstallDeprecationWarning: easy_install command is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please avoid running ``setup.py`` and ``easy_install``.
>         Instead, use pypa/build, pypa/installer or other
>         standards-based tools.
> 
>         See https://github.com/pypa/setuptools/issues/917 for details.
>         
> ********************************************************************************
> 
> !!
>   easy_install.initialize_options(self)
> /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
> SetuptoolsDeprecationWarning: setup.py install is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please avoid running ``setup.py`` directly.
>         Instead, use pypa/build, pypa/installer or other
>         standards-based tools.
> 
>         See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
> for details.
>         
> ********************************************************************************
> 
> !!
>   self.initialize_options()
> running install
> [pbr] Generating AUTHORS
> [pbr] AUTHORS complete (0.0s)
> running build
> running build_py
> running egg_info
> writing taskflow.egg-info/PKG-INFO
> writing dependency_links to taskflow.egg-info/dependency_links.txt
> writing entry points to taskflow.egg-info/entry_points.txt
> writing requirements to taskflow.egg-info/requires.txt
> writing top-level names to taskflow.egg-info/top_level.txt
> [pbr] Reusing existing SOURCES.txt
> running install_lib
> copying build/lib/taskflow/logging.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/test.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/types/latch.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/failure.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/sets.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/timing.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/entity.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/notifier.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/graph.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/types/tree.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types
> copying build/lib/taskflow/tests/utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests
> copying build/lib/taskflow/tests/unit/test_storage.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_deciders.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_mapfunctor_task.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_notifier.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_suspend.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_utils_kazoo_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_failure.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_types.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_utils_async_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/jobs/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs
> copying build/lib/taskflow/tests/unit/jobs/test_zk_job.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs
> copying build/lib/taskflow/tests/unit/jobs/test_redis_job.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs
> copying build/lib/taskflow/tests/unit/jobs/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs
> copying build/lib/taskflow/tests/unit/jobs/test_entrypoint.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs
> copying build/lib/taskflow/tests/unit/test_utils_iter_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_flow_dependencies.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_engine_helpers.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_formatters.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/action_engine/test_compile.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine
> copying build/lib/taskflow/tests/unit/action_engine/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine
> copying build/lib/taskflow/tests/unit/action_engine/test_creation.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine
> copying build/lib/taskflow/tests/unit/action_engine/test_process_executor.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine
> copying build/lib/taskflow/tests/unit/action_engine/test_builder.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine
> copying build/lib/taskflow/tests/unit/action_engine/test_scoping.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine
> copying build/lib/taskflow/tests/unit/test_progress.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_listeners.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/patterns/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns
> copying build/lib/taskflow/tests/unit/patterns/test_unordered_flow.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns
> copying build/lib/taskflow/tests/unit/patterns/test_graph_flow.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns
> copying build/lib/taskflow/tests/unit/patterns/test_linear_flow.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns
> copying build/lib/taskflow/tests/unit/worker_based/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_executor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_creation.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_message_pump.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_endpoint.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_types.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_protocol.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_worker.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_proxy.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_dispatcher.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_server.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/worker_based/test_pipeline.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based
> copying build/lib/taskflow/tests/unit/test_retries.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/persistence/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence
> copying build/lib/taskflow/tests/unit/persistence/test_dir_persistence.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence
> copying build/lib/taskflow/tests/unit/persistence/test_memory_persistence.py 
> -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence
> copying build/lib/taskflow/tests/unit/persistence/test_zk_persistence.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence
> copying build/lib/taskflow/tests/unit/persistence/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence
> copying build/lib/taskflow/tests/unit/persistence/test_sql_persistence.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence
> copying build/lib/taskflow/tests/unit/test_utils_threading_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_conductors.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_check_transition.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_engines.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_exceptions.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_states.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_reducefunctor_task.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_arguments_passing.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_task.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_utils_binary.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/unit/test_functor_task.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit
> copying build/lib/taskflow/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests
> copying build/lib/taskflow/tests/test_examples.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests
> copying build/lib/taskflow/tests/fixtures.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests
> copying build/lib/taskflow/deciders.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/flow.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/conductors/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors
> copying build/lib/taskflow/conductors/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors
> copying build/lib/taskflow/conductors/backends/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends
> copying build/lib/taskflow/conductors/backends/impl_executor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends
> copying build/lib/taskflow/conductors/backends/impl_blocking.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends
> copying build/lib/taskflow/conductors/backends/impl_nonblocking.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends
> copying build/lib/taskflow/utils/schema_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/iter_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/threading_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/banner.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/redis_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/async_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/kombu_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/kazoo_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/persistence_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/eventlet_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/utils/misc.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils
> copying build/lib/taskflow/version.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/exceptions.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/jobs/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs
> copying build/lib/taskflow/jobs/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs
> copying build/lib/taskflow/jobs/backends/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/backends
> copying build/lib/taskflow/jobs/backends/impl_zookeeper.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/backends
> copying build/lib/taskflow/jobs/backends/impl_redis.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/backends
> copying build/lib/taskflow/engines/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines
> copying build/lib/taskflow/engines/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines
> copying build/lib/taskflow/engines/action_engine/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/engine.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/deciders.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/builder.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/scheduler.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/scopes.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/selector.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/compiler.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/executor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/traversal.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/process_executor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/actions/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions
> copying build/lib/taskflow/engines/action_engine/actions/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions
> copying build/lib/taskflow/engines/action_engine/actions/retry.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions
> copying build/lib/taskflow/engines/action_engine/actions/task.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions
> copying build/lib/taskflow/engines/action_engine/runtime.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/action_engine/completer.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine
> copying build/lib/taskflow/engines/helpers.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines
> copying build/lib/taskflow/engines/worker_based/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/engine.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/dispatcher.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/executor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/proxy.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/endpoint.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/types.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/protocol.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/worker.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/engines/worker_based/server.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based
> copying build/lib/taskflow/contrib/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/contrib
> copying build/lib/taskflow/storage.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/patterns/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns
> copying build/lib/taskflow/patterns/graph_flow.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns
> copying build/lib/taskflow/patterns/unordered_flow.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns
> copying build/lib/taskflow/patterns/linear_flow.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns
> copying build/lib/taskflow/states.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/retry.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/persistence/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence
> copying build/lib/taskflow/persistence/models.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence
> copying build/lib/taskflow/persistence/path_based.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence
> copying build/lib/taskflow/persistence/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence
> copying build/lib/taskflow/persistence/backends/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends
> copying build/lib/taskflow/persistence/backends/sqlalchemy/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/sqlalchemy
> copying build/lib/taskflow/persistence/backends/sqlalchemy/migration.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/sqlalchemy
> copying build/lib/taskflow/persistence/backends/sqlalchemy/tables.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/sqlalchemy
> copying build/lib/taskflow/persistence/backends/impl_sqlalchemy.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends
> copying build/lib/taskflow/persistence/backends/impl_memory.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends
> copying build/lib/taskflow/persistence/backends/impl_zookeeper.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends
> copying build/lib/taskflow/persistence/backends/impl_dir.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends
> copying build/lib/taskflow/listeners/logging.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/listeners/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/listeners/timing.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/listeners/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/listeners/claims.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/listeners/printing.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/listeners/capturing.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners
> copying build/lib/taskflow/task.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/formatters.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> copying build/lib/taskflow/atom.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/logging.py 
> to logging.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/test.py to 
> test.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/latch.py
>  to latch.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/failure.py
>  to failure.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/sets.py
>  to sets.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/timing.py
>  to timing.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/entity.py
>  to entity.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/notifier.py
>  to notifier.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/graph.py
>  to graph.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/types/tree.py
>  to tree.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/utils.py
>  to utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_storage.py
>  to test_storage.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_deciders.py
>  to test_deciders.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_mapfunctor_task.py
>  to test_mapfunctor_task.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_notifier.py
>  to test_notifier.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_suspend.py
>  to test_suspend.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_utils_kazoo_utils.py
>  to test_utils_kazoo_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_failure.py
>  to test_failure.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_types.py
>  to test_types.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_utils_async_utils.py
>  to test_utils_async_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs/test_zk_job.py
>  to test_zk_job.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs/test_redis_job.py
>  to test_redis_job.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/jobs/test_entrypoint.py
>  to test_entrypoint.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_utils_iter_utils.py
>  to test_utils_iter_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_flow_dependencies.py
>  to test_flow_dependencies.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_engine_helpers.py
>  to test_engine_helpers.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_formatters.py
>  to test_formatters.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine/test_compile.py
>  to test_compile.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine/test_creation.py
>  to test_creation.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine/test_process_executor.py
>  to test_process_executor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine/test_builder.py
>  to test_builder.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/action_engine/test_scoping.py
>  to test_scoping.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_progress.py
>  to test_progress.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_utils.py
>  to test_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_listeners.py
>  to test_listeners.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns/test_unordered_flow.py
>  to test_unordered_flow.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns/test_graph_flow.py
>  to test_graph_flow.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/patterns/test_linear_flow.py
>  to test_linear_flow.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_executor.py
>  to test_executor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_creation.py
>  to test_creation.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_message_pump.py
>  to test_message_pump.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_endpoint.py
>  to test_endpoint.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_types.py
>  to test_types.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_protocol.py
>  to test_protocol.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_worker.py
>  to test_worker.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_proxy.py
>  to test_proxy.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_dispatcher.py
>  to test_dispatcher.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_server.py
>  to test_server.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/worker_based/test_pipeline.py
>  to test_pipeline.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_retries.py
>  to test_retries.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence/test_dir_persistence.py
>  to test_dir_persistence.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence/test_memory_persistence.py
>  to test_memory_persistence.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence/test_zk_persistence.py
>  to test_zk_persistence.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/persistence/test_sql_persistence.py
>  to test_sql_persistence.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_utils_threading_utils.py
>  to test_utils_threading_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_conductors.py
>  to test_conductors.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_check_transition.py
>  to test_check_transition.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_engines.py
>  to test_engines.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_exceptions.py
>  to test_exceptions.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_states.py
>  to test_states.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_reducefunctor_task.py
>  to test_reducefunctor_task.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_arguments_passing.py
>  to test_arguments_passing.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_task.py
>  to test_task.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_utils_binary.py
>  to test_utils_binary.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/unit/test_functor_task.py
>  to test_functor_task.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/test_examples.py
>  to test_examples.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/tests/fixtures.py
>  to fixtures.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/deciders.py
>  to deciders.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/flow.py to 
> flow.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends/impl_executor.py
>  to impl_executor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends/impl_blocking.py
>  to impl_blocking.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/conductors/backends/impl_nonblocking.py
>  to impl_nonblocking.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/schema_utils.py
>  to schema_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/iter_utils.py
>  to iter_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/threading_utils.py
>  to threading_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/banner.py
>  to banner.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/redis_utils.py
>  to redis_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/async_utils.py
>  to async_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/kombu_utils.py
>  to kombu_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/kazoo_utils.py
>  to kazoo_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/persistence_utils.py
>  to persistence_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/eventlet_utils.py
>  to eventlet_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/utils/misc.py
>  to misc.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/version.py 
> to version.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/exceptions.py
>  to exceptions.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/backends/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/backends/impl_zookeeper.py
>  to impl_zookeeper.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/jobs/backends/impl_redis.py
>  to impl_redis.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/engine.py
>  to engine.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/deciders.py
>  to deciders.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/builder.py
>  to builder.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/scheduler.py
>  to scheduler.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/scopes.py
>  to scopes.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/selector.py
>  to selector.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/compiler.py
>  to compiler.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/executor.py
>  to executor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/traversal.py
>  to traversal.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/process_executor.py
>  to process_executor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions/retry.py
>  to retry.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/actions/task.py
>  to task.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/runtime.py
>  to runtime.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/action_engine/completer.py
>  to completer.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/helpers.py
>  to helpers.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/engine.py
>  to engine.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/dispatcher.py
>  to dispatcher.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/executor.py
>  to executor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/proxy.py
>  to proxy.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/endpoint.py
>  to endpoint.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/types.py
>  to types.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/protocol.py
>  to protocol.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/worker.py
>  to worker.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/engines/worker_based/server.py
>  to server.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/contrib/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/storage.py 
> to storage.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns/graph_flow.py
>  to graph_flow.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns/unordered_flow.py
>  to unordered_flow.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/patterns/linear_flow.py
>  to linear_flow.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/states.py 
> to states.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/retry.py 
> to retry.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/models.py
>  to models.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/path_based.py
>  to path_based.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/sqlalchemy/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/sqlalchemy/migration.py
>  to migration.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/sqlalchemy/tables.py
>  to tables.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/impl_sqlalchemy.py
>  to impl_sqlalchemy.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/impl_memory.py
>  to impl_memory.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/impl_zookeeper.py
>  to impl_zookeeper.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/persistence/backends/impl_dir.py
>  to impl_dir.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners/logging.py
>  to logging.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners/timing.py
>  to timing.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners/claims.py
>  to claims.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners/printing.py
>  to printing.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/listeners/capturing.py
>  to capturing.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/task.py to 
> task.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/formatters.py
>  to formatters.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow/atom.py to 
> atom.cpython-311.pyc
> running install_egg_info
> removing 
> '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow-5.4.0.egg-info'
>  (and everything under it)
> Copying taskflow.egg-info to 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/taskflow-5.4.0.egg-info
> Skipping SOURCES.txt
> running install_scripts
> PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages 
> pkgos-dh_auto_test --no-py2 
> 'taskflow\.tests\.(?!(.*test_examples\.ExamplesTestCase.*|.*worker_based\.test_protocol\.TestProtocol\.test_to_dict_with_invalid_json_failures.*|.*unit\.test_utils\.UriParseTest\.test_ipv6_host.*|.*persistence\.test_dir_persistence\.DirPersistenceTest\.test_dir_backend_cache_overfill.*))'
> + PKGOS_TEST_PARALLEL=yes
> + PKGOS_TEST_SERIAL=no
> + PYTHONS=disabled
> + PYTHON3S=disabled
> + TEST_PARALLEL_OPT=--parallel
> + TEST_SERIAL_OPT=
> + echo WARNING: --no-py2 is deprecated, and always on.
> WARNING: --no-py2 is deprecated, and always on.
> + shift
> + py3versions -vr
> + PYTHON3S=3.12 3.11
> + [ yes = no ]
> + [ no = yes ]
> + [ 3.12 = disabled ]
> + echo 3.12
> + cut -d. -f1
> + PYMAJOR=3
> + echo ===> Testing with python (python3)
> ===> Testing with python (python3)
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -z /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -e .stestr.conf ]
> + [ -x /usr/bin/python3-stestr ]
> + STESTR=stestr
> + rm -rf .stestr
> + PYTHON=python3.12 stestr run --parallel --subunit 
> taskflow\.tests\.(?!(.*test_examples\.ExamplesTestCase.*|.*worker_based\.test_protocol\.TestProtocol\.test_to_dict_with_invalid_json_failures.*|.*unit\.test_utils\.UriParseTest\.test_ipv6_host.*|.*persistence\.test_dir_persistence\.DirPersistenceTest\.test_dir_backend_cache_overfill.*))
> + subunit2pyunit
> 
> =========================
> Failures during discovery
> =========================
> --- import errors ---
> Failed to import test module: taskflow.tests.unit.action_engine.test_creation
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/taskflow/tests/unit/action_engine/test_creation.py", 
> line 20, in <module>
>     from taskflow.engines.action_engine import engine
>   File "/<<PKGBUILDDIR>>/taskflow/engines/action_engine/engine.py", line 34, 
> in <module>
>     from taskflow.engines.action_engine import process_executor
>   File "/<<PKGBUILDDIR>>/taskflow/engines/action_engine/process_executor.py", 
> line 17, in <module>
>     import asyncore
> ModuleNotFoundError: No module named 'asyncore'
> 
> Failed to import test module: 
> taskflow.tests.unit.action_engine.test_process_executor
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/taskflow/tests/unit/action_engine/test_process_executor.py",
>  line 17, in <module>
>     import asyncore
> ModuleNotFoundError: No module named 'asyncore'
> 
> Failed to import test module: taskflow.tests.unit.test_engines
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/taskflow/tests/unit/test_engines.py", line 26, in 
> <module>
>     from taskflow.engines.action_engine import engine as eng
>   File "/<<PKGBUILDDIR>>/taskflow/engines/action_engine/engine.py", line 34, 
> in <module>
>     from taskflow.engines.action_engine import process_executor
>   File "/<<PKGBUILDDIR>>/taskflow/engines/action_engine/process_executor.py", 
> line 17, in <module>
>     import asyncore
> ModuleNotFoundError: No module named 'asyncore'
> 
> Failed to import test module: taskflow.tests.unit.worker_based.test_creation
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/taskflow/tests/unit/worker_based/test_creation.py", 
> line 17, in <module>
>     from taskflow.engines.worker_based import engine
>   File "/<<PKGBUILDDIR>>/taskflow/engines/worker_based/engine.py", line 17, 
> in <module>
>     from taskflow.engines.action_engine import engine
>   File "/<<PKGBUILDDIR>>/taskflow/engines/action_engine/engine.py", line 34, 
> in <module>
>     from taskflow.engines.action_engine import process_executor
>   File "/<<PKGBUILDDIR>>/taskflow/engines/action_engine/process_executor.py", 
> line 17, in <module>
>     import asyncore
> ModuleNotFoundError: No module named 'asyncore'
> 
> ================================================================================
> The above traceback was encountered during test discovery which imports all 
> the found test modules in the specified test_path.
> 
> ----------------------------------------------------------------------
> Ran 0 tests in 9.355s
> 
> OK
> + stestr slowest
> make[1]: *** [debian/rules:19: override_dh_auto_install] Error 3


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/python-taskflow_5.4.0-1_unstable.log

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

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

If you reassign this bug to another package, please mark 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: python-taskflow
Source-Version: 5.4.0-2
Done: Thomas Goirand <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-taskflow, 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 1058...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-taskflow 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: SHA256

Format: 1.8
Date: Mon, 30 Oct 2023 16:15:28 +0100
Source: python-taskflow
Architecture: source
Version: 5.4.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1058184
Changes:
 python-taskflow (5.4.0-2) unstable; urgency=medium
 .
   * Added python3-pyasyncore as (build-)depends, so this package can work with
     Python 3.12 (Closes: #1058184).
Checksums-Sha1:
 eff786e82ecba6f4324965dc5dccd1170034ed26 2906 python-taskflow_5.4.0-2.dsc
 6fe1f0a14d6323770e093b8f2b2d76acf71b8968 6520 
python-taskflow_5.4.0-2.debian.tar.xz
 376842277233d5cb2075cf7e5e928706667cd10a 14315 
python-taskflow_5.4.0-2_amd64.buildinfo
Checksums-Sha256:
 6a0cb6561362220768b2aa0ff35c719502c0be63a14618fcf60d9250c8abefa0 2906 
python-taskflow_5.4.0-2.dsc
 1269080b14650d2d725aa1d748ee80cdd43846f370edc8900fc90d49cd361232 6520 
python-taskflow_5.4.0-2.debian.tar.xz
 fb12be3bbb3d45ac67daa522d8373bc5134a07ebe99d2b7327c38dc9bea31003 14315 
python-taskflow_5.4.0-2_amd64.buildinfo
Files:
 17f3c45d601eb6ec5e1aab8ac09a7b6d 2906 python optional 
python-taskflow_5.4.0-2.dsc
 6fc4de171a2c03532477476d06cbc645 6520 python optional 
python-taskflow_5.4.0-2.debian.tar.xz
 32d3ee019d07583679577b68ced11323 14315 python optional 
python-taskflow_5.4.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmV4xjwACgkQ1BatFaxr
Q/7AwQ/9FBef8LECVvBTdBYBkc6D1gPfqkfzAzm1ALXpMSNRVtc+FgGVU0rIS9yL
hsSBaL3mlLoQ0HRtSSjwOJhxUQC37QrY7XG2DO8T4PbvCGU45JId1tViftS8Ppzt
vb0as/Q4kVxGsQnqhKdiuKInbOsuxg9V+LNjmRf2XsJrBdvx5IVxj++iGL/87JVu
ODTm3FN+6S3qojHWNyiYzgYvEDBr++AAUKGpWL6LhDbedFialcUG2AZh4k9Tluu9
lbOf6nmHk1iIrV3jUEK/9eB5+BVWVLiBKAyx0VbMDr5cGJkRcdg1DjTInRMumKAr
09gMUZVqlyPCRhVsZJ7dVgh8RbEFKSqhGJZl8HP+KWYYkUMHLaGKaQp4BIM+ZmOQ
0a8OAVJLSO+JtcXBle91ODvypCcWjdyv4Q1c/G31tG2uoPDnl57k6g+gRLgLbVuu
e1kQubs/NvY7PV6rr1vIKDE3HbTDEjDGZOuBYelFFnYDc/BtF6LtsvpabJ704gmR
ZiWwsMWjZeqLm26i7NioUgRwh+yX0L+r2sfuPigLI0S1VhwSstPLrPjv0vwINRTZ
BFOfgpKEXb12dwfxTAlELAtVxLh7CCnQBROIiuXl7FO9mX7B+2UAYX8Y3Bcr43My
NvBwKTCVkC09nOrsy4kVVw0rZM8VOqdm2/G0AptlTlY4Tu0Wv40=
=hUa0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to