Mock Version: 1.2.21 Mock Version: 1.2.21 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-taskflow.spec'], printOutput=Falseenv={'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}logger=chrootPath='/var/lib/mock/f25-build-6575115-646416/root'user='mockbuild'gid=425timeout=172800shell=Falseuid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-taskflow.spec'] with env {'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False warning: Could not canonicalize hostname: buildvm-27.phx2.fedoraproject.org Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-taskflow-1.30.0-4.fc25.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-taskflow.spec'], printOutput=Falseenv={'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}private_network=Truelogger=gid=425user='mockbuild'chrootPath='/var/lib/mock/f25-build-6575115-646416/root'timeout=172800shell=Falseuid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-taskflow.spec'] with env {'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dZsMEA + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf taskflow-1.30.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/taskflow-1.30.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd taskflow-1.30.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf taskflow.egg-info + rm -rf test-requirements.txt requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.tDJ1rU + umask 022 + cd /builddir/build/BUILD + cd taskflow-1.30.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/taskflow creating build/lib/taskflow/types copying taskflow/types/futures.py -> build/lib/taskflow/types copying taskflow/types/__init__.py -> build/lib/taskflow/types copying taskflow/types/timing.py -> build/lib/taskflow/types copying taskflow/types/periodic.py -> build/lib/taskflow/types copying taskflow/types/entity.py -> build/lib/taskflow/types copying taskflow/types/graph.py -> build/lib/taskflow/types copying taskflow/types/fsm.py -> build/lib/taskflow/types copying taskflow/types/notifier.py -> build/lib/taskflow/types copying taskflow/types/sets.py -> build/lib/taskflow/types copying taskflow/types/failure.py -> build/lib/taskflow/types copying taskflow/types/latch.py -> build/lib/taskflow/types copying taskflow/types/table.py -> build/lib/taskflow/types copying taskflow/types/tree.py -> build/lib/taskflow/types creating build/lib/taskflow/conductors copying taskflow/conductors/__init__.py -> build/lib/taskflow/conductors copying taskflow/conductors/single_threaded.py -> build/lib/taskflow/conductors copying taskflow/conductors/base.py -> build/lib/taskflow/conductors creating build/lib/taskflow/persistence copying taskflow/persistence/__init__.py -> build/lib/taskflow/persistence copying taskflow/persistence/path_based.py -> build/lib/taskflow/persistence copying taskflow/persistence/logbook.py -> build/lib/taskflow/persistence copying taskflow/persistence/models.py -> build/lib/taskflow/persistence copying taskflow/persistence/base.py -> build/lib/taskflow/persistence creating build/lib/taskflow/tests creating build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_mapfunctor_task.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils_threading_utils.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/__init__.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_engines.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_formatters.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_deciders.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_engine_helpers.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils_binary.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_suspend.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_failure.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_functor_task.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_exceptions.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_conductors.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_notifier.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_flow_dependencies.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_listeners.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_states.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_types.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_check_transition.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_retries.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_storage.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_progress.py -> build/lib/taskflow/tests/unit creating build/lib/taskflow/engines creating build/lib/taskflow/engines/action_engine 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/patterns copying taskflow/patterns/__init__.py -> build/lib/taskflow/patterns copying taskflow/patterns/unordered_flow.py -> build/lib/taskflow/patterns copying taskflow/patterns/graph_flow.py -> build/lib/taskflow/patterns copying taskflow/patterns/linear_flow.py -> build/lib/taskflow/patterns creating build/lib/taskflow/persistence/backends 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 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 creating build/lib/taskflow/utils copying taskflow/utils/__init__.py -> build/lib/taskflow/utils copying taskflow/utils/persistence_utils.py -> build/lib/taskflow/utils copying taskflow/utils/redis_utils.py -> build/lib/taskflow/utils copying taskflow/utils/iter_utils.py -> build/lib/taskflow/utils copying taskflow/utils/misc.py -> build/lib/taskflow/utils copying taskflow/utils/threading_utils.py -> build/lib/taskflow/utils copying taskflow/utils/mixins.py -> build/lib/taskflow/utils copying taskflow/utils/kombu_utils.py -> build/lib/taskflow/utils copying taskflow/utils/deprecation.py -> build/lib/taskflow/utils copying taskflow/utils/eventlet_utils.py -> build/lib/taskflow/utils copying taskflow/utils/kazoo_utils.py -> build/lib/taskflow/utils copying taskflow/utils/schema_utils.py -> build/lib/taskflow/utils copying taskflow/utils/async_utils.py -> build/lib/taskflow/utils creating build/lib/taskflow/jobs copying taskflow/jobs/__init__.py -> build/lib/taskflow/jobs copying taskflow/jobs/base.py -> build/lib/taskflow/jobs 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/claims.py -> build/lib/taskflow/listeners copying taskflow/listeners/capturing.py -> build/lib/taskflow/listeners copying taskflow/listeners/base.py -> build/lib/taskflow/listeners copying taskflow/listeners/printing.py -> build/lib/taskflow/listeners 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_server.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_endpoint.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_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_dispatcher.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_pipeline.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/engines/action_engine/executor.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/__init__.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/engine.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/completer.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/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/builder.py -> build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/analyzer.py -> build/lib/taskflow/engines/action_engine 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_entrypoint.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_zk_job.py -> build/lib/taskflow/tests/unit/jobs copying taskflow/tests/__init__.py -> build/lib/taskflow/tests copying taskflow/tests/utils.py -> build/lib/taskflow/tests copying taskflow/tests/test_examples.py -> build/lib/taskflow/tests copying taskflow/states.py -> build/lib/taskflow copying taskflow/formatters.py -> build/lib/taskflow copying taskflow/logging.py -> build/lib/taskflow copying taskflow/deciders.py -> build/lib/taskflow copying taskflow/__init__.py -> build/lib/taskflow copying taskflow/flow.py -> build/lib/taskflow copying taskflow/atom.py -> build/lib/taskflow copying taskflow/storage.py -> build/lib/taskflow copying taskflow/retry.py -> build/lib/taskflow copying taskflow/test.py -> build/lib/taskflow copying taskflow/version.py -> build/lib/taskflow copying taskflow/exceptions.py -> build/lib/taskflow copying taskflow/task.py -> build/lib/taskflow 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/tests/unit/patterns copying taskflow/tests/unit/patterns/__init__.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 copying taskflow/tests/unit/patterns/test_unordered_flow.py -> build/lib/taskflow/tests/unit/patterns creating 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/__init__.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/engine.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/server.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/dispatcher.py -> build/lib/taskflow/engines/worker_based creating build/lib/taskflow/jobs/backends copying taskflow/jobs/backends/__init__.py -> build/lib/taskflow/jobs/backends copying taskflow/jobs/backends/impl_redis.py -> build/lib/taskflow/jobs/backends copying taskflow/jobs/backends/impl_zookeeper.py -> build/lib/taskflow/jobs/backends creating 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_scoping.py -> 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/test_builder.py -> build/lib/taskflow/tests/unit/action_engine 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_dir.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 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_sql_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_dir_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/test_memory_persistence.py -> build/lib/taskflow/tests/unit/persistence running egg_info creating taskflow.egg-info writing taskflow.egg-info/PKG-INFO writing top-level names to taskflow.egg-info/top_level.txt writing dependency_links to taskflow.egg-info/dependency_links.txt writing entry points to taskflow.egg-info/entry_points.txt [pbr] Processing SOURCES.txt writing manifest file 'taskflow.egg-info/SOURCES.txt' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'taskflow.egg-info/SOURCES.txt' + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py running egg_info writing taskflow.egg-info/PKG-INFO writing entry points to taskflow.egg-info/entry_points.txt writing dependency_links to taskflow.egg-info/dependency_links.txt writing top-level names to taskflow.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt + sleep 1 + sphinx-build doc/source html Running Sphinx v1.4.6 making output directory... fatal: Not a git repository (or any of the parent directories): .git loading pickled environment... not yet created Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme building [mo]: targets for 0 po files that are out of date building [html]: targets for 19 source files that are out of date updating environment: 19 added, 0 changed, 0 removed reading sources... [ 5%] arguments_and_results reading sources... [ 10%] atoms reading sources... [ 15%] conductors reading sources... [ 21%] engines reading sources... [ 26%] examples reading sources... [ 31%] exceptions reading sources... [ 36%] history reading sources... [ 42%] index reading sources... [ 47%] inputs_and_outputs reading sources... [ 52%] jobs reading sources... [ 57%] notifications reading sources... [ 63%] patterns reading sources... [ 68%] persistence reading sources... [ 73%] resumption reading sources... [ 78%] shelf reading sources... [ 84%] states reading sources... [ 89%] types reading sources... [ 94%] utils reading sources... [100%] workers /builddir/build/BUILD/taskflow-1.30.0/doc/source/atoms.rst:19: WARNING: autodoc: failed to import module u'taskflow.atom'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/atom.py", line 27, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/atoms.rst:72: WARNING: autodoc: failed to import class u'Decision' from module u'taskflow.retry'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/atoms.rst:200: WARNING: autodoc: failed to import module u'taskflow.task'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/task.py", line 27, in from taskflow import atom File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/atom.py", line 27, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/taskflow-1.30.0/doc/source/atoms.rst:201: WARNING: autodoc: failed to import class u'Retry' from module u'taskflow.retry'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/atoms.rst:202: WARNING: autodoc: failed to import class u'History' from module u'taskflow.retry'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/atoms.rst:203: WARNING: autodoc: failed to import class u'AlwaysRevert' from module u'taskflow.retry'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/atoms.rst:204: WARNING: autodoc: failed to import class u'AlwaysRevertAll' from module u'taskflow.retry'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/atoms.rst:205: WARNING: autodoc: failed to import class u'Times' from module u'taskflow.retry'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/atoms.rst:206: WARNING: autodoc: failed to import class u'ForEach' from module u'taskflow.retry'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/atoms.rst:207: WARNING: autodoc: failed to import class u'ParameterizedForEach' from module u'taskflow.retry'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/atoms.rst:212: WARNING: Could not import class or module u'taskflow.atom' specified for inheritance diagram /builddir/build/BUILD/taskflow-1.30.0/doc/source/conductors.rst:67: WARNING: autodoc: failed to import module u'taskflow.conductors.base'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/conductors/base.py", line 19, in import fasteners ImportError: No module named fasteners /builddir/build/BUILD/taskflow-1.30.0/doc/source/conductors.rst:69: WARNING: autodoc: failed to import module u'taskflow.conductors.backends.impl_executor'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/conductors/backends/impl_executor.py", line 29, in from taskflow.conductors import base File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/conductors/base.py", line 19, in import fasteners ImportError: No module named fasteners /builddir/build/BUILD/taskflow-1.30.0/doc/source/conductors.rst:77: WARNING: autodoc: failed to import module u'taskflow.conductors.backends.impl_blocking'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/conductors/backends/impl_blocking.py", line 17, in from taskflow.conductors.backends import impl_executor File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/conductors/backends/impl_executor.py", line 29, in from taskflow.conductors import base File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/conductors/base.py", line 19, in import fasteners ImportError: No module named fasteners /builddir/build/BUILD/taskflow-1.30.0/doc/source/conductors.rst:82: WARNING: autodoc: failed to import module u'taskflow.conductors.backends.impl_nonblocking'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/conductors/backends/impl_nonblocking.py", line 18, in from taskflow.conductors.backends import impl_executor File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/conductors/backends/impl_executor.py", line 29, in from taskflow.conductors import base File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/conductors/base.py", line 19, in import fasteners ImportError: No module named fasteners /builddir/build/BUILD/taskflow-1.30.0/doc/source/conductors.rst:87: WARNING: Could not import class or module u'taskflow.conductors.base' specified for inheritance diagram /builddir/build/BUILD/taskflow-1.30.0/doc/source/engines.rst:128: WARNING: autodoc: failed to import module u'taskflow.engines.helpers'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/engines.rst:430: WARNING: autodoc: failed to import module u'taskflow.engines.base'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/engines.rst:435: WARNING: autodoc: failed to import module u'taskflow.engines.action_engine.engine'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/engines.rst:447: WARNING: autodoc: failed to import module u'taskflow.engines.action_engine.analyzer'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/engines.rst:448: WARNING: autodoc: failed to import module u'taskflow.engines.action_engine.builder'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/engines.rst:449: WARNING: autodoc: failed to import module u'taskflow.engines.action_engine.compiler'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/engines.rst:450: WARNING: autodoc: failed to import module u'taskflow.engines.action_engine.completer'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/engines.rst:451: WARNING: autodoc: failed to import module u'taskflow.engines.action_engine.deciders'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/engines.rst:452: WARNING: autodoc: failed to import module u'taskflow.engines.action_engine.executor'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/engines.rst:453: WARNING: autodoc: failed to import module u'taskflow.engines.action_engine.runtime'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/engines.rst:454: WARNING: autodoc: failed to import module u'taskflow.engines.action_engine.scheduler'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/engines.rst:455: WARNING: autodoc: failed to import class u'ScopeWalker' from module u'taskflow.engines.action_engine.scopes'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/engines.rst:457: WARNING: autodoc: failed to import module u'taskflow.engines.action_engine.traversal'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/engines.rst:462: WARNING: Could not import class or module u'taskflow.engines.action_engine.engine.ActionEngine' specified for inheritance diagram /builddir/build/BUILD/taskflow-1.30.0/doc/source/jobs.rst:344: WARNING: autodoc: failed to import module u'taskflow.jobs.backends'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/jobs/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/jobs.rst:352: WARNING: autodoc: failed to import module u'taskflow.jobs.backends.impl_zookeeper'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/jobs/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/jobs.rst:357: WARNING: autodoc: failed to import module u'taskflow.jobs.backends.impl_redis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/jobs/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/jobs.rst:362: WARNING: Could not import class or module u'taskflow.jobs.backends.impl_redis' specified for inheritance diagram /builddir/build/BUILD/taskflow-1.30.0/doc/source/notifications.rst:150: WARNING: autodoc: failed to import module u'taskflow.listeners.base'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/listeners/base.py", line 27, in from taskflow.types import failure File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/types/failure.py", line 30, in from taskflow.utils import schema_utils as su File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/schema_utils.py", line 17, in import jsonschema ImportError: No module named jsonschema /builddir/build/BUILD/taskflow-1.30.0/doc/source/notifications.rst:158: WARNING: autodoc: failed to import class u'LoggingListener' from module u'taskflow.listeners.logging'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/listeners/logging.py", line 21, in from taskflow import formatters File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/formatters.py", line 19, in from taskflow.engines.action_engine import compiler File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/notifications.rst:160: WARNING: autodoc: failed to import class u'DynamicLoggingListener' from module u'taskflow.listeners.logging'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/listeners/logging.py", line 21, in from taskflow import formatters File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/formatters.py", line 19, in from taskflow.engines.action_engine import compiler File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/notifications.rst:162: WARNING: autodoc: failed to import class u'PrintingListener' from module u'taskflow.listeners.printing'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/listeners/printing.py", line 22, in from taskflow.listeners import base File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/listeners/base.py", line 27, in from taskflow.types import failure File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/types/failure.py", line 30, in from taskflow.utils import schema_utils as su File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/schema_utils.py", line 17, in import jsonschema ImportError: No module named jsonschema /builddir/build/BUILD/taskflow-1.30.0/doc/source/notifications.rst:167: WARNING: autodoc: failed to import class u'DurationListener' from module u'taskflow.listeners.timing'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/listeners/timing.py", line 26, in from taskflow.engines.action_engine import compiler as co File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/notifications.rst:169: WARNING: autodoc: failed to import class u'PrintingDurationListener' from module u'taskflow.listeners.timing'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/listeners/timing.py", line 26, in from taskflow.engines.action_engine import compiler as co File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/notifications.rst:171: WARNING: autodoc: failed to import class u'EventTimeListener' from module u'taskflow.listeners.timing'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/listeners/timing.py", line 26, in from taskflow.engines.action_engine import compiler as co File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/notifications.rst:176: WARNING: autodoc: failed to import class u'CheckingClaimListener' from module u'taskflow.listeners.claims'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/listeners/claims.py", line 25, in from taskflow.listeners import base File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/listeners/base.py", line 27, in from taskflow.types import failure File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/types/failure.py", line 30, in from taskflow.utils import schema_utils as su File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/schema_utils.py", line 17, in import jsonschema ImportError: No module named jsonschema /builddir/build/BUILD/taskflow-1.30.0/doc/source/notifications.rst:181: WARNING: autodoc: failed to import class u'CaptureListener' from module u'taskflow.listeners.capturing'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/listeners/capturing.py", line 17, in from taskflow.listeners import base File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/listeners/base.py", line 27, in from taskflow.types import failure File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/types/failure.py", line 30, in from taskflow.utils import schema_utils as su File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/schema_utils.py", line 17, in import jsonschema ImportError: No module named jsonschema /builddir/build/BUILD/taskflow-1.30.0/doc/source/notifications.rst:186: WARNING: autodoc: failed to import module u'taskflow.formatters'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/formatters.py", line 19, in from taskflow.engines.action_engine import compiler File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/notifications.rst:191: WARNING: Could not import class or module u'taskflow.listeners.base.DumpingListener' specified for inheritance diagram /builddir/build/BUILD/taskflow-1.30.0/doc/source/patterns.rst:23: WARNING: autodoc: failed to import module u'taskflow.patterns.graph_flow'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/patterns/graph_flow.py", line 21, in from taskflow import deciders as de File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/deciders.py", line 19, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/patterns.rst:24: WARNING: autodoc: failed to import module u'taskflow.deciders'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/deciders.py", line 19, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/patterns.rst:29: WARNING: Could not import class or module u'taskflow.patterns.graph_flow' specified for inheritance diagram /builddir/build/BUILD/taskflow-1.30.0/doc/source/persistence.rst:284: WARNING: autodoc: failed to import module u'taskflow.persistence.backends'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/persistence.rst:285: WARNING: autodoc: failed to import module u'taskflow.persistence.base'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/base.py", line 21, in from taskflow.persistence import models File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/models.py", line 29, in from taskflow.types import failure as ft File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/types/failure.py", line 30, in from taskflow.utils import schema_utils as su File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/schema_utils.py", line 17, in import jsonschema ImportError: No module named jsonschema /builddir/build/BUILD/taskflow-1.30.0/doc/source/persistence.rst:286: WARNING: autodoc: failed to import module u'taskflow.persistence.path_based'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/path_based.py", line 21, in from taskflow.persistence import base File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/base.py", line 21, in from taskflow.persistence import models File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/models.py", line 29, in from taskflow.types import failure as ft File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/types/failure.py", line 30, in from taskflow.utils import schema_utils as su File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/schema_utils.py", line 17, in import jsonschema ImportError: No module named jsonschema /builddir/build/BUILD/taskflow-1.30.0/doc/source/persistence.rst:291: WARNING: autodoc: failed to import module u'taskflow.persistence.models'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/models.py", line 29, in from taskflow.types import failure as ft File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/types/failure.py", line 30, in from taskflow.utils import schema_utils as su File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/schema_utils.py", line 17, in import jsonschema ImportError: No module named jsonschema /builddir/build/BUILD/taskflow-1.30.0/doc/source/persistence.rst:299: WARNING: autodoc: failed to import module u'taskflow.persistence.backends.impl_memory'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/persistence.rst:304: WARNING: autodoc: failed to import module u'taskflow.persistence.backends.impl_dir'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/persistence.rst:309: WARNING: autodoc: failed to import module u'taskflow.persistence.backends.impl_sqlalchemy'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/persistence.rst:314: WARNING: autodoc: failed to import module u'taskflow.persistence.backends.impl_zookeeper'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/persistence.rst:319: WARNING: autodoc: failed to import module u'taskflow.storage'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/storage.py", line 20, in import fasteners ImportError: No module named fasteners /builddir/build/BUILD/taskflow-1.30.0/doc/source/persistence.rst:324: WARNING: Could not import class or module u'taskflow.persistence.base' specified for inheritance diagram /builddir/build/BUILD/taskflow-1.30.0/doc/source/types.rst:23: WARNING: autodoc: failed to import module u'taskflow.types.failure'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/types/failure.py", line 30, in from taskflow.utils import schema_utils as su File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/schema_utils.py", line 17, in import jsonschema ImportError: No module named jsonschema /builddir/build/BUILD/taskflow-1.30.0/doc/source/types.rst:49: WARNING: autodoc: failed to import module u'taskflow.types.tree'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/types/tree.py", line 27, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/utils.rst:34: WARNING: autodoc: failed to import module u'taskflow.utils.kazoo_utils'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/kazoo_utils.py", line 17, in from kazoo import client ImportError: No module named kazoo /builddir/build/BUILD/taskflow-1.30.0/doc/source/utils.rst:44: WARNING: autodoc: failed to import module u'taskflow.utils.misc'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/utils.rst:54: WARNING: autodoc: failed to import module u'taskflow.utils.persistence_utils'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/persistence_utils.py", line 22, in from taskflow.persistence import models File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/models.py", line 29, in from taskflow.types import failure as ft File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/types/failure.py", line 30, in from taskflow.utils import schema_utils as su File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/schema_utils.py", line 17, in import jsonschema ImportError: No module named jsonschema /builddir/build/BUILD/taskflow-1.30.0/doc/source/utils.rst:59: WARNING: autodoc: failed to import module u'taskflow.utils.redis_utils'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/redis_utils.py", line 17, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/utils.rst:64: WARNING: autodoc: failed to import module u'taskflow.utils.schema_utils'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/schema_utils.py", line 17, in import jsonschema ImportError: No module named jsonschema /builddir/build/BUILD/taskflow-1.30.0/doc/source/utils.rst:69: WARNING: autodoc: failed to import module u'taskflow.utils.threading_utils'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/threading_utils.py", line 24, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/workers.rst:138: WARNING: autodoc: failed to import module u'taskflow.engines.worker_based.protocol'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/workers.rst:419: WARNING: autodoc: failed to import module u'taskflow.engines.worker_based.engine'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/workers.rst:431: WARNING: autodoc: failed to import module u'taskflow.engines.worker_based.dispatcher'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/workers.rst:432: WARNING: autodoc: failed to import module u'taskflow.engines.worker_based.endpoint'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/workers.rst:433: WARNING: autodoc: failed to import module u'taskflow.engines.worker_based.executor'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/workers.rst:434: WARNING: autodoc: failed to import module u'taskflow.engines.worker_based.proxy'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/workers.rst:435: WARNING: autodoc: failed to import module u'taskflow.engines.worker_based.worker'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum /builddir/build/BUILD/taskflow-1.30.0/doc/source/workers.rst:436: WARNING: autodoc: failed to import module u'taskflow.engines.worker_based.types'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 519, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/__init__.py", line 27, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/engines/helpers.py", line 29, in from taskflow.persistence import backends as p_backends File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/persistence/backends/__init__.py", line 23, in from taskflow.utils import misc File "/builddir/build/BUILD/taskflow-1.30.0/taskflow/utils/misc.py", line 30, in import enum ImportError: No module named enum done checking consistency... done preparing documents... done writing output... [ 5%] arguments_and_results /builddir/build/BUILD/taskflow-1.30.0/doc/source/workers.rst:: WARNING: document isn't included in any toctree writing output... [ 10%] atoms writing output... [ 15%] conductors writing output... [ 21%] engines writing output... [ 26%] examples writing output... [ 31%] exceptions WARNING: dot command 'dot' cannot be run (needed for graphviz output), check the graphviz_dot setting writing output... [ 36%] history writing output... [ 42%] index writing output... [ 47%] inputs_and_outputs writing output... [ 52%] jobs writing output... [ 57%] notifications writing output... [ 63%] patterns writing output... [ 68%] persistence writing output... [ 73%] resumption writing output... [ 78%] shelf writing output... [ 84%] states writing output... [ 89%] types writing output... [ 94%] utils writing output... [100%] workers /builddir/build/BUILD/taskflow-1.30.0/taskflow/types/entity.py:docstring of taskflow.types.entity.Entity:None: WARNING: more than one target found for cross-reference u'name': taskflow.jobs.base.JobBoard.name, taskflow.flow.Flow.name, taskflow.jobs.base.Job.name generating indices... genindex py-modindex highlighting module code... [ 5%] taskflow.utils.iter_utils highlighting module code... [ 10%] taskflow.jobs.base highlighting module code... [ 15%] abc highlighting module code... [ 21%] taskflow.flow highlighting module code... [ 26%] taskflow.patterns.unordered_flow highlighting module code... [ 31%] taskflow.types.graph highlighting module code... [ 36%] taskflow.utils.deprecation highlighting module code... [ 42%] taskflow.utils.mixins highlighting module code... [ 47%] taskflow.patterns.linear_flow highlighting module code... [ 52%] taskflow.types.entity highlighting module code... [ 57%] taskflow.exceptions highlighting module code... [ 63%] taskflow.utils.kombu_utils highlighting module code... [ 68%] taskflow.types.sets highlighting module code... [ 73%] taskflow.types.notifier highlighting module code... [ 78%] taskflow.conductors.backends highlighting module code... [ 84%] collections highlighting module code... [ 89%] taskflow.utils.async_utils highlighting module code... [ 94%] taskflow.types.timing highlighting module code... [100%] taskflow.utils.eventlet_utils writing additional pages... search copying images... [ 7%] img/area_of_influence.svg copying images... [ 15%] img/wbe_request_states.svg copying images... [ 23%] img/task_states.svg copying images... [ 30%] img/engine_states.svg copying images... [ 38%] img/retry_states.svg copying images... [ 46%] img/conductor_cycle.png copying images... [ 53%] img/tasks.png copying images... [ 61%] img/worker-engine.svg copying images... [ 69%] img/mandelbrot.png copying images... [ 76%] img/jobboard.png copying images... [ 84%] img/flow_states.svg copying images... [ 92%] img/job_states.svg copying images... [100%] img/conductor.png copying static files... WARNING: html_static_path entry u'/builddir/build/BUILD/taskflow-1.30.0/doc/source/static' does not exist done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 78 warnings. + rm -rf html/.doctrees html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7CxqlE + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch ++ dirname /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch + cd taskflow-1.30.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/states.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/formatters.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/logging.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/deciders.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests copying build/lib/taskflow/tests/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests copying build/lib/taskflow/tests/utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests copying build/lib/taskflow/tests/test_examples.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_mapfunctor_task.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils_threading_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_engines.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns copying build/lib/taskflow/tests/unit/patterns/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns copying build/lib/taskflow/tests/unit/patterns/test_graph_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns copying build/lib/taskflow/tests/unit/patterns/test_linear_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns copying build/lib/taskflow/tests/unit/patterns/test_unordered_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/test_entrypoint.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/test_redis_job.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/test_zk_job.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/test_formatters.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_server.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_executor.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_creation.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_endpoint.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_proxy.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_protocol.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_worker.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_dispatcher.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_message_pump.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_pipeline.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_types.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/test_deciders.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_engine_helpers.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils_binary.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_suspend.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_failure.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_functor_task.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_exceptions.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_conductors.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_notifier.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_flow_dependencies.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_reducefunctor_task.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_arguments_passing.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_task.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_listeners.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils_async_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/test_sql_persistence.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/test_dir_persistence.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/test_zk_persistence.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/test_memory_persistence.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/test_states.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_types.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_check_transition.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_retries.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_storage.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/test_creation.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/test_scoping.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/test_compile.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/test_builder.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/test_utils_iter_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_progress.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/unordered_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/graph_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/linear_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/patterns creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/futures.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/timing.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/periodic.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/entity.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/graph.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/fsm.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/notifier.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/sets.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/failure.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/latch.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/table.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/tree.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/jobs copying build/lib/taskflow/jobs/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/jobs creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/backends/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/backends/impl_redis.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/backends/impl_zookeeper.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/jobs copying build/lib/taskflow/atom.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/conductors/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/conductors/single_threaded.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/backends/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/backends/impl_executor.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/backends/impl_blocking.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/backends/impl_nonblocking.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/storage.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/retry.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines copying build/lib/taskflow/engines/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/executor.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/proxy.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/worker.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/engine.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/endpoint.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/server.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/types.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/protocol.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/dispatcher.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines copying build/lib/taskflow/engines/helpers.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/executor.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/deciders.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/runtime.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/engine.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/traversal.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/completer.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/compiler.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/scheduler.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/scopes.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/builder.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/analyzer.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/actions/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/actions/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/actions/retry.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/actions/task.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/test.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/persistence_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/redis_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/iter_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/misc.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/threading_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/mixins.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/kombu_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/deprecation.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/eventlet_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/kazoo_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/schema_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/async_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/path_based.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/logbook.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_sqlalchemy.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_dir.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_memory.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/backends/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/backends/sqlalchemy/migration.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/backends/sqlalchemy/tables.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/backends/impl_zookeeper.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/models.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/logging.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/timing.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/claims.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/capturing.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/printing.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/version.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/exceptions.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/task.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/states.py to states.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/formatters.py to formatters.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/logging.py to logging.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/deciders.py to deciders.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/test_examples.py to test_examples.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_mapfunctor_task.py to test_mapfunctor_task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_utils_threading_utils.py to test_utils_threading_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_engines.py to test_engines.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns/test_graph_flow.py to test_graph_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns/test_linear_flow.py to test_linear_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns/test_unordered_flow.py to test_unordered_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs/test_entrypoint.py to test_entrypoint.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs/test_redis_job.py to test_redis_job.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs/test_zk_job.py to test_zk_job.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_formatters.py to test_formatters.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_executor.py to test_executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_creation.py to test_creation.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_protocol.py to test_protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_worker.py to test_worker.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_dispatcher.py to test_dispatcher.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_message_pump.py to test_message_pump.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_pipeline.py to test_pipeline.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_types.py to test_types.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_deciders.py to test_deciders.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_engine_helpers.py to test_engine_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_utils_binary.py to test_utils_binary.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_suspend.py to test_suspend.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_failure.py to test_failure.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_functor_task.py to test_functor_task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_conductors.py to test_conductors.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_notifier.py to test_notifier.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_flow_dependencies.py to test_flow_dependencies.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_reducefunctor_task.py to test_reducefunctor_task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_arguments_passing.py to test_arguments_passing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_task.py to test_task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_listeners.py to test_listeners.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_utils_async_utils.py to test_utils_async_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/test_sql_persistence.py to test_sql_persistence.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/test_dir_persistence.py to test_dir_persistence.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/test_zk_persistence.py to test_zk_persistence.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/test_memory_persistence.py to test_memory_persistence.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_states.py to test_states.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_types.py to test_types.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_check_transition.py to test_check_transition.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_retries.py to test_retries.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_storage.py to test_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine/test_creation.py to test_creation.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine/test_scoping.py to test_scoping.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine/test_compile.py to test_compile.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine/test_builder.py to test_builder.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_utils_iter_utils.py to test_utils_iter_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_progress.py to test_progress.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/flow.py to flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/patterns/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/patterns/unordered_flow.py to unordered_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/patterns/graph_flow.py to graph_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/patterns/linear_flow.py to linear_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types/futures.py to futures.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types/timing.py to timing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types/periodic.py to periodic.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types/entity.py to entity.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types/graph.py to graph.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types/fsm.py to fsm.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types/notifier.py to notifier.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types/sets.py to sets.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types/failure.py to failure.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types/latch.py to latch.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types/table.py to table.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/types/tree.py to tree.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends/impl_redis.py to impl_redis.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends/impl_zookeeper.py to impl_zookeeper.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/atom.py to atom.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/single_threaded.py to single_threaded.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends/impl_executor.py to impl_executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends/impl_blocking.py to impl_blocking.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends/impl_nonblocking.py to impl_nonblocking.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/storage.py to storage.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/retry.py to retry.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/executor.py to executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/proxy.py to proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/worker.py to worker.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/protocol.py to protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/dispatcher.py to dispatcher.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/executor.py to executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/deciders.py to deciders.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/runtime.py to runtime.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/traversal.py to traversal.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/completer.py to completer.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/compiler.py to compiler.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/scheduler.py to scheduler.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/scopes.py to scopes.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/builder.py to builder.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/analyzer.py to analyzer.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions/retry.py to retry.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions/task.py to task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils/persistence_utils.py to persistence_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils/redis_utils.py to redis_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils/iter_utils.py to iter_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils/threading_utils.py to threading_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils/mixins.py to mixins.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils/kombu_utils.py to kombu_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils/deprecation.py to deprecation.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils/eventlet_utils.py to eventlet_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils/kazoo_utils.py to kazoo_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils/schema_utils.py to schema_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/utils/async_utils.py to async_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/path_based.py to path_based.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/logbook.py to logbook.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/impl_sqlalchemy.py to impl_sqlalchemy.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/impl_dir.py to impl_dir.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/impl_memory.py to impl_memory.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/impl_zookeeper.py to impl_zookeeper.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/logging.py to logging.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/timing.py to timing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/claims.py to claims.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/capturing.py to capturing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/printing.py to printing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow/task.py to task.pyc writing byte-compilation script '/tmp/tmpupZHvv.py' /usr/bin/python2 -O /tmp/tmpupZHvv.py removing /tmp/tmpupZHvv.py running install_egg_info running egg_info writing taskflow.egg-info/PKG-INFO writing top-level names to taskflow.egg-info/top_level.txt writing dependency_links to taskflow.egg-info/dependency_links.txt writing entry points to taskflow.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt Copying taskflow.egg-info to /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7/site-packages/taskflow-1.30.0-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5 creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow copying build/lib/taskflow/states.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow copying build/lib/taskflow/formatters.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow copying build/lib/taskflow/logging.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow copying build/lib/taskflow/deciders.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow copying build/lib/taskflow/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests copying build/lib/taskflow/tests/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests copying build/lib/taskflow/tests/utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests copying build/lib/taskflow/tests/test_examples.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_mapfunctor_task.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils_threading_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_engines.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/patterns copying build/lib/taskflow/tests/unit/patterns/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/patterns copying build/lib/taskflow/tests/unit/patterns/test_graph_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/patterns copying build/lib/taskflow/tests/unit/patterns/test_linear_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/patterns copying build/lib/taskflow/tests/unit/patterns/test_unordered_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/patterns creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/test_entrypoint.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/test_redis_job.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/test_zk_job.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/test_formatters.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_server.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_executor.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_creation.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_endpoint.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_proxy.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_protocol.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_worker.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_dispatcher.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_message_pump.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_pipeline.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_types.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/test_deciders.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_engine_helpers.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils_binary.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_suspend.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_failure.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_functor_task.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_exceptions.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_conductors.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_notifier.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_flow_dependencies.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_reducefunctor_task.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_arguments_passing.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_task.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_listeners.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils_async_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/test_sql_persistence.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/test_dir_persistence.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/test_zk_persistence.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/test_memory_persistence.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/test_states.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_types.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_check_transition.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_retries.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_storage.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/test_creation.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/test_scoping.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/test_compile.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/test_builder.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/test_utils_iter_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_progress.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit copying build/lib/taskflow/flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/unordered_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/graph_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/linear_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/patterns creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types copying build/lib/taskflow/types/futures.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types copying build/lib/taskflow/types/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types copying build/lib/taskflow/types/timing.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types copying build/lib/taskflow/types/periodic.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types copying build/lib/taskflow/types/entity.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types copying build/lib/taskflow/types/graph.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types copying build/lib/taskflow/types/fsm.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types copying build/lib/taskflow/types/notifier.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types copying build/lib/taskflow/types/sets.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types copying build/lib/taskflow/types/failure.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types copying build/lib/taskflow/types/latch.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types copying build/lib/taskflow/types/table.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types copying build/lib/taskflow/types/tree.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/jobs copying build/lib/taskflow/jobs/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/jobs creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/backends/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/backends/impl_redis.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/backends/impl_zookeeper.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/jobs copying build/lib/taskflow/atom.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors copying build/lib/taskflow/conductors/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors copying build/lib/taskflow/conductors/single_threaded.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/backends/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/backends/impl_executor.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/backends/impl_blocking.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/backends/impl_nonblocking.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors copying build/lib/taskflow/storage.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow copying build/lib/taskflow/retry.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines copying build/lib/taskflow/engines/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/executor.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/proxy.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/worker.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/engine.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/endpoint.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/server.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/types.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/protocol.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/dispatcher.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines copying build/lib/taskflow/engines/helpers.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/executor.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/deciders.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/runtime.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/engine.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/traversal.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/completer.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/compiler.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/scheduler.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/scopes.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/builder.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/analyzer.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/actions/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/actions/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/actions/retry.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/actions/task.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/test.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils copying build/lib/taskflow/utils/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils copying build/lib/taskflow/utils/persistence_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils copying build/lib/taskflow/utils/redis_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils copying build/lib/taskflow/utils/iter_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils copying build/lib/taskflow/utils/misc.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils copying build/lib/taskflow/utils/threading_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils copying build/lib/taskflow/utils/mixins.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils copying build/lib/taskflow/utils/kombu_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils copying build/lib/taskflow/utils/deprecation.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils copying build/lib/taskflow/utils/eventlet_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils copying build/lib/taskflow/utils/kazoo_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils copying build/lib/taskflow/utils/schema_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils copying build/lib/taskflow/utils/async_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/path_based.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/logbook.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_sqlalchemy.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_dir.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_memory.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/backends/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/backends/sqlalchemy/migration.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/backends/sqlalchemy/tables.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/backends/impl_zookeeper.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/models.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence creating /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/logging.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/timing.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/claims.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/capturing.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/printing.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners copying build/lib/taskflow/version.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow copying build/lib/taskflow/exceptions.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow copying build/lib/taskflow/task.py -> /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/states.py to states.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/formatters.py to formatters.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/logging.py to logging.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/deciders.py to deciders.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/utils.py to utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/test_examples.py to test_examples.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_mapfunctor_task.py to test_mapfunctor_task.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_utils_threading_utils.py to test_utils_threading_utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_utils.py to test_utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_engines.py to test_engines.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/patterns/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/patterns/test_graph_flow.py to test_graph_flow.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/patterns/test_linear_flow.py to test_linear_flow.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/patterns/test_unordered_flow.py to test_unordered_flow.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/jobs/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/jobs/test_entrypoint.py to test_entrypoint.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/jobs/test_redis_job.py to test_redis_job.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/jobs/base.py to base.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/jobs/test_zk_job.py to test_zk_job.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_formatters.py to test_formatters.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based/test_server.py to test_server.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based/test_executor.py to test_executor.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based/test_creation.py to test_creation.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based/test_endpoint.py to test_endpoint.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based/test_proxy.py to test_proxy.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based/test_protocol.py to test_protocol.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based/test_worker.py to test_worker.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based/test_dispatcher.py to test_dispatcher.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based/test_message_pump.py to test_message_pump.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based/test_pipeline.py to test_pipeline.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/worker_based/test_types.py to test_types.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_deciders.py to test_deciders.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_engine_helpers.py to test_engine_helpers.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_utils_binary.py to test_utils_binary.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_suspend.py to test_suspend.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_failure.py to test_failure.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_functor_task.py to test_functor_task.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_exceptions.py to test_exceptions.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_conductors.py to test_conductors.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_notifier.py to test_notifier.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_flow_dependencies.py to test_flow_dependencies.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_reducefunctor_task.py to test_reducefunctor_task.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_arguments_passing.py to test_arguments_passing.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_task.py to test_task.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_listeners.py to test_listeners.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_utils_async_utils.py to test_utils_async_utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/persistence/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/persistence/test_sql_persistence.py to test_sql_persistence.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/persistence/base.py to base.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/persistence/test_dir_persistence.py to test_dir_persistence.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/persistence/test_zk_persistence.py to test_zk_persistence.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/persistence/test_memory_persistence.py to test_memory_persistence.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_states.py to test_states.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_types.py to test_types.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_check_transition.py to test_check_transition.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_retries.py to test_retries.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_storage.py to test_storage.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/action_engine/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/action_engine/test_creation.py to test_creation.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/action_engine/test_scoping.py to test_scoping.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/action_engine/test_compile.py to test_compile.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/action_engine/test_builder.py to test_builder.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_utils_iter_utils.py to test_utils_iter_utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/tests/unit/test_progress.py to test_progress.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/flow.py to flow.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/patterns/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/patterns/unordered_flow.py to unordered_flow.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/patterns/graph_flow.py to graph_flow.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/patterns/linear_flow.py to linear_flow.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types/futures.py to futures.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types/timing.py to timing.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types/periodic.py to periodic.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types/entity.py to entity.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types/graph.py to graph.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types/fsm.py to fsm.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types/notifier.py to notifier.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types/sets.py to sets.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types/failure.py to failure.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types/latch.py to latch.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types/table.py to table.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/types/tree.py to tree.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/jobs/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/jobs/backends/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/jobs/backends/impl_redis.py to impl_redis.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/jobs/backends/impl_zookeeper.py to impl_zookeeper.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/jobs/base.py to base.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/atom.py to atom.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors/single_threaded.py to single_threaded.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors/backends/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors/backends/impl_executor.py to impl_executor.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors/backends/impl_blocking.py to impl_blocking.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors/backends/impl_nonblocking.py to impl_nonblocking.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/conductors/base.py to base.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/storage.py to storage.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/retry.py to retry.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based/executor.py to executor.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based/proxy.py to proxy.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based/worker.py to worker.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based/engine.py to engine.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based/endpoint.py to endpoint.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based/server.py to server.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based/types.py to types.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based/protocol.py to protocol.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/worker_based/dispatcher.py to dispatcher.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/base.py to base.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/helpers.py to helpers.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/executor.py to executor.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/deciders.py to deciders.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/runtime.py to runtime.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/engine.py to engine.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/traversal.py to traversal.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/completer.py to completer.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/compiler.py to compiler.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/scheduler.py to scheduler.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/scopes.py to scopes.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/builder.py to builder.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/analyzer.py to analyzer.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/actions/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/actions/base.py to base.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/actions/retry.py to retry.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/engines/action_engine/actions/task.py to task.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/test.py to test.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils/persistence_utils.py to persistence_utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils/redis_utils.py to redis_utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils/iter_utils.py to iter_utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils/misc.py to misc.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils/threading_utils.py to threading_utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils/mixins.py to mixins.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils/kombu_utils.py to kombu_utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils/deprecation.py to deprecation.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils/eventlet_utils.py to eventlet_utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils/kazoo_utils.py to kazoo_utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils/schema_utils.py to schema_utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/utils/async_utils.py to async_utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/path_based.py to path_based.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/logbook.py to logbook.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends/impl_sqlalchemy.py to impl_sqlalchemy.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends/impl_dir.py to impl_dir.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends/impl_memory.py to impl_memory.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends/sqlalchemy/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends/sqlalchemy/migration.py to migration.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends/sqlalchemy/tables.py to tables.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/backends/impl_zookeeper.py to impl_zookeeper.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/models.py to models.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/persistence/base.py to base.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners/logging.py to logging.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners/timing.py to timing.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners/claims.py to claims.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners/capturing.py to capturing.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners/base.py to base.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/listeners/printing.py to printing.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/version.py to version.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/exceptions.py to exceptions.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow/task.py to task.cpython-35.pyc writing byte-compilation script '/tmp/tmpvxx1o_0z.py' /usr/bin/python3 -O /tmp/tmpvxx1o_0z.py removing /tmp/tmpvxx1o_0z.py running install_egg_info running egg_info writing dependency_links to taskflow.egg-info/dependency_links.txt writing taskflow.egg-info/PKG-INFO writing entry points to taskflow.egg-info/entry_points.txt writing top-level names to taskflow.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying taskflow.egg-info to /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5/site-packages/taskflow-1.30.0-py3.5.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/taskflow-1.30.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python3.5 using /usr/bin/python3.5 Bytecompiling .py files below /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-taskflow-1.30.0-4.fc25.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8rdY2F + umask 022 + cd /builddir/build/BUILD + cd taskflow-1.30.0 + DOCDIR=/builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/doc/python2-taskflow + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/doc/python2-taskflow + cp -pr README.rst /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/doc/python2-taskflow + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.49FqLH + umask 022 + cd /builddir/build/BUILD + cd taskflow-1.30.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/licenses/python2-taskflow + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/licenses/python2-taskflow + cp -pr LICENSE /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/licenses/python2-taskflow + exit 0 Provides: python-taskflow = 1.30.0-4.fc25 python2-taskflow = 1.30.0-4.fc25 python2.7dist(taskflow) = 1.30.0 python2dist(taskflow) = 1.30.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-taskflow < 1.30.0-4.fc25 Processing files: python3-taskflow-1.30.0-4.fc25.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.K6sXXh + umask 022 + cd /builddir/build/BUILD + cd taskflow-1.30.0 + DOCDIR=/builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/doc/python3-taskflow + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/doc/python3-taskflow + cp -pr README.rst /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/doc/python3-taskflow + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.gJbQbS + umask 022 + cd /builddir/build/BUILD + cd taskflow-1.30.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/licenses/python3-taskflow + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/licenses/python3-taskflow + cp -pr LICENSE /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/licenses/python3-taskflow + exit 0 Provides: python3-taskflow = 1.30.0-4.fc25 python3.5dist(taskflow) = 1.30.0 python3dist(taskflow) = 1.30.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.5 Processing files: python-taskflow-doc-1.30.0-4.fc25.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.12zab2 + umask 022 + cd /builddir/build/BUILD + cd taskflow-1.30.0 + DOCDIR=/builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/doc/python-taskflow-doc + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/doc/python-taskflow-doc + cp -pr html /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/doc/python-taskflow-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AgyIec + umask 022 + cd /builddir/build/BUILD + cd taskflow-1.30.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/licenses/python-taskflow-doc + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/licenses/python-taskflow-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch/usr/share/licenses/python-taskflow-doc + exit 0 Provides: python-taskflow-doc = 1.30.0-4.fc25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch warning: Could not canonicalize hostname: buildvm-27.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/python2-taskflow-1.30.0-4.fc25.noarch.rpm Wrote: /builddir/build/RPMS/python3-taskflow-1.30.0-4.fc25.noarch.rpm Wrote: /builddir/build/RPMS/python-taskflow-doc-1.30.0-4.fc25.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lH3Nuq + umask 022 + cd /builddir/build/BUILD + cd taskflow-1.30.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-taskflow-1.30.0-4.fc25.noarch + exit 0 Child return code was: 0