Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-taskflow.spec'], False, '/var/lib/mock/cloud7-openstack-liberty-el7-build-8469-11716/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-taskflow.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-taskflow-1.21.0-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-taskflow.spec'], False, '/var/lib/mock/cloud7-openstack-liberty-el7-build-8469-11716/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-taskflow.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9Jim75 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf taskflow-1.21.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/taskflow-1.21.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd taskflow-1.21.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.Q5287R + umask 022 + cd /builddir/build/BUILD + cd taskflow-1.21.0 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/taskflow creating build/lib/taskflow/types copying taskflow/types/tree.py -> build/lib/taskflow/types copying taskflow/types/futures.py -> build/lib/taskflow/types copying taskflow/types/periodic.py -> build/lib/taskflow/types copying taskflow/types/__init__.py -> build/lib/taskflow/types copying taskflow/types/cache.py -> build/lib/taskflow/types copying taskflow/types/notifier.py -> build/lib/taskflow/types copying taskflow/types/timing.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/table.py -> build/lib/taskflow/types copying taskflow/types/failure.py -> build/lib/taskflow/types copying taskflow/types/sets.py -> build/lib/taskflow/types copying taskflow/types/latch.py -> build/lib/taskflow/types creating build/lib/taskflow/conductors copying taskflow/conductors/__init__.py -> build/lib/taskflow/conductors copying taskflow/conductors/base.py -> build/lib/taskflow/conductors copying taskflow/conductors/single_threaded.py -> build/lib/taskflow/conductors creating build/lib/taskflow/persistence copying taskflow/persistence/path_based.py -> build/lib/taskflow/persistence copying taskflow/persistence/__init__.py -> build/lib/taskflow/persistence copying taskflow/persistence/base.py -> build/lib/taskflow/persistence copying taskflow/persistence/logbook.py -> build/lib/taskflow/persistence copying taskflow/persistence/models.py -> build/lib/taskflow/persistence creating build/lib/taskflow/tests creating build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_retries.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_types.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_engines.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_task.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils.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_functor_task.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_reducefunctor_task.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_failure.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_suspend.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_notifier.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_storage.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_arguments_passing.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_engine_helpers.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_exceptions.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_progress.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils_binary.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_mapfunctor_task.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_flow_dependencies.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_listeners.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_check_transition.py -> build/lib/taskflow/tests/unit creating build/lib/taskflow/patterns copying taskflow/patterns/__init__.py -> build/lib/taskflow/patterns copying taskflow/patterns/graph_flow.py -> build/lib/taskflow/patterns copying taskflow/patterns/linear_flow.py -> build/lib/taskflow/patterns copying taskflow/patterns/unordered_flow.py -> build/lib/taskflow/patterns creating build/lib/taskflow/tests/unit/conductor copying taskflow/tests/unit/conductor/test_blocking.py -> build/lib/taskflow/tests/unit/conductor copying taskflow/tests/unit/conductor/__init__.py -> build/lib/taskflow/tests/unit/conductor 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 creating build/lib/taskflow/engines 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/iter_utils.py -> build/lib/taskflow/utils copying taskflow/utils/threading_utils.py -> build/lib/taskflow/utils copying taskflow/utils/__init__.py -> build/lib/taskflow/utils copying taskflow/utils/redis_utils.py -> build/lib/taskflow/utils copying taskflow/utils/misc.py -> build/lib/taskflow/utils copying taskflow/utils/eventlet_utils.py -> build/lib/taskflow/utils copying taskflow/utils/async_utils.py -> build/lib/taskflow/utils copying taskflow/utils/mixins.py -> build/lib/taskflow/utils copying taskflow/utils/kazoo_utils.py -> build/lib/taskflow/utils copying taskflow/utils/persistence_utils.py -> build/lib/taskflow/utils copying taskflow/utils/kombu_utils.py -> build/lib/taskflow/utils copying taskflow/utils/deprecation.py -> build/lib/taskflow/utils copying taskflow/utils/schema_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/printing.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/timing.py -> build/lib/taskflow/listeners copying taskflow/listeners/claims.py -> build/lib/taskflow/listeners creating 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_types.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_creation.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/__init__.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_pipeline.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_executor.py -> build/lib/taskflow/tests/unit/worker_based copying taskflow/tests/unit/worker_based/test_server.py -> build/lib/taskflow/tests/unit/worker_based creating build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/engine.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/scheduler.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 copying taskflow/engines/action_engine/completer.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/executor.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/scopes.py -> build/lib/taskflow/engines/action_engine creating 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/test_zk_job.py -> 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/base.py -> build/lib/taskflow/tests/unit/jobs creating build/lib/taskflow/engines/action_engine/actions copying taskflow/engines/action_engine/actions/task.py -> 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/tests/utils.py -> build/lib/taskflow/tests copying taskflow/tests/__init__.py -> build/lib/taskflow/tests copying taskflow/tests/test_examples.py -> build/lib/taskflow/tests copying taskflow/logging.py -> build/lib/taskflow copying taskflow/states.py -> build/lib/taskflow copying taskflow/test.py -> build/lib/taskflow copying taskflow/task.py -> build/lib/taskflow copying taskflow/storage.py -> build/lib/taskflow copying taskflow/__init__.py -> build/lib/taskflow copying taskflow/exceptions.py -> build/lib/taskflow copying taskflow/retry.py -> build/lib/taskflow copying taskflow/flow.py -> build/lib/taskflow copying taskflow/atom.py -> build/lib/taskflow copying taskflow/version.py -> build/lib/taskflow creating build/lib/taskflow/conductors/backends copying taskflow/conductors/backends/impl_blocking.py -> build/lib/taskflow/conductors/backends copying taskflow/conductors/backends/__init__.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_linear_flow.py -> build/lib/taskflow/tests/unit/patterns copying taskflow/tests/unit/patterns/test_graph_flow.py -> build/lib/taskflow/tests/unit/patterns copying taskflow/tests/unit/patterns/test_unordered_flow.py -> build/lib/taskflow/tests/unit/patterns creating build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/engine.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/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/server.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/dispatcher.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/endpoint.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/executor.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/protocol.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/worker.py -> build/lib/taskflow/engines/worker_based creating build/lib/taskflow/jobs/backends copying taskflow/jobs/backends/impl_zookeeper.py -> 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 creating 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/__init__.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_builder.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/persistence/backends/impl_zookeeper.py -> build/lib/taskflow/persistence/backends copying taskflow/persistence/backends/impl_sqlalchemy.py -> build/lib/taskflow/persistence/backends copying taskflow/persistence/backends/__init__.py -> build/lib/taskflow/persistence/backends copying taskflow/persistence/backends/impl_memory.py -> build/lib/taskflow/persistence/backends copying taskflow/persistence/backends/impl_dir.py -> build/lib/taskflow/persistence/backends creating 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/__init__.py -> build/lib/taskflow/tests/unit/persistence copying taskflow/tests/unit/persistence/test_dir_persistence.py -> build/lib/taskflow/tests/unit/persistence copying taskflow/tests/unit/persistence/base.py -> build/lib/taskflow/tests/unit/persistence copying taskflow/tests/unit/persistence/test_sql_persistence.py -> build/lib/taskflow/tests/unit/persistence copying taskflow/tests/unit/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 reading manifest template 'MANIFEST.in' 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' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LOY9cF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch + cd taskflow-1.21.0 + /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/logging.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/states.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/test.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/task.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/storage.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/iter_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/threading_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/redis_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/misc.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/eventlet_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/async_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/mixins.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/kazoo_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/persistence_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/kombu_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/deprecation.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/schema_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/exceptions.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs copying build/lib/taskflow/jobs/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs copying build/lib/taskflow/jobs/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/backends/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends copying build/lib/taskflow/retry.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests copying build/lib/taskflow/tests/utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils_iter_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/conductor copying build/lib/taskflow/tests/unit/conductor/test_blocking.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/conductor copying build/lib/taskflow/tests/unit/conductor/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/conductor copying build/lib/taskflow/tests/unit/test_task.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/test_failure.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/test_utils_async_utils.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_states.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns copying build/lib/taskflow/tests/unit/test_listeners.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests copying build/lib/taskflow/tests/test_examples.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests copying build/lib/taskflow/flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/tree.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/futures.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/periodic.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/cache.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/notifier.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/timing.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/graph.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/fsm.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/table.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/failure.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/sets.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/latch.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/path_based.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/logbook.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_zookeeper.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/backends/impl_memory.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/models.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/logging.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/printing.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/capturing.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/timing.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/claims.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/conductors/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/conductors/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/backends/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/single_threaded.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/atom.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines copying build/lib/taskflow/engines/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines copying build/lib/taskflow/engines/base.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/executor.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/helpers.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines creating /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/graph_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/linear_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/unordered_flow.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/version.py -> /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/logging.py to logging.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/states.py to states.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/task.py to task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/storage.py to storage.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/iter_utils.py to iter_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/threading_utils.py to threading_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/redis_utils.py to redis_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/eventlet_utils.py to eventlet_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/async_utils.py to async_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/mixins.py to mixins.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/kazoo_utils.py to kazoo_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/persistence_utils.py to persistence_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/kombu_utils.py to kombu_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/deprecation.py to deprecation.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/schema_utils.py to schema_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/retry.py to retry.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/conductor/test_blocking.py to test_blocking.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/conductor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/test_examples.py to test_examples.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/flow.py to flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/tree.py to tree.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/futures.py to futures.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/periodic.py to periodic.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/notifier.py to notifier.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/timing.py to timing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/graph.py to graph.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/fsm.py to fsm.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/table.py to table.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/failure.py to failure.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/sets.py to sets.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/latch.py to latch.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/path_based.py to path_based.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/logbook.py to logbook.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/logging.py to logging.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/printing.py to printing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/capturing.py to capturing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/timing.py to timing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/claims.py to claims.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/single_threaded.py to single_threaded.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/atom.py to atom.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/proxy.py to proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/dispatcher.py to dispatcher.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/executor.py to executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/protocol.py to protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/worker.py to worker.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/scheduler.py to scheduler.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/builder.py to builder.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/analyzer.py to analyzer.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/completer.py to completer.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/runtime.py to runtime.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/executor.py to executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/compiler.py to compiler.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/scopes.py to scopes.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns/graph_flow.py to graph_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns/linear_flow.py to linear_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns/unordered_flow.py to unordered_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/version.py to version.pyc 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.21.0-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow-1.21.0-py2.7.egg-info running install_scripts + sphinx-build doc/source html Making output directory... Running Sphinx v1.1.3 fatal: Not a git repository (or any of the parent directories): .git loading pickled environment... not yet created No builder selected, using default: html Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme 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 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/atom.py", line 22, in from oslo_utils import reflection ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/task.py", line 22, in from oslo_utils import reflection ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/retry.py", line 20, in import enum ImportError: No module named enum reading sources... [ 15%] conductors Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/conductors/base.py", line 18, in import fasteners ImportError: No module named fasteners Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/conductors/backends/__init__.py", line 19, in import stevedore.driver ImportError: No module named stevedore.driver Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/conductors/backends/__init__.py", line 19, in import stevedore.driver ImportError: No module named stevedore.driver reading sources... [ 21%] engines Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils reading sources... [ 26%] examples reading sources... [ 31%] exceptions Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/exceptions.py", line 20, in from oslo_utils import excutils ImportError: No module named oslo_utils reading sources... [ 36%] history reading sources... [ 42%] index reading sources... [ 47%] inputs_and_outputs reading sources... [ 52%] jobs Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/jobs/base.py", line 22, in from oslo_utils import uuidutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/jobs/backends/__init__.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/jobs/backends/__init__.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/jobs/backends/__init__.py", line 19, in import six ImportError: No module named six reading sources... [ 57%] notifications Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/listeners/base.py", line 21, in from debtcollector import moves ImportError: No module named debtcollector Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/listeners/logging.py", line 21, in from taskflow.listeners import base File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/listeners/base.py", line 21, in from debtcollector import moves ImportError: No module named debtcollector Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/listeners/logging.py", line 21, in from taskflow.listeners import base File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/listeners/base.py", line 21, in from debtcollector import moves ImportError: No module named debtcollector Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/listeners/printing.py", line 22, in from taskflow.listeners import base File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/listeners/base.py", line 21, in from debtcollector import moves ImportError: No module named debtcollector Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/listeners/timing.py", line 22, in from debtcollector import moves ImportError: No module named debtcollector Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/listeners/timing.py", line 22, in from debtcollector import moves ImportError: No module named debtcollector Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/listeners/timing.py", line 22, in from debtcollector import moves ImportError: No module named debtcollector Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/listeners/claims.py", line 22, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/listeners/capturing.py", line 17, in from taskflow.listeners import base File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/listeners/base.py", line 21, in from debtcollector import moves ImportError: No module named debtcollector reading sources... [ 63%] patterns Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/flow.py", line 19, in from oslo_utils import reflection ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/patterns/linear_flow.py", line 17, in from taskflow import flow File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/flow.py", line 19, in from oslo_utils import reflection ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/patterns/unordered_flow.py", line 17, in from taskflow import flow File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/flow.py", line 19, in from oslo_utils import reflection ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/patterns/graph_flow.py", line 19, in import six ImportError: No module named six reading sources... [ 68%] persistence Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/persistence/backends/__init__.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/persistence/base.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/persistence/path_based.py", line 18, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/persistence/models.py", line 22, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/persistence/backends/__init__.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/persistence/backends/__init__.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/persistence/backends/__init__.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/persistence/backends/__init__.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/storage.py", line 19, in import fasteners ImportError: No module named fasteners reading sources... [ 73%] resumption reading sources... [ 78%] shelf reading sources... [ 84%] states reading sources... [ 89%] types Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/types/cache.py", line 19, in from oslo_utils import reflection ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/types/failure.py", line 22, in from oslo_utils import encodeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/types/graph.py", line 20, in import networkx as nx ImportError: No module named networkx Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/types/notifier.py", line 22, in from oslo_utils import reflection ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/types/sets.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/types/timing.py", line 19, in from debtcollector import moves ImportError: No module named debtcollector Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/types/tree.py", line 23, in import six ImportError: No module named six reading sources... [ 94%] utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/utils/async_utils.py", line 17, in import futurist ImportError: No module named futurist Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/utils/deprecation.py", line 19, in from oslo_utils import reflection ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/utils/eventlet_utils.py", line 17, in from oslo_utils import importutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/utils/kazoo_utils.py", line 17, in from kazoo import client ImportError: No module named kazoo Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/utils/misc.py", line 29, in import enum ImportError: No module named enum Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/utils/mixins.py", line 17, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/utils/persistence_utils.py", line 19, in from oslo_utils import uuidutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/utils/redis_utils.py", line 17, in import enum ImportError: No module named enum Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/utils/schema_utils.py", line 17, in import jsonschema ImportError: No module named jsonschema Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/utils/threading_utils.py", line 20, in import six ImportError: No module named six reading sources... [100%] workers Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/taskflow-1.21.0/taskflow/engines/__init__.py", line 17, in from oslo_utils import eventletutils as _eventletutils ImportError: No module named oslo_utils /builddir/build/BUILD/taskflow-1.21.0/doc/source/atoms.rst:19: WARNING: autodoc can't import/find module 'taskflow.atom', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/atoms.rst:72: WARNING: autodoc can't import/find class 'taskflow.retry.Decision', it reported error: "No module named enum", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/atoms.rst:200: WARNING: autodoc can't import/find module 'taskflow.task', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/atoms.rst:201: WARNING: autodoc can't import/find class 'taskflow.retry.Retry', it reported error: "No module named enum", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/atoms.rst:202: WARNING: autodoc can't import/find class 'taskflow.retry.History', it reported error: "No module named enum", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/atoms.rst:203: WARNING: autodoc can't import/find class 'taskflow.retry.AlwaysRevert', it reported error: "No module named enum", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/atoms.rst:204: WARNING: autodoc can't import/find class 'taskflow.retry.AlwaysRevertAll', it reported error: "No module named enum", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/atoms.rst:205: WARNING: autodoc can't import/find class 'taskflow.retry.Times', it reported error: "No module named enum", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/atoms.rst:206: WARNING: autodoc can't import/find class 'taskflow.retry.ForEach', it reported error: "No module named enum", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/atoms.rst:207: WARNING: autodoc can't import/find class 'taskflow.retry.ParameterizedForEach', it reported error: "No module named enum", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/atoms.rst:212: WARNING: Could not import class or module u'taskflow.atom' specified for inheritance diagram looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/taskflow-1.21.0/doc/source/conductors.rst:67: WARNING: autodoc can't import/find module 'taskflow.conductors.base', it reported error: "No module named fasteners", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/conductors.rst:68: WARNING: autodoc can't import/find module 'taskflow.conductors.backends', it reported error: "No module named stevedore.driver", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/conductors.rst:76: WARNING: autodoc can't import/find module 'taskflow.conductors.backends.impl_blocking', it reported error: "No module named stevedore.driver", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/conductors.rst:81: WARNING: Could not import class or module u'taskflow.conductors.base' specified for inheritance diagram /builddir/build/BUILD/taskflow-1.21.0/doc/source/engines.rst:128: WARNING: autodoc can't import/find module 'taskflow.engines.helpers', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/engines.rst:430: WARNING: autodoc can't import/find module 'taskflow.engines.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/engines.rst:435: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.engine', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/engines.rst:447: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.analyzer', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/engines.rst:448: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.builder', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/engines.rst:449: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.compiler', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/engines.rst:450: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.completer', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/engines.rst:451: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.executor', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/engines.rst:452: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.runtime', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/engines.rst:453: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.scheduler', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/engines.rst:454: WARNING: autodoc can't import/find class 'taskflow.engines.action_engine.scopes.ScopeWalker', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/engines.rst:460: WARNING: Could not import class or module u'taskflow.engines.action_engine.engine.ActionEngine' specified for inheritance diagram /builddir/build/BUILD/taskflow-1.21.0/doc/source/exceptions.rst:5: WARNING: Could not import class or module u'taskflow.exceptions' specified for inheritance diagram /builddir/build/BUILD/taskflow-1.21.0/doc/source/exceptions.rst:9: WARNING: autodoc can't import/find module 'taskflow.exceptions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/jobs.rst:278: WARNING: autodoc can't import/find module 'taskflow.jobs.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/jobs.rst:279: WARNING: autodoc can't import/find module 'taskflow.jobs.backends', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/jobs.rst:287: WARNING: autodoc can't import/find module 'taskflow.jobs.backends.impl_zookeeper', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/jobs.rst:292: WARNING: autodoc can't import/find module 'taskflow.jobs.backends.impl_redis', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/jobs.rst:297: WARNING: Could not import class or module u'taskflow.jobs.base' specified for inheritance diagram /builddir/build/BUILD/taskflow-1.21.0/doc/source/notifications.rst:150: WARNING: autodoc can't import/find module 'taskflow.listeners.base', it reported error: "No module named debtcollector", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/notifications.rst:158: WARNING: autodoc can't import/find class 'taskflow.listeners.logging.LoggingListener', it reported error: "No module named debtcollector", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/notifications.rst:160: WARNING: autodoc can't import/find class 'taskflow.listeners.logging.DynamicLoggingListener', it reported error: "No module named debtcollector", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/notifications.rst:162: WARNING: autodoc can't import/find class 'taskflow.listeners.printing.PrintingListener', it reported error: "No module named debtcollector", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/notifications.rst:167: WARNING: autodoc can't import/find class 'taskflow.listeners.timing.DurationListener', it reported error: "No module named debtcollector", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/notifications.rst:169: WARNING: autodoc can't import/find class 'taskflow.listeners.timing.PrintingDurationListener', it reported error: "No module named debtcollector", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/notifications.rst:171: WARNING: autodoc can't import/find class 'taskflow.listeners.timing.EventTimeListener', it reported error: "No module named debtcollector", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/notifications.rst:176: WARNING: autodoc can't import/find class 'taskflow.listeners.claims.CheckingClaimListener', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/notifications.rst:181: WARNING: autodoc can't import/find class 'taskflow.listeners.capturing.CaptureListener', it reported error: "No module named debtcollector", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/notifications.rst:186: WARNING: Could not import class or module u'taskflow.listeners.base.DumpingListener' specified for inheritance diagram /builddir/build/BUILD/taskflow-1.21.0/doc/source/patterns.rst:5: WARNING: autodoc can't import/find module 'taskflow.flow', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/patterns.rst:11: WARNING: autodoc can't import/find module 'taskflow.patterns.linear_flow', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/patterns.rst:17: WARNING: autodoc can't import/find module 'taskflow.patterns.unordered_flow', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/patterns.rst:23: WARNING: autodoc can't import/find module 'taskflow.patterns.graph_flow', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/patterns.rst:28: WARNING: Could not import class or module u'taskflow.flow' specified for inheritance diagram /builddir/build/BUILD/taskflow-1.21.0/doc/source/persistence.rst:284: WARNING: autodoc can't import/find module 'taskflow.persistence.backends', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/persistence.rst:285: WARNING: autodoc can't import/find module 'taskflow.persistence.base', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/persistence.rst:286: WARNING: autodoc can't import/find module 'taskflow.persistence.path_based', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/persistence.rst:291: WARNING: autodoc can't import/find module 'taskflow.persistence.models', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/persistence.rst:299: WARNING: autodoc can't import/find module 'taskflow.persistence.backends.impl_memory', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/persistence.rst:304: WARNING: autodoc can't import/find module 'taskflow.persistence.backends.impl_dir', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/persistence.rst:309: WARNING: autodoc can't import/find module 'taskflow.persistence.backends.impl_sqlalchemy', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/persistence.rst:314: WARNING: autodoc can't import/find module 'taskflow.persistence.backends.impl_zookeeper', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/persistence.rst:319: WARNING: autodoc can't import/find module 'taskflow.storage', it reported error: "No module named fasteners", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.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.21.0/doc/source/types.rst:18: WARNING: autodoc can't import/find module 'taskflow.types.cache', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/types.rst:23: WARNING: autodoc can't import/find module 'taskflow.types.failure', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/types.rst:28: WARNING: autodoc can't import/find module 'taskflow.types.graph', it reported error: "No module named networkx", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/types.rst:33: WARNING: autodoc can't import/find module 'taskflow.types.notifier', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/types.rst:39: WARNING: autodoc can't import/find module 'taskflow.types.sets', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/types.rst:44: WARNING: autodoc can't import/find module 'taskflow.types.timing', it reported error: "No module named debtcollector", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/types.rst:49: WARNING: autodoc can't import/find module 'taskflow.types.tree', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/utils.rst:14: WARNING: autodoc can't import/find module 'taskflow.utils.async_utils', it reported error: "No module named futurist", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/utils.rst:19: WARNING: autodoc can't import/find module 'taskflow.utils.deprecation', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/utils.rst:24: WARNING: autodoc can't import/find module 'taskflow.utils.eventlet_utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/utils.rst:34: WARNING: autodoc can't import/find module 'taskflow.utils.kazoo_utils', it reported error: "No module named kazoo", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/utils.rst:44: WARNING: autodoc can't import/find module 'taskflow.utils.misc', it reported error: "No module named enum", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/utils.rst:49: WARNING: autodoc can't import/find module 'taskflow.utils.mixins', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/utils.rst:54: WARNING: autodoc can't import/find module 'taskflow.utils.persistence_utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/utils.rst:59: WARNING: autodoc can't import/find module 'taskflow.utils.redis_utils', it reported error: "No module named enum", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/utils.rst:64: WARNING: autodoc can't import/find module 'taskflow.utils.schema_utils', it reported error: "No module named jsonschema", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/utils.rst:69: WARNING: autodoc can't import/find module 'taskflow.utils.threading_utils', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/workers.rst:138: WARNING: autodoc can't import/find module 'taskflow.engines.worker_based.protocol', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/workers.rst:161: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-1.21.0/doc/source/workers.rst:182: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-1.21.0/doc/source/workers.rst:225: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-1.21.0/doc/source/workers.rst:234: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-1.21.0/doc/source/workers.rst:246: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-1.21.0/doc/source/workers.rst:257: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-1.21.0/doc/source/workers.rst:419: WARNING: autodoc can't import/find module 'taskflow.engines.worker_based.engine', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/workers.rst:424: WARNING: autodoc can't import/find module 'taskflow.engines.worker_based.proxy', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-1.21.0/doc/source/workers.rst:425: WARNING: autodoc can't import/find module 'taskflow.engines.worker_based.worker', it reported error: "No module named oslo_utils", please check your spelling and sys.path done checking consistency... done preparing documents... /builddir/build/BUILD/taskflow-1.21.0/doc/source/workers.rst:: WARNING: document isn't included in any toctree done writing output... [ 5%] arguments_and_results writing output... [ 10%] atoms writing output... [ 15%] conductors writing output... [ 21%] engines writing output... [ 26%] examples writing output... [ 31%] exceptions 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 writing additional files... (2 module code pages) _modules/index genindex py-modindex 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 '/builddir/build/BUILD/taskflow-1.21.0/doc/source/static' does not exist done dumping search index... done dumping object inventory... done build succeeded, 88 warnings. + rm -rf html/.doctrees html/.buildinfo + /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.21.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/redhat/brp-compress + /usr/lib/rpm/redhat/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.21.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-taskflow-1.21.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wtaArK + umask 022 + cd /builddir/build/BUILD + cd taskflow-1.21.0 + DOCDIR=/builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/share/doc/python-taskflow-1.21.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/share/doc/python-taskflow-1.21.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/share/doc/python-taskflow-1.21.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/share/doc/python-taskflow-1.21.0 + exit 0 Provides: python-taskflow = 1.21.0-1.el7 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 Processing files: python-taskflow-doc-1.21.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pSsVE3 + umask 022 + cd /builddir/build/BUILD + cd taskflow-1.21.0 + DOCDIR=/builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/share/doc/python-taskflow-doc-1.21.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/share/doc/python-taskflow-doc-1.21.0 + cp -pr html /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch/usr/share/doc/python-taskflow-doc-1.21.0 + exit 0 Provides: python-taskflow-doc = 1.21.0-1.el7 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.21.0-1.el7.noarch Wrote: /builddir/build/RPMS/python-taskflow-1.21.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-taskflow-doc-1.21.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.C1WYP3 + umask 022 + cd /builddir/build/BUILD + cd taskflow-1.21.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-taskflow-1.21.0-1.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->